need to workaround HDFS-1943
----------------------------

                 Key: BIGTOP-140
                 URL: https://issues.apache.org/jira/browse/BIGTOP-140
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.1.0
            Reporter: Roman Shaposhnik
             Fix For: 0.2.0


Because of HDFS-1943 the logic of starting a datanode from within a init.d 
scripts needs to be convoluted:

if (secure configuration) {
  sudo hadoop-daemon.sh
} else {
  sudo -u hdfs hadoop-daemon.sh
}

--
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

        

Reply via email to