Re: How to increase spark driver memory and ship jars on zeppelin ?

2015-08-10 Thread Ashwin Shankar
e.org < > users@zeppelin.incubator.apache.org> > *Subject*: How to increase spark driver memory and ship jars on zeppelin > ? > > Hi, > When we run spark-shell on apache spark, we can increase driver memory by > passing > "--driver-memory" option. We can also ship jars to

Re: How to increase spark driver memory and ship jars on zeppelin ?

2015-08-09 Thread Anand Raghavan
R From: Ashwin Shankar [mailto:ashwinshanka...@gmail.com] Sent: Saturday, August 08, 2015 03:54 AM To: users@zeppelin.incubator.apache.org Subject: How to increase spark driver memory and ship jars on zeppelin ? Hi, When we run spark-shell on apache spark, we can increase driver memory by

How to increase spark driver memory and ship jars on zeppelin ?

2015-08-07 Thread Ashwin Shankar
Hi, When we run spark-shell on apache spark, we can increase driver memory by passing "--driver-memory" option. We can also ship jars to the cluster using "--jars" option. How do we pass these spark options to zeppelin(yarn-client mode)? -- Thanks, Ashwin