Grant Nicholas

Results 3 comments of Grant Nicholas

I built sparklens from source (the master branch of this repo, commit hash: b0d529563177acdb15564a97f9c8a3a70b56149c). By default the master branch sbt file uses spark version `2.0.0`. Notably I did not get...

Gotcha, so just to confirm it sounds like the only way to read a qubole-generated spark event log file is to use qubole-spark binaries. (Since the qubole-generated spark event log...

Yes but `getFilter` is only called if `NoSuchMethodException` is thrown: https://github.com/qubole/sparklens/blob/master/src/main/scala/com/qubole/sparklens/app/EventHistoryReporter.scala#L35-L39 I am getting a `java.lang.ClassNotFoundException` exception because the class `SparkListenerAMStart` could not be found. This is because internally that...