Results 26 comments of Rohit Karlupia
trafficstars

@ayush-chauhan Sorry to hear that. You can use sparklens in offline mode using the event log history files. ``` ./bin/spark-submit --packages qubole:sparklens:0.2.0-s_2.11 --class com.qubole.sparklens.app.ReporterApp qubole-dummy-arg /tmp/spark-history/application_1520833877547_0285.lz4 source=history ``` If it...

@ayush-chauhan The way sparklens works right now if that it computes the time spent in the driver by subtracting the time spent during the jobs processing from the total job...

Hello @mrayandutta Please check https://github.com/qubole/sparklens#working-with-notebooks You might want to fork and change the analysers you want to run.

Hi @Shasidhar, I will expect this to print usual sparklens report on the console. We don't really support converting event history file to sparklens json yet (will be adding soon)....

@Shasidhar May be something wrong with your event log file? Can you try running with this file [sparklens/src/test/event-history-test-files/local-1532512550423] and check if you still don't get any results?

What you need to do is to move the access_updlog line inside the location block. The merge config code for this module does't really works...because of which the configuration never...