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

Fix typo in error message of StoragePolicyAdmin tool

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.9.0, 3.0.0-alpha4
    • None
    • None
    • Reviewed

    Description

      change "unsetd" to "unset"

      @Override
      public int run(Configuration conf, List<String> args) throws IOException {
      final String path = StringUtils.popOptionWithArgument("-path", args);
      if (path == null)

      { System.err.println("Please specify the path from which " + "the storage policy will be unsetd.\nUsage: " + getLongUsage()); return 1; }

      Attachments

        1. HDFS-11438.001.patch
          0.9 kB
          Alison Yu

        Activity

          People

            alisonyu Alison Yu
            alisonyu Alison Yu
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: