Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this solution

avatar
New Contributor

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

 

You need to change your execution engine!

 

View solution in original post

Who agreed with this solution