0

It seems that HiveOnSpark is not supported in Cloudera Manager.

https://www.cloudera.com/documentation/spark2/latest/topics/spark2_known_issues.html#ki_hive_on_spark

Although I noticed someone saying that Hive version 2.2.0 does support Spark 2.x.

Can we really use Hive on Spark? (link below)

Cloudera Hive on Spark 2.x?

Grant Miller
  • 27,532
  • 16
  • 147
  • 165
Sonic
  • 1
  • 1

1 Answers1

1

If you want Spark2 then it's currently not supported. Based on the CDH6.0.0 packaging info, it's using Hive 2.1.1 which is only compatible with Spark 1.6. If you are fine with using Spark 1.6 then it is. See Running Apache Hive on Spark in CDH for more information.

The version compatability can be found at Hive on Spark: Getting Started.

enter image description here

tk421
  • 5,775
  • 6
  • 23
  • 34