Re: Jar for Spark developement

2016-06-24 Thread joshuata
With regards to the Spark JAR files, I have had really good success with the 
sbt plugin <https://github.com/databricks/sbt-spark-package>  . You can set
the desired spark version along with any plugins, and it will automatically
fetch your dependencies and put them on the classpath. 



--
View this message in context: 
http://apache-spark-developers-list.1001551.n3.nabble.com/Jar-for-Spark-developement-tp18012p18089.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



Jar for Spark developement

2016-06-21 Thread tesm...@gmail.com
Hi,

Beginner in Spark development. Took time to configure Eclipse + Scala. Is
there any tutorial that can help beginners.

Still struggling to find Spark JAR files for development. There is no lib
folder in my Spark distribution (neither in pre-built nor in custom built..)


Regards,