Member since
03-16-2020
1
Post
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7104 | 03-16-2020 05:42 AM |
03-16-2020
05:42 AM
1 Kudo
Hi Sergiete The error is described here: Exception in thread "main" java.lang.IllegalArgumentException: mr execution engine is not supported! mr execution engine stands for "MapReduce Execution Engine". In Hive3 there is only Hive on Tez or Hive on Spark as an execution engine available: https://docs.cloudera.com/runtime/7.0.3/hive-introduction/topics/hive_whats_new_in_this_release_hive.html You need to change your execution engine!
... View more