hi,

in spark 1.5, to build an uber-jar,
I would just compile the code with:
mvn ... package
and that will create one big jar with all the dependencies.

when trying to do the same with spark 2.0, I'm getting a tar.gz file
instead.

this is the full command I'm using:
mvn -Pyarn -Phive -Phadoop-2.6 -Dhadoop.version=2.6.0-cdh5.4.7 -DskipTests
-Phive-thriftserver -Dscala-2.10 -Pbigtop-dist clean package

how can I create the uber-jar?

thanks.




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/spark-2-0-0-how-to-build-an-uber-jar-tp27463.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Reply via email to