Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-10835

Fix typos in httpfs.sh

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 3.0.0-alpha1
    • 3.0.0-alpha2
    • httpfs
    • None

    Description

      Typo in method hadoop_usage of httpfs.sh. The kms words should be replaced with httpfs:

      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
      }
      

      Attachments

        1. HDFS-10835.005.patch
          2 kB
          John Zhuge
        2. HDFS-10835.004.patch
          2 kB
          John Zhuge
        3. HDFS-10835.003.patch
          2 kB
          John Zhuge
        4. HDFS-10835.002.patch
          2 kB
          John Zhuge
        5. HDFS-10835.001.patch
          2 kB
          John Zhuge

        Activity

          People

            jzhuge John Zhuge
            jzhuge John Zhuge
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: