Re: What has changed in Hive 2.3.2 that cannot use Spark engine.

2018-05-04 Thread Sahil Takiar
Hive 2.0.1 only supports Spark 1.5.0, Hive 2.3.2 only supports Spark 2.0.0 There was probably some backwards incompatible change in Spark from 1.x to 2.x that made it stop working.

What has changed in Hive 2.3.2 that cannot use Spark engine.

2018-05-04 Thread Mich Talebzadeh
Hi, my Hive 2.0.1 works fine on Spark 1.3.1 engine. select count(1) from sales; Starting Spark Job = dc529d0e-e2d2-431f-8c17-f7867858217f Query Hive on Spark job[5] stages: 10 11 Status: Running (Hive on Spark job[5]) However, once I upgraded Hive to version 2.3.2, it stopped working! Any