Open qiuzhanghua opened 6 years ago
java -jar ~/.m2/repository/org/springframework/cloud/task/app/spark-client-task/1.3.0.RELEASE/spark-client-task-1.3.0.RELEASE.jar --spark.app-class=org.apache.spark.examples.JavaSparkPi --spark.app-jar=examples/jars/spark-examples_2.11-2.1.1.jar --spark.app-args=10
Hi, @qiuzhanghua. The current release is compatible with spark-core_2.10
. If you'd like to upgrade it, you can change the dependency and follow the build procedure to build it locally.
Also, it'd be great if you can contribute it back to the project. Thanks for your interest!
Hi, @sabbyanandan .Please see https://github.com/qiuzhanghua/spark-client , I try spark 2.2.1 successfully. Sorry I don't have more time merge it to your project structure.
Thanks! We will take a look.
when I run Spark 2.2.1 pre-build with Hadoop 2.7 , it failed.