rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r892847919
##########
docker/hoodie/hadoop/hive_base/startup.sh:
##########
@@ -22,5 +22,4 @@ hadoop fs -chmod g+w /tmp
hadoop fs -chmod g+w /user/hive/warehouse
cd $HIVE_HOME/bin
-export AUX_CLASSPATH=file://${HUDI_HADOOP_BUNDLE}
-./hiveserver2 --hiveconf hive.server2.enable.doAs=false --hiveconf
hive.aux.jars.path=file://${HUDI_HADOOP_BUNDLE}
+./hiveserver2 --hiveconf hive.execution.engine=mr --hiveconf
hive.server2.enable.doAs=false --hiveconf
hive.aux.jars.path=file://${HUDI_HADOOP_BUNDLE}
Review Comment:
hiveserver2 might not be picking this up `hive.execution.engine=mr`, so
removing for now since it seems to be defaulting to tez
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]