Description
FsShell's top level exception handler catches and displays exceptions. Unfortunately it displays only the first line of an exception, which means an unexpected RuntimeExceptions like NullPointerException only display "cmd: NullPointerException". This user has no context to understand and/or accurately report the issue.
Found due to bugs such as HADOOP-7327.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-7327 FileSystem.listStatus() throws NullPointerException instead of IOException upon access permission failure
- Closed
- is part of
-
HADOOP-7176 Redesign FsShell
- Resolved