[ 
https://issues.apache.org/jira/browse/HDFS-13661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16725496#comment-16725496
 ] 

Hudson commented on HDFS-13661:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15640 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15640/])
HDFS-13661. Ls command with e option fails when the filesystem is not 
(tasanuma: rev d9635759182b614a1dd5034c30978e7c4be8d0dd)
* (edit) 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/TestLs.java
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/Ls.java


> Ls command with e option fails when the filesystem is not HDFS
> --------------------------------------------------------------
>
>                 Key: HDFS-13661
>                 URL: https://issues.apache.org/jira/browse/HDFS-13661
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: erasure-coding, tools
>            Reporter: Takanobu Asanuma
>            Assignee: Takanobu Asanuma
>            Priority: Major
>             Fix For: 3.0.4, 3.1.2, 3.3.0, 3.2.1
>
>         Attachments: HDFS-13661.1.patch, HDFS-13661.2.patch, 
> HDFS-13661.3.patch, HDFS-13661.4.patch
>
>
> {noformat}
> $ hadoop fs -ls -e file://
> Found 10 items
> -ls: Fatal internal error
> java.lang.NullPointerException
>       at org.apache.hadoop.fs.shell.Ls.adjustColumnWidths(Ls.java:308)
>       at org.apache.hadoop.fs.shell.Ls.processPaths(Ls.java:242)
>       at org.apache.hadoop.fs.shell.Command.recursePath(Command.java:387)
>       at org.apache.hadoop.fs.shell.Ls.processPathArgument(Ls.java:226)
>       at org.apache.hadoop.fs.shell.Command.processArgument(Command.java:285)
>       at org.apache.hadoop.fs.shell.Command.processArguments(Command.java:269)
>       at 
> org.apache.hadoop.fs.shell.FsCommand.processRawArguments(FsCommand.java:120)
>       at org.apache.hadoop.fs.shell.Command.run(Command.java:176)
>       at org.apache.hadoop.fs.FsShell.run(FsShell.java:328)
>       at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
>       at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
>       at org.apache.hadoop.fs.FsShell.main(FsShell.java:391)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to