spark-deep-learning
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
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 "
how can I deal with this ?
@yixiu00001 were you able to move forward ? facing similar issue