Closed Liangmp closed 5 years ago
I found a solution provided by DerekHanqingWang, remove dir in .ivy2/cache, ivy2/jars and .m2/repository/ and run ./pyspark --master yarn --packages databricks:spark-deep-learning:1.5.0-spark2.4-s_2.11
with the newest spark-deep-learning package, it woks for me.
I try to use spark-deep-learning packages in pyspark using command line
./pyspark --master yarn --packages databricks:spark-deep-learning:0.1.0-spark2.1-s_2.11
, however, I get the following outputs:Can somebody tell me how to fix it? Thanks so much.