qubole / sparklens

Qubole Sparklens tool for performance tuning Apache Spark
http://sparklens.qubole.com
Apache License 2.0
567 stars 138 forks source link

fix: fixing getMaxConcurrent method for cases when application has not ended #26

Closed abhishekd0907 closed 5 years ago

abhishekd0907 commented 6 years ago

Need to add another check in getMaxConcurrent method to check if the spark application is still running.

Came across this issue while using sparklens with spark streaming applications.

This is related to Issue #25