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
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