Hi ALL

I have below simple HIVE Query, we have a use-case where we will run multiple 
HIVE queries in parallel, in our case it is 16 (num of cores in our machine, 
using scala PAR array). In Spark 1.6 it is executing in 10 secs but in Spark 
2.0 same queries are taking 5 mins.

"select * from emp as e join dept as d on o.dept_id = t.dept_id where o.dept_id 
= 100"

Can someone help me what could be wrong.

regards, Jay

Reply via email to