Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
2.7.1
-
None
-
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