Repository: hadoop Updated Branches: refs/heads/branch-2 fd4868bdb -> 135abcac4 refs/heads/branch-2.9.0 6697f0c18 -> 173e80884
HDFS-12783. [branch-2] dfsrouter should use hdfsScript. Contributed by Brahma Reddy Battula Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/135abcac Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/135abcac Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/135abcac Branch: refs/heads/branch-2 Commit: 135abcac4ba3fda0e287b0766c415ce4e0c37931 Parents: fd4868b Author: Brahma Reddy Battula <[email protected]> Authored: Wed Nov 8 01:45:53 2017 +0530 Committer: Brahma Reddy Battula <[email protected]> Committed: Wed Nov 8 01:45:53 2017 +0530 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/135abcac/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh b/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh index d2ef1cf..bcb618e 100755 --- a/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh +++ b/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh @@ -150,7 +150,7 @@ case $startStop in echo starting $command, logging to $log cd "$HADOOP_PREFIX" case $command in - namenode|secondarynamenode|datanode|journalnode|dfs|dfsadmin|fsck|balancer|zkfc|portmap|nfs3) + namenode|secondarynamenode|datanode|journalnode|dfs|dfsadmin|fsck|balancer|zkfc|portmap|nfs3|dfsrouter) if [ -z "$HADOOP_HDFS_HOME" ]; then hdfsScript="$HADOOP_PREFIX"/bin/hdfs else --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
