Likkey commented on PR #4848:
URL: https://github.com/apache/hadoop/pull/4848#issuecomment-1237061518

   > @Likkey Thank you very much for your contribution. Can we provide the 
stack before and after modification ?
   
   Thank you very much for your reply!!!!
   Before the modification the terminal output looked like this:
   ```
   hadoop@ljq1:~/hadoop-3.1.3-work/sbin$ hdfs dfsadmin -safemode leave 
   safemode: null
   Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
   hadoop@ljq1:~/hadoop-3.1.3-work/sbin$ hdfs dfsadmin -safemode enter
   safemode: null
   Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
   hadoop@ljq1:~/hadoop-3.1.3-work/sbin$ hdfs dfsadmin -safemode get
   safemode: null
   Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
   hadoop@ljq1:~/hadoop-3.1.3-work/sbin$ hdfs dfsadmin -safemode forceExit
   safemode: null
   Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
   ```
   And after the modification provides a clear reminder that:
   ```
   hadoop@ljq1:~/hadoop-3.1.3-work/sbin$ hdfs dfsadmin -safemode leave
   safemode: Invalid argument: dfs.client.mmap.cache.size must be greater than 
zero.
   Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
   ```


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

Reply via email to