Skip to content

Commit ea8c147

Browse files
authored
HDDS-2295. Display log of freon on the standard output.
This closes #14.
2 parents f6e3fb1 + 3246e11 commit ea8c147

File tree

1 file changed

+1
-1
lines changed
  • hadoop-ozone/common/src/main/bin

1 file changed

+1
-1
lines changed

hadoop-ozone/common/src/main/bin/ozone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function ozonecmd_case
124124
;;
125125
freon)
126126
HADOOP_CLASSNAME=org.apache.hadoop.ozone.freon.Freon
127-
OZONE_FREON_OPTS="${OZONE_FREON_OPTS} -Dhadoop.log.file=ozone-freon.log -Dlog4j.configuration=file:${ozone_shell_log4j}"
127+
OZONE_FREON_OPTS="${OZONE_FREON_OPTS}"
128128
HADOOP_OPTS="${HADOOP_OPTS} ${OZONE_FREON_OPTS}"
129129
OZONE_RUN_ARTIFACT_NAME="hadoop-ozone-tools"
130130
;;

0 commit comments

Comments
 (0)