Github user zsxwing commented on the issue:
https://github.com/apache/spark/pull/10881
> compile the code through ecplise.
No. Take a look at this page about how to build Spark:
http://spark.apache.org/docs/1.6.2/building-spark.html
> Lastly, add the output jar to maven repository and add this jar as
dependency to my project.
You don't need to. You can still use the official maven artifact to build
your application. However, you need to use the new `spark-submit` inside your
own Spark build to submit your application. If you use the standalone Spark
cluster and run the Spark app using the cluster mode, you must upgrade your
Spark cluster as well.
---
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]