[
https://issues.apache.org/jira/browse/HADOOP-8433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294186#comment-13294186
]
Hudson commented on HADOOP-8433:
--------------------------------
Integrated in Hadoop-Hdfs-trunk-Commit #2430 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2430/])
HADOOP-8433. Don't set HADOOP_LOG_DIR in hadoop-env.sh. Contributed by
Brahma Reddy Battula (Revision 1349641)
Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1349641
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
> Don't set HADOOP_LOG_DIR in hadoop-env.sh
> -----------------------------------------
>
> Key: HADOOP-8433
> URL: https://issues.apache.org/jira/browse/HADOOP-8433
> Project: Hadoop Common
> Issue Type: Bug
> Components: scripts
> Affects Versions: 2.0.1-alpha
> Reporter: Brahma Reddy Battula
> Assignee: Brahma Reddy Battula
> Fix For: 2.0.1-alpha
>
> Attachments: HADOOP-8433.patch, Hadoop-8433.patch
>
>
> It's better to comment the following in hadoop-env.sh
> # Where log files are stored. $HADOOP_HOME/logs by default.
> export HADOOP_LOG_DIR=${HADOOP_LOG_DIR}/$USER
> Because of this logs are placing under root($user) and this getting called
> two times while starting process.
> hence logs are placing at /root/root/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira