Re: running a Spark fat jar in Zeppelin

2018-04-12 Thread Jeff Zhang
No, you can not do that in zeppelin. In that case, you may try apache livy's batch mode to submit your spark app jar https://livy.incubator.apache.org/ Soheil Pourbafrani 于2018年4月12日周四 下午12:57写道: > Hi, Is it possible, instead of codding Spark in Zeppelin environment, run > a fat jar file int

running a Spark fat jar in Zeppelin

2018-04-11 Thread Soheil Pourbafrani
Hi, Is it possible, instead of codding Spark in Zeppelin environment, run a fat jar file into YARN cluster to fetch data for Zeppelin?