Re: hive initialization on executors

2015-04-29 Thread Manku Timma
The problem was in my hive-13 branch. So ignore this. On 27 April 2015 at 10:34, Manku Timma wrote: > I am facing an exception "Hive.get() called without a hive db setup" in > the executor. I wanted to understand how Hive object is initialized in the > executor threads? I only see Hive.get(hivec

hive initialization on executors

2015-04-26 Thread Manku Timma
I am facing an exception "Hive.get() called without a hive db setup" in the executor. I wanted to understand how Hive object is initialized in the executor threads? I only see Hive.get(hiveconf) in two places in spark 1.3 code. In HiveContext.scala - I dont think this is created on the executor In