tanishq-chugh commented on code in PR #5404: URL: https://github.com/apache/hive/pull/5404#discussion_r1734099066
########## data/conf/hive-site.xml: ########## @@ -130,6 +130,21 @@ <description></description> </property> +<property> + <name>yarn.app.mapreduce.am.command-opts</name> Review Comment: MR is deprecated but not completely removed yet as per [HIVE-27972](https://issues.apache.org/jira/browse/HIVE-27972) & multiple qtests (qtest drivers) still run on MR. So, we do need these configs for MR to ensure compatibility with jdk-17. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
