You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sa...@apache.org on 2022/08/24 08:03:35 UTC

[ozone] branch master updated: HDDS-7104. Remove WARNINGs while running ozone fs/CLI commands. (#3671)

This is an automated email from the ASF dual-hosted git repository.

sammichen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new a828dba870 HDDS-7104. Remove WARNINGs while running ozone fs/CLI commands. (#3671)
a828dba870 is described below

commit a828dba870495c7f4cc64c6bc4b50d1614958ce3
Author: Arafat2198 <98...@users.noreply.github.com>
AuthorDate: Wed Aug 24 13:33:31 2022 +0530

    HDDS-7104. Remove WARNINGs while running ozone fs/CLI commands. (#3671)
---
 hadoop-ozone/dist/src/shell/ozone/ozone | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-ozone/dist/src/shell/ozone/ozone b/hadoop-ozone/dist/src/shell/ozone/ozone
index 3b8d1dce48..8bd2e75b1b 100755
--- a/hadoop-ozone/dist/src/shell/ozone/ozone
+++ b/hadoop-ozone/dist/src/shell/ozone/ozone
@@ -187,6 +187,7 @@ function ozonecmd_case
     ;;
     fs)
       OZONE_CLASSNAME=org.apache.hadoop.fs.ozone.OzoneFsShell
+      OZONE_CLIENT_OPTS="-Dhadoop.log.file=ozone-shell.log -Dlog4j.configuration=file:${ozone_shell_log4j} ${OZONE_CLIENT_OPTS}"
       OZONE_RUN_ARTIFACT_NAME="ozone-tools"
     ;;
     daemonlog)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org