Re: Assembly build on spark 2.0.0

2016-08-27 Thread Radoslaw Gruchalski
he uberjar sits in the lib directory. -- Best regards, Rad _ From: Srikanth Sampath Sent: Saturday, August 27, 2016 5:24 am Subject: Re: Assembly build on spark 2.0.0 To: Radoslaw Gruchalski Cc: Hi,Thanks Radek.  However mvn package does not buil

Re: Assembly build on spark 2.0.0

2016-08-27 Thread Srikanth Sampath
Found the answer. This is the reason https://issues.apache.org/jira/browse/SPARK-11157 -Srikanth On Sat, Aug 27, 2016 at 8:54 AM, Srikanth Sampath wrote: > Hi, > Thanks Radek. However mvn package does not build the uber jar. I am > looking for an uber jar and not a distribution. I have seen

Re: Assembly build on spark 2.0.0

2016-08-26 Thread Srikanth Sampath
Hi, Thanks Radek. However mvn package does not build the uber jar. I am looking for an uber jar and not a distribution. I have seen references to the uber jar here What I see in the spark 2.0 codel

Re: Assembly build on spark 2.0.0

2016-08-26 Thread Radoslaw Gruchalski
mvn package might be the command you’re looking for. – Best regards, Radek Gruchalski ra...@gruchalski.com On August 26, 2016 at 3:59:24 PM, Srikanth Sampath ( ssampath.apa...@gmail.com) wrote: Hi, mvn assembly is creating a .tgz distribution. How can I create a plain jar archive? I would lik