[ https://issues.apache.org/jira/browse/HADOOP-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199734#comment-13199734
]
Hudson commented on HADOOP-8012:
--------------------------------
Integrated in Hadoop-Mapreduce-trunk #978 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/978/])
HADOOP-8012. hadoop-daemon.sh and yarn-daemon.sh are trying to mkdir and chown log/pid
dirs which can fail. Contributed by Roman Shaposhnik
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239752
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/bin/yarn-daemon.sh
> hadoop-daemon.sh and yarn-daemon.sh are trying to mkdir and chow log/pid dirs which can
fail
> --------------------------------------------------------------------------------------------
>
> Key: HADOOP-8012
> URL: https://issues.apache.org/jira/browse/HADOOP-8012
> Project: Hadoop Common
> Issue Type: Bug
> Components: scripts
> Affects Versions: 0.23.0
> Reporter: Roman Shaposhnik
> Assignee: Roman Shaposhnik
> Priority: Minor
> Fix For: 0.23.1
>
> Attachments: HADOOP-8012.patch.txt
>
>
> Here's what I see when using Hadoop in Bigtop:
> {noformat}
> $ sudo /sbin/service hadoop-hdfs-namenode start
> Starting Hadoop namenode daemon (hadoop-namenode): chown: changing ownership of `/var/log/hadoop':
Operation not permitted
> starting namenode, logging to /var/log/hadoop/hadoop-hdfs-namenode-centos5.out
> {noformat}
> This is a cosmetic issue, but it would be nice to fix it.
--
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
|