[jira] [Created] (HADOOP-10625) Configuration: names should be trimmed when putting/getting to properties

2014-05-21 Thread Wangda Tan (JIRA)
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

Re: HADOOP_ROOT_LOGGER

2014-05-21 Thread Vinayakumar B
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.

HADOOP_ROOT_LOGGER

2014-05-21 Thread Robert Rati
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

[jira] [Created] (HADOOP-10624) Fix some minors typo and add more test cases for hadoop_err

2014-05-21 Thread Wenwu Peng (JIRA)
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