-
Do we have any place to get built jar already?
-
Hi,
Thank you for the amazing tool for the performance monitoring of spark jobs. I was trying out some long running spark query using sparklens. However I was getting some strange output in the spar…
-
Hi, thanks for the work on Sparklens!
I'm trying to convert a historical Spark event log file into a SparkLens report with the following command:
```
spark-submit --packages qubole:sparklens:0.2.1-…
jrj-d updated
5 years ago
-
After sparklens-9 (de-coupling reporting from spark-app), we should be able to run SparkLens simulations from event-history files as well. This will give 2 advantages:
1. Older run jobs which didn…
-
Once we run the spark application with spark-submit by adding below sparklens configs, where can we find the sparklens results? Or does Sparklens only works with notebooks?
```
--packages qubole:s…
-
I had a run crash with the following stacktrace (IIUC caused by a job with no stages?) causing my spark app to fail:
```
java.lang.UnsupportedOperationException: empty.max
at scala.collection.Trav…
emlyn updated
6 years ago
-
Following the instructions on the home page, I built the code, and used it in the spark-submit. I aded the jar to the list of jars, and added the `--conf`.
Here is the error I get:
```
py4j.proto…