Re: Two different Hive instances running

2018-08-20 Thread Vaibhav Kulkarni
You can specify the hive-site.xml in spark-submit command using --files option to make sure that the Spark job is referring to the hive metastore you are interested in spark-submit --files /path/to/hive-site.xml On Sat, Aug 18, 2018 at 1:59 AM Patrick Alwell wrote: > You probably need to

Shuffle uses Direct Memory Buffer even after setting "spark.shuffle.io.preferDirectBufs = false"

2018-08-15 Thread Vaibhav Kulkarni
= false Is this a bug ? How can I disable use of Direct Memory for Shuffle Thanks, Vaibhav Kulkarni