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
On Monday, September 28, 2015 2:47 PM, Mark Hamstra
<[email protected]> wrote:
Yes.
On Mon, Sep 28, 2015 at 12:46 PM, Robert Grandl <[email protected]>
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