ashutoshcipher commented on PR #4536: URL: https://github.com/apache/hadoop/pull/4536#issuecomment-1180429472
Thanks @iwasakims for your comments. I missed one change which I have added in latest commit. After that change, it will work fine. ``` 88665a380593:hadoop-3.3.3 ashugpt$ export HADOOP_OPTS="-XX:OnOutOfMemoryError='kill -9 %p'" 88665a380593:hadoop-3.3.3 ashugpt$ echo $HADOOP_OPTS -XX:OnOutOfMemoryError='kill -9 %p' 88665a380593:hadoop-3.3.3 ashugpt$ bin/hadoop version Picked up JAVA_TOOL_OPTIONS: -Dlog4j2.formatMsgNoLookups=true Hadoop 3.3.3 Source code repository https://github.com/apache/hadoop.git -r d37586cbda38c338d9fe481addda5a05fb516f71 Compiled by stevel on 2022-05-09T16:36Z Compiled with protoc 3.7.1 From source with checksum eb96dd4a797b6989ae0cdb9db6efc6 This command was run using /Users/ashugpt/Downloads/hadoop-3.3.3/share/hadoop/common/hadoop-common-3.3.3.jar ``` -- 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]
