Re: Uber jar with SBT

2014-07-21 Thread Tathagata Das
, use Java 7 everywhere. https://issues.apache.org/jira/browse/SPARK-1520 On Sat, Jul 19, 2014 at 2:30 PM, boci boci.b...@gmail.com wrote: 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

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 error - When I

Re: Uber jar with SBT

2014-07-19 Thread Sean Owen
: 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 error

Re: Uber jar with SBT

2014-07-19 Thread boci
files 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 boci.b...@gmail.com wrote: Hi Guys, I try to create spark uber jar with sbt but I