Repository: hadoop
Updated Branches:
  refs/heads/branch-2.9 8746a65e7 -> 53891b7f8


HDFS-12783. [branch-2] dfsrouter should use hdfsScript. Contributed by Brahma 
Reddy Battula

(cherry picked from commit 135abcac4ba3fda0e287b0766c415ce4e0c37931)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/53891b7f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/53891b7f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/53891b7f

Branch: refs/heads/branch-2.9
Commit: 53891b7f8fb8566f6f2bd5036b069349b7d9b2ec
Parents: 8746a65
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 10:19:58 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/53891b7f/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]

Reply via email to