Wangda Tan created HADOOP-10625:
---
Summary: Configuration: names should be trimmed when
putting/getting to properties
Key: HADOOP-10625
URL: https://issues.apache.org/jira/browse/HADOOP-10625
Project: Ha
Hi Robert,
I understand your confusion.
HADOOP_ROOT_LOGGER is set to default value "INFO,console" if it hasn't set
for anything and logs will be displayed on the console itself.
This will be true for any client commands you run. For ex: "hdfs dfs -ls /"
But for the server scripts (hadoop-daemon.
I noticed in hadoop-config.sh there is this line:
HADOOP_OPTS="$HADOOP_OPTS
-Dhadoop.root.logger=${HADOOP_ROOT_LOGGER:-INFO,console}"
which is setting a root logger if HADOOP_ROOT_LOGGER isn't set. Why is
this here.needed? There is a log4j.properties file provided that
defines a default lo
Wenwu Peng created HADOOP-10624:
---
Summary: Fix some minors typo and add more test cases for
hadoop_err
Key: HADOOP-10624
URL: https://issues.apache.org/jira/browse/HADOOP-10624
Project: Hadoop Common