Github user jerryshao commented on the pull request:
https://github.com/apache/spark/pull/8127#issuecomment-130490405
@andrewor14 , I just started a local pseudo standalone cluster in my
machine with master and worker in one machine, and then submitted a simple
SparkPi application and then meet such exception as SPARK-9877 mentioned.
Here is the command line.
```
./bin/spark-submit --verbose --master spark://hw12100.local:6066
--deploy-mode cluster --class org.apache.spark.examples.SparkPi
examples/target/scala-2.10/spark-examples-1.5.0-SNAPSHOT-hadoop2.6.0.jar
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]