tanishq-chugh commented on code in PR #5404:
URL: https://github.com/apache/hive/pull/5404#discussion_r2046193986
##########
bin/ext/beeline.sh:
##########
@@ -29,7 +29,7 @@ beeline () {
hadoopClasspath="${HADOOP_CLASSPATH}:"
fi
export
HADOOP_CLASSPATH="${hadoopClasspath}${HIVE_CONF_DIR}:${beelineJarPath}:${superCsvJarPath}:${jlineJarPath}"
- export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS
-Dlog4j.configurationFile=beeline-log4j2.properties "
+ export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS
-Dlog4j.configurationFile=beeline-log4j2.properties
--add-opens=java.base/java.net=ALL-UNNAMED "
Review Comment:
@zhangbutao Yes. The required params are added in startup scripts. Addressed
in this
[commit](https://github.com/apache/hive/pull/5404/commits/43a1145a2d108f8ea4cd843fabc44ee2cd131a47)
--
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]