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

[jira] Created: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

Eclipse .classpath template has outdated jar files and is missing some new ones.
--------------------------------------------------------------------------------

                 Key: MAPREDUCE-1133
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Konstantin Boudnik
            Assignee: Konstantin Boudnik


Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).


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


[jira] Commented: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Tsz Wo (Nicholas), SZE commented on MAPREDUCE-1133:
---------------------------------------------------

+1 patch looks good.

Some thoughts: it would be great if the classpath could be generated by the ivy files, i.e. ivy/ivysettings.xml and ivy/libraries.properties.

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Commented: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Hudson commented on MAPREDUCE-1133:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #94 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/94/])
    . Eclipse .classpath template has outdated jar files and is missing some new ones. Contributed by Konstantin Boudnik


> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Updated: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Konstantin Boudnik updated MAPREDUCE-1133:
------------------------------------------

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

I've just committed this.

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Commented: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768903#action_12768903 ] 

Konstantin Boudnik commented on MAPREDUCE-1133:
-----------------------------------------------

Thanks for the review, Nicholas.

bq. Some thoughts: it would be great if the classpath could be generated by the ivy files...
+1 on that. There's some minor problem with that: until Hadoop related jar files aren't published to a Maven we can't do this, I think. But this should be possible to do for other libs like avro.

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Updated: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Konstantin Boudnik updated MAPREDUCE-1133:
------------------------------------------

    Attachment: MAPREDUCE-1133.patch

This seems to be fixing the problem

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Updated: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Konstantin Boudnik updated MAPREDUCE-1133:
------------------------------------------

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

The patch is trivial and works

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Commented: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Hadoop QA commented on MAPREDUCE-1133:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12422940/MAPREDUCE-1133.patch
  against trunk revision 828733.

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

    +1 tests included.  The patch appears to include 1 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/Mapreduce-Patch-h6.grid.sp2.yahoo.net/202/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/202/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/202/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/202/console

This message is automatically generated.

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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


[jira] Commented: (MAPREDUCE-1133) Eclipse .classpath template has outdated jar files and is missing some new ones.

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

Hudson commented on MAPREDUCE-1133:
-----------------------------------

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

> Eclipse .classpath template has outdated jar files and is missing some new ones.
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1133
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1133
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1133.patch
>
>
> Eclipse environment is broken in trunk: it still uses *.21*.jar files and includes some libraries which aren't in use any more (similar to HDFS-726).

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