ng similar this morning, I believe because of
ports...
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/Job-aborted-due-to-stage-failure-Master-removed-our-application-FAILED-tp12573p12586.html
Sent from the Apache Spark User List mailing list archive at
Hi
I have trouble executing a really simple Java job on spark 1.0.0-cdh5.1.0
that runs inside a docker container:
SparkConf sparkConf = new
SparkConf().setAppName("TestApplication").setMaster("spark://localhost:7077");
JavaSparkContext ctx = new JavaSparkContext(sparkConf);
JavaRDD lines =
ctx.te