HDFS-10835. Fix typos in httpfs.sh. Contributed by John Zhuge.

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

Branch: refs/heads/YARN-3368
Commit: 7c213c341d047362e6f8b66ab3ffafaf639d8d31
Parents: f0d5382
Author: Xiao Chen <x...@apache.org>
Authored: Tue Sep 6 11:44:26 2016 -0700
Committer: Xiao Chen <x...@apache.org>
Committed: Tue Sep 6 11:44:26 2016 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh        | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7c213c34/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
index a6c9f03..64459bf 100755
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
@@ -17,15 +17,15 @@ MYNAME="${BASH_SOURCE-$0}"
 
 function hadoop_usage
 {
-  hadoop_add_subcommand "run" "Start kms in the current window"
+  hadoop_add_subcommand "run" "Start HttpFS in the current window"
   hadoop_add_subcommand "run -security" "Start in the current window with 
security manager"
-  hadoop_add_subcommand "start" "Start kms in a separate window"
+  hadoop_add_subcommand "start" "Start HttpFS in a separate window"
   hadoop_add_subcommand "start -security" "Start in a separate window with 
security manager"
   hadoop_add_subcommand "status" "Return the LSB compliant status"
-  hadoop_add_subcommand "stop" "Stop kms, waiting up to 5 seconds for the 
process to end"
-  hadoop_add_subcommand "top n" "Stop kms, waiting up to n seconds for the 
process to end"
-  hadoop_add_subcommand "stop -force" "Stop kms, wait up to 5 seconds and then 
use kill -KILL if still running"
-  hadoop_add_subcommand "stop n -force" "Stop kms, wait up to n seconds and 
then use kill -KILL if still running"
+  hadoop_add_subcommand "stop" "Stop HttpFS, waiting up to 5 seconds for the 
process to end"
+  hadoop_add_subcommand "stop n" "Stop HttpFS, waiting up to n seconds for the 
process to end"
+  hadoop_add_subcommand "stop -force" "Stop HttpFS, wait up to 5 seconds and 
then use kill -KILL if still running"
+  hadoop_add_subcommand "stop n -force" "Stop HttpFS, wait up to n seconds and 
then use kill -KILL if still running"
   hadoop_generate_usage "${MYNAME}" false
 }
 
@@ -47,7 +47,7 @@ else
   exit 1
 fi
 
-# The Java System property 'httpfs.http.port' it is not used by Kms,
+# The Java System property 'httpfs.http.port' it is not used by HttpFS,
 # it is used in Tomcat's server.xml configuration file
 #
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to