Re: Jar files needed to run in Java environment (without Maven)

2015-01-20 Thread Jun Rao
The following are the jars you need. kafka-clients-0.8.2.0.jar scala-library-2.10.4.jar zookeeper-3.4.6.jar zkclient-0.3.jar metrics-core-2.2.0.jar jopt-simple-3.2.jar slf4j-api-1.7.6.jar snappy-java-1.1.1.6.jar lz4-1.2.0.jar slf4j-log4j12-1.6.1.jar log4j-1.2.16.jar kafka_2.10-0.8.2.0.jar Thanks,

Re: Jar files needed to run in Java environment (without Maven)

2015-01-19 Thread Jonathan Natkins
Hi Suhas, Without seeing the actual output of the stacktrace, I'd suspect that spark-submit is doing some classpath magic that is covering some dependencies you may not have included. Depending on your use case, it might be easier to deal with this by just having maven output a pre-built jar-with-

Jar files needed to run in Java environment (without Maven)

2015-01-19 Thread Su She
Hello All, I posted a question last week ( http://mail-archives.apache.org/mod_mbox/kafka-users/201501.mbox/browser) but I'm not able to respond to the thread for some reason? The suggestion on the last post was that I am missing some jar files in my classpath, but I am using the following jar fi