-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the support for the sparklens in spark-3.0.0 and later version of spark with scala-2.12 #63
base: SPARK30
Are you sure you want to change the base?
Conversation
How you did sbt compile !!? |
update resolver at path to |
Wow, that works !! |
@SaurabhChawla100 Should we have a separate branch for Spark 3.0 instead? I have created a new branch for Spark 3.0. If you think its better to have a separate branch please raise this against - https://github.com/qubole/sparklens/tree/SPARK30 |
@mayurdb - I have changed the merge branch to SPARK30. |
… spark with scala-2.12 Author: SaurabhChawla Date: Fri Mar 19 22:37:13 2021 +0530 Committer: Saurabh Chawla <[email protected]> (cherry picked from commit 479468d)
479468d
to
28d925d
Compare
How did you run the sbt compile. I have updated the resolver URL to the one mentioned above. I still am getting unresolved dependency error
my project/plugin.sbt is `addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.12.0") resolvers += "Spark Package Main Repo" at "https://repos.spark-packages.org/" addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.4")` |
Any update on this? This would be great to have |
In spark 3.0.0 there are lots of changes done by the community , so creating this improvement PR to make the sparklens work with spark 3.0.0 / new version of spark and scala-2.12.
I have made code change and also tested the same .please find the output
./bin/spark-shell --jars file:///tmp//src/opensrc/sparklens/target/scala-2.12/sparklens_2.12-0.4.0.jar --conf spark.extraListeners=com.qubole.sparklens.QuboleJobListener --conf spark.eventLog.enabled=true