yzhliu commented on a change in pull request #10462: [MXNET-62] add test 
against spark integration
URL: https://github.com/apache/incubator-mxnet/pull/10462#discussion_r181193145
 
 

 ##########
 File path: scala-package/spark/bin/run-mnist-example.sh
 ##########
 @@ -72,8 +71,8 @@ fi
 
 HOST=`hostname`
 
-$SPARK_HOME/bin/spark-submit --master spark://$HOST:7077 \
-  --class org.apache.mxnet.spark.example.ClassificationExample \
+$SPARK_HOME/bin/spark-submit --master local[*] \
+  --class ml.dmlc.mxnet.spark.example.ClassificationExample \
 
 Review comment:
   why changing it back?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to