RE: Unable to load additional JARs in yarn-client mode

2013-12-24 Thread Karavany, Ido
by this, but one way that will definitely work is to assemble your application into a single JAR. If passing them to the constructor doesn't work, that's probably a bug. Matei On Dec 23, 2013, at 12:03 PM, Karavany, Ido ido.karav...@intel.commailto:ido.karav...@intel.com wrote: Hi All, For our application

Unable to load additional JARs in yarn-client mode

2013-12-23 Thread Karavany, Ido
Hi All, For our application we need to use the yarn-client mode featured in 0.8.1. (Yarn 2.0.5) We've successfully executed it both yarn-client and yarn-standalone with our java applications. While in yarn-standalone there is a way to add external JARs - we couldn't find a way to add those in

Run Spark on Yarn Remotely

2013-12-16 Thread Karavany, Ido
Hi All, We've started with deploying spark on Hadoop 2 and Yarn. Our previous configuration (still not a production cluster) was Spark on Mesos. We're running a java application (which runs from tomcat server). The application builds a singleton java spark context when it is first lunch and