Re: SQL queries in Spark / YARN

2015-09-28 Thread Mark Hamstra
Yes. On Mon, Sep 28, 2015 at 12:46 PM, Robert Grandl wrote: > Hi guys, > > I was wondering if it's possible to submit SQL queries to Spark SQL, when > Spark is running atop YARN instead of standalone mode. > > Thanks, > Robert >

Re: SQL queries in Spark / YARN

2015-09-28 Thread Kartik Mathur
Hey Robert you could use Zeppelin iInstead If you don't want to use beeline . On Monday, September 28, 2015, Robert Grandl wrote: > Thanks Mark. Do you know how ? In Spark standalone mode I use beeline to > submit SQL scripts. > > In Spark/YARN, the only way I can see

SQL queries in Spark / YARN

2015-09-28 Thread Robert Grandl
Hi guys, I was wondering if it's possible to submit SQL queries to Spark SQL, when Spark is running atop YARN instead of standalone mode. Thanks,Robert

Re: SQL queries in Spark / YARN

2015-09-28 Thread Robert Grandl
Thanks Mark. Do you know how ? In Spark standalone mode I use beeline to submit SQL scripts. In Spark/YARN, the only way I can see this will work is using spark-submit. However as it looks, I need to encapsulate the SQL queries in a Scala file. Do you have other suggestions ? Thanks,Robert