mareksimunek
mareksimunek
@ShubhamGupta29 Hi, thanks for update and sorry for late response. - I needed delete some tests to compile. ``` deleted: test/com/linkedin/drelephant/tony/fetchers/TonyFetcherTest.java deleted: test/com/linkedin/drelephant/tuning/PSOParamGeneratorTest.java ``` - I missed that it's *storage*...
@ShubhamGupta29 - Event name for `internal.metrics.peakExecutionMemory` used is called `"Event":"SparkListenerTaskEnd"` But I am not sure if thats it, only juding by its name :). I attached event log from the...
Thank you very much, works like a charm in comparison to current master, what's the hold up?
Every operator will have on `output` method parameter `Hint` to give information to the runner to help optimize execution for the next transformation ```java public Dataset output(Hint... hints) ``` E.g.: ...
waiting on author