dfdx/Spark.jl

sparkjl jar not found

Closed this issue · 2 comments

When I want to sc = SparkContext(master = "local") I get the following error:

java.io.FileNotFoundException: Jar /home/username/.julia/packages/Spark/9bsuG/src/../jvm/sparkjl/target/sparkjl-0.1.jar not found

Does anyone know how I fix this?
I am using Julia 1.6 and Java 8

dfdx commented

Did you see any errors during the installation? Can you re-build the package manually?

pkg> build Spark

That is the solution. The problem was with my Maven Installation, no big deal once you know where to look. Thank you