Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-13100

String msg in NotInMountpointException not spelled correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 2.7.1
    • None
    • viewfs
    • None

    Description

      The string msg in NotInMountpointException#NotInMountpointException was not spelled correctly.

      public NotInMountpointException(Path path, String operation) {
          msg = operation + " on path `" + path + "' is not within a mount point";
      }
      

      The characters around path are not same. Update the msg from my test cluster

      $ hadoop fs -ls /viewfstm
      ls: `/viewfstm': No such file or directory
      

      Attachments

        1. HADOOP-13100.001.patch
          0.8 kB
          Yiqun Lin
        2. HADOOP-13100.002.patch
          1 kB
          Yiqun Lin

        Activity

          People

            linyiqun Yiqun Lin
            linyiqun Yiqun Lin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: