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 "Tom White (JIRA)" <ji...@apache.org> on 2008/09/16 14:06:44 UTC

[jira] Created: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

Fix simple module dependencies between core, hdfs and mapred
------------------------------------------------------------

                 Key: HADOOP-4184
                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
             Project: Hadoop Core
          Issue Type: Sub-task
            Reporter: Tom White
            Assignee: Tom White




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


[jira] Updated: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Tom White updated HADOOP-4184:
------------------------------

    Attachment: hadoop-4184-v2.patch

Updated patch to deprecate FileSystem#parseArgs.

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184-v2.patch, hadoop-4184.patch
>
>


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


[jira] Commented: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Tom White commented on HADOOP-4184:
-----------------------------------

bq. You also removed FileSystem#parseArgs(). What's the rationale for that? 

I don't think it's being used anywhere, and GenericOptionsParser provides a very similar function as a replacement. Removing it was a little rash, since it's a public method it should be deprecated first. I'll produce a new patch.

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184.patch
>
>


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


[jira] Commented: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Hadoop QA commented on HADOOP-4184:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12390186/hadoop-4184.patch
  against trunk revision 696149.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +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 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/3283/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3283/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3283/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3283/console

This message is automatically generated.

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184-v2.patch, hadoop-4184.patch
>
>


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


[jira] Updated: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Tom White updated HADOOP-4184:
------------------------------

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

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184.patch
>
>


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


[jira] Updated: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Robert Chansler updated HADOOP-4184:
------------------------------------

    Component/s: mapred
                 dfs

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>          Components: dfs, mapred
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184-v2.patch, hadoop-4184.patch
>
>


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


[jira] Commented: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Doug Cutting commented on HADOOP-4184:
--------------------------------------

You also removed FileSystem#parseArgs().  What's the rationale for that?

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184.patch
>
>


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


[jira] Commented: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Hudson commented on HADOOP-4184:
--------------------------------

Integrated in Hadoop-trunk #611 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/611/])

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184-v2.patch, hadoop-4184.patch
>
>


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


[jira] Updated: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Tom White updated HADOOP-4184:
------------------------------

    Attachment: hadoop-4184.patch

Patch to remove unnecessary dependencies.

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184.patch
>
>


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


[jira] Updated: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Owen O'Malley updated HADOOP-4184:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Tom!

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184-v2.patch, hadoop-4184.patch
>
>


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


[jira] Commented: (HADOOP-4184) Fix simple module dependencies between core, hdfs and mapred

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

Tom White commented on HADOOP-4184:
-----------------------------------

Failing test is unrelated - it passes locally.

> Fix simple module dependencies between core, hdfs and mapred
> ------------------------------------------------------------
>
>                 Key: HADOOP-4184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4184
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4184-v2.patch, hadoop-4184.patch
>
>


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