Re: Add hive-site.xml at runtime

2017-02-13 Thread Ryan Blue
Shivam, We add hive-site.xml at runtime. We use --driver-class-path to add it to the driver and --jars to add it for the executors. rb On Sun, Feb 12, 2017 at 9:10 AM, Shivam Sharma <28shivamsha...@gmail.com> wrote: > Hi, > > I have multiple hive configurations(hive-site.xml)

Add hive-site.xml at runtime

2017-02-12 Thread Shivam Sharma
Hi, I have multiple hive configurations(hive-site.xml) and because of that only I am not able to add any hive configuration in spark *conf* directory. I want to add this configuration file at start of any *spark-submit* or *spark-shell*. This conf file is huge so *--conf* is not a option for me.