You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/10/26 12:50:59 UTC

[jira] Created: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

GenericOptionsParser does not understand uri for -files -libjars and -archives option
-------------------------------------------------------------------------------------

                 Key: HADOOP-6334
                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
             Project: Hadoop Common
          Issue Type: Bug
          Components: util
            Reporter: Amareshwari Sriramadasu
            Assignee: Amareshwari Sriramadasu
             Fix For: 0.21.0


If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772444#action_12772444 ] 

Amareshwari Sriramadasu commented on HADOOP-6334:
-------------------------------------------------

I ran ant test in MAPREDUCE project, picking up the jars from tar ball @ http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/75/. All the tests passed except TestGridmixSubmission (due to MAPREDUCE-1124)
Can somebody commit the core jars to MAPREDUCE project ?
Core jars are not present in HDFS project after HADOOP-5107.


> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Patch Available  (was: Open)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Attachment: patch-6334-4.txt

Fixed two minor bugs in GenericOptionsParser. GPO is doing an fs.close(), which stops the applications from using FileSystem anymore. Fixed getLibjars method to understand uri on hdfs. Testcases for the same will be added in MAPREDUCE-787.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Jothi Padmanabhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771880#action_12771880 ] 

Jothi Padmanabhan commented on HADOOP-6334:
-------------------------------------------

+1. Patch looks good.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Fix Version/s:     (was: 0.21.0)
                   0.22.0
           Status: Patch Available  (was: Open)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776888#action_12776888 ] 

Amareshwari Sriramadasu commented on HADOOP-6334:
-------------------------------------------------

I picked up the common jars from http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-Common-21-Build/lastSuccessfulBuild/artifact/trunk/build/hadoop-core-0.21.0.tar.gz for branch 0.21 and ran ant test in MAPREDUCE project, All tests passed except TestGridmixSubmission (due to MAPREDUE-1124). 

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770868#action_12770868 ] 

Hadoop QA commented on HADOOP-6334:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423433/patch-6334-2.txt
  against trunk revision 829289.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/108/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/108/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/108/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/108/console

This message is automatically generated.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Open  (was: Patch Available)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Jothi Padmanabhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770892#action_12770892 ] 

Jothi Padmanabhan commented on HADOOP-6334:
-------------------------------------------

This is one possible approach. But I am thinking we could follow another approach. 

Have the Path methods (makeQualified, toString) handle fragments as in patch-6334-1.txt, but do not modify the constructors. 
Modify GOP to construct a URI out of the String as in patch-6334-2.txt and use it to construct the Path with the Path(URI) constructor. 

Since the Path(URI) constructor directly sets the underlying URI and if the Path methods recognize fragments, we should be fine and will not have problems of backward compatibility, no? 

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Attachment: patch-6334-3.txt

Modified the patch, as suggested by Jothi

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770853#action_12770853 ] 

Amareshwari Sriramadasu commented on HADOOP-6334:
-------------------------------------------------

bq.If we add an assumption that there is no # in file/directory names, then this is an incompatible change. 
If Path allows # in the name. And it is known that it does not support fragment in URI.
i.e.
URI uri = new URI("file:///foo/bar#baz");
new Path(uri).toString returns only "file:///foo/bar".
Then GPO can append fragment portion of the uri, by itself. 

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Patch Available  (was: Open)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772234#action_12772234 ] 

Hudson commented on HADOOP-6334:
--------------------------------

Integrated in Hadoop-Common-trunk #144 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/144/])
    .  Fix GenericOptionsParser and Path to have a better URI support.  Contributed by Amareshwari Sriramadasu


> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Patch Available  (was: Open)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Attachment: patch-6334-1.txt

Fixed a minor bug in earlier patch. Updated the testcase.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Open  (was: Patch Available)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Attachment: patch-6334-2.txt

Attaching a patch reverting the changes from Path. Modified GenericOptionParser to append fragment of the uri to the final path, if there is any fragment.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772037#action_12772037 ] 

Hudson commented on HADOOP-6334:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #75 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/75/])
    .  Fix GenericOptionsParser and Path to have a better URI support.  Contributed by Amareshwari Sriramadasu


> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Attachment: patch-6334.txt

Patch fixes org.apache.hadoop.fs.Path to understand fragment of the uri.
Fixed GenericOptionsParser to throw out IOException, if any.
Added corresponding testcases.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0
>
>         Attachments: patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Fix Version/s:     (was: 0.22.0)
                   0.21.0

Patch applies to branch 0.21. And all tests passed on branch 0.21 also.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Open  (was: Patch Available)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Patch Available  (was: Open)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-6334:
-------------------------------------------

    Hadoop Flags: [Reviewed]

+1 patch-6334-3.txt looks good.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770748#action_12770748 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-6334:
------------------------------------------------

Also, what is the correct way to handle a path with two or more #, e.g. hdfs://namendoe/a#b/c#d#e ?



> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771794#action_12771794 ] 

Amareshwari Sriramadasu commented on HADOOP-6334:
-------------------------------------------------

test-patch passed on branch 0.21

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771771#action_12771771 ] 

Hadoop QA commented on HADOOP-6334:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423656/patch-6334-4.txt
  against trunk revision 831070.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/118/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/118/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/118/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/118/console

This message is automatically generated.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771307#action_12771307 ] 

Hadoop QA commented on HADOOP-6334:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423548/patch-6334-3.txt
  against trunk revision 829289.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/112/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/112/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/112/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/112/console

This message is automatically generated.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770469#action_12770469 ] 

Hadoop QA commented on HADOOP-6334:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423310/patch-6334-1.txt
  against trunk revision 829289.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/19/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/19/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/19/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/19/console

This message is automatically generated.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772456#action_12772456 ] 

Sharad Agarwal commented on HADOOP-6334:
----------------------------------------

core jars updated in MAPREDUCE.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-6334:
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.22.0
           Status: Resolved  (was: Patch Available)

I have committed this to 0.21 and above.  Thanks, Amareshwari!

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334-3.txt, patch-6334-4.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Commented: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770467#action_12770467 ] 

Hadoop QA commented on HADOOP-6334:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423304/patch-6334.txt
  against trunk revision 829289.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/105/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/105/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/105/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/105/console

This message is automatically generated.

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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


[jira] Updated: (HADOOP-6334) GenericOptionsParser does not understand uri for -files -libjars and -archives option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6334:
--------------------------------------------

    Status: Open  (was: Patch Available)

> GenericOptionsParser does not understand uri for -files -libjars and -archives option
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6334
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6334
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-6334-1.txt, patch-6334-2.txt, patch-6334.txt
>
>
> If we give an uri for -files, -libjars and -archives option , in GenericOptionsParser. It gives FileNotFoundException.

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