spark-deep-learning icon indicating copy to clipboard operation
spark-deep-learning copied to clipboard

pyspark --master yarn --packages databricks:spark-deep-learning:0.1.0-spark2.1-s_2.11 start have errors

Open yixiu00001 opened this issue 8 years ago • 1 comments

hi, when I start in local mode pyspark --master local[1] --packages databricks:spark-deep-learning:0.1.0-spark2.1-s_2.11 It can work,and I can use sparkdl interface, but when I start in yarn cluster pyspark --master yarn --packages databricks:spark-deep-learning:0.1.0-spark2.1-s_2.11

from sparkdl import readImages

I obtained the next error : Traceback (most recent call last): File "", line 1, in ImportError: No module named sparkdl

how can I deal with this ?

yixiu00001 avatar Aug 15 '17 02:08 yixiu00001

@yixiu00001 were you able to move forward ? facing similar issue

Gauravshah avatar Dec 20 '18 08:12 Gauravshah