You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/05/25 20:51:16 UTC

[jira] Commented: (HADOOP-1435) FileSystem.globPaths should not create a Path from an empty string

    [ https://issues.apache.org/jira/browse/HADOOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499203 ] 

Hadoop QA commented on HADOOP-1435:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12358269/globPath.patch applied and successfully tested against trunk revision r541463.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/204/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/204/console

> FileSystem.globPaths should not create a Path from an empty string
> ------------------------------------------------------------------
>
>                 Key: HADOOP-1435
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1435
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Hairong Kuang
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: globPath.patch
>
>
> Got the following error when tried to list a directory in a home directory using a relative path name
> hadoop dfs -ls in_jar
> Exception in thread "main" java.lang.IllegalArgumentException: Can not create a Path from an empty string
>         at org.apache.hadoop.fs.Path.checkPathArg(Path.java:82)
>         at org.apache.hadoop.fs.Path.<init>(Path.java:90)
>         at org.apache.hadoop.fs.FileSystem.globPaths(FileSystem.java:561)
>         at org.apache.hadoop.fs.FileSystem.globPaths(FileSystem.java:540)
>         at org.apache.hadoop.fs.FsShell.ls(FsShell.java:314)
>         at org.apache.hadoop.fs.FsShell.doall(FsShell.java:842)
>         at org.apache.hadoop.fs.FsShell.run(FsShell.java:1016)
>         at org.apache.hadoop.util.ToolBase.doMain(ToolBase.java:189)
>         at org.apache.hadoop.fs.FsShell.main(FsShell.java:1092)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.