Re: Uber jar with SBT

2014-07-21 Thread Tathagata Das
and Java 6 has various issues with jars this >> large. If possible, use Java 7 everywhere. >> >> https://issues.apache.org/jira/browse/SPARK-1520 >> >> On Sat, Jul 19, 2014 at 2:30 PM, boci wrote: >> > Hi Guys, >> > >> > I try

Re: Uber jar with SBT

2014-07-19 Thread boci
es has > more than 65536 files, and Java 6 has various issues with jars this > large. If possible, use Java 7 everywhere. > > https://issues.apache.org/jira/browse/SPARK-1520 > > On Sat, Jul 19, 2014 at 2:30 PM, boci wrote: > > Hi Guys, > > > > I try to create sp

Re: Uber jar with SBT

2014-07-19 Thread Sean Owen
gt; I try to create spark uber jar with sbt but I have a lot of problem... I > want to use the following: > - Spark streaming > - Kafka > - Elsaticsearch > - HBase > > the current jar size is cca 60M and it's not working. > - When I deploy with spark-submit: It's ru

Uber jar with SBT

2014-07-19 Thread boci
Hi Guys, I try to create spark uber jar with sbt but I have a lot of problem... I want to use the following: - Spark streaming - Kafka - Elsaticsearch - HBase the current jar size is cca 60M and it's not working. - When I deploy with spark-submit: It's running and exit without any erro