spark-water

Results 4 comments of spark-water

I understand your question is regarding general dependencies. In this particular example, if you install tensorflow, the error would go away. Sparkdl is unable to find tensorflow backend, hence the...

please see my reply to issue#129(https://github.com/databricks/spark-deep-learning/issues/129). Hopefully it would address your issue, as well.

I ran into the same problem. Here is how I fixed it. Hopefully it would help others 1. remove .ivy2/cashe rm -rf ~/.ivy2/cache 2. redo git clone 3. now go...

use spark.jars.packages, instead of spark.jars. Also, I had no success using a local package (in your case, you compiled one and put in S3 bucket) due to lack of parent...