[
https://issues.apache.org/jira/browse/HDFS-10835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15468233#comment-15468233
]
Hudson commented on HDFS-10835:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10399 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10399/])
HDFS-10835. Fix typos in httpfs.sh. Contributed by John Zhuge. (xiao: rev
7c213c341d047362e6f8b66ab3ffafaf639d8d31)
* (edit) hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
> Fix typos in httpfs.sh
> ----------------------
>
> Key: HDFS-10835
> URL: https://issues.apache.org/jira/browse/HDFS-10835
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: httpfs
> Affects Versions: 3.0.0-alpha1
> Reporter: John Zhuge
> Assignee: John Zhuge
> Priority: Trivial
> Fix For: 3.0.0-alpha2
>
> Attachments: HDFS-10835.001.patch, HDFS-10835.002.patch,
> HDFS-10835.003.patch, HDFS-10835.004.patch, HDFS-10835.005.patch
>
>
> Typo in method {{hadoop_usage}} of {{httpfs.sh}}. The {{kms}} words should be
> replaced with {{httpfs}}:
> {noformat}
> function hadoop_usage
> {
> hadoop_add_subcommand "run" "Start kms 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 -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_generate_usage "${MYNAME}" false
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]