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 "Giridharan Kesavan (JIRA)" <ji...@apache.org> on 2011/08/19 01:54:27 UTC

[jira] [Created] (MAPREDUCE-2859) mapreduce trunk is broke with eclipse plugin contrib

mapreduce trunk is broke with eclipse plugin contrib
----------------------------------------------------

                 Key: MAPREDUCE-2859
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.23.0
            Reporter: Giridharan Kesavan


ant compile with eclipse home fails mapreduce trunk builds.

$ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile

compile:
     [echo] contrib: eclipse-plugin 
    [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
    [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
    [javac] symbol  : class JobClient
    [javac] location: package org.apache.hadoop.mapred
    [javac] import org.apache.hadoop.mapred.JobClient;
    [javac]                                ^


-----




 [javac]     JobConf conf = new JobConf(location.getConfiguration());
    [javac]                        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 49 errors

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Giridharan Kesavan resolved MAPREDUCE-2859.
-------------------------------------------

    Resolution: Fixed

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Hudson commented on MAPREDUCE-2859:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #774 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/774/])
    MAPREDUCE-2859 - Fix eclipse plugin contrib module compilation. Contributed by Giridharan Kesavan

gkesavan : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160987
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/ivy/ivysettings.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt


> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Giridharan Kesavan updated MAPREDUCE-2859:
------------------------------------------

    Attachment: MAPREDUCE-2859.patch

This patch fixes the eclipse plugin compilation issue.

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Hudson commented on MAPREDUCE-2859:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #784 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/784/])
    MAPREDUCE-2859 - Fix eclipse plugin contrib module compilation. Contributed by Giridharan Kesavan

gkesavan : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160987
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/ivy/ivysettings.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt


> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Giridharan Kesavan reassigned MAPREDUCE-2859:
---------------------------------------------

    Assignee: Giridharan Kesavan

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Vinod Kumar Vavilapalli commented on MAPREDUCE-2859:
----------------------------------------------------

The JobConf, JobClient and a whole bunch of classes moved to the hadoop-mr-client/hadoop-mapreduce-client-core maven module. Locally we install these modules and then go ahead with compilation via ant.

We can take one of the two steps: (1) Follow the same steps in Jenkins scripts to first install the maven modules locally and then run ant (2) Publish all the new mapreduce maven modules to apache maven repositories.

Giri, comment on which one's the easier path? (2) definitely is the correct path, I think, but I am not sure who/what publishes the modules (for e.g. common) to maven repos. 

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Giridharan Kesavan commented on MAPREDUCE-2859:
-----------------------------------------------

For now approach (1) should be fine; as we need to aggregate the number of jar files that yarn has to publish to maven repo before publishing the jar files.



> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Giridharan Kesavan updated MAPREDUCE-2859:
------------------------------------------

    Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
        Summary: mapreduce trunk is broken with eclipse plugin contrib  (was: mapreduce trunk is broke with eclipse plugin contrib)

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Hudson commented on MAPREDUCE-2859:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #764 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/764/])
    MAPREDUCE-2859 - Fix eclipse plugin contrib module compilation. Contributed by Giridharan Kesavan

gkesavan : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160987
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/ivy/ivysettings.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt


> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Giridharan Kesavan commented on MAPREDUCE-2859:
-----------------------------------------------

I just committed this , Thanks Arun

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Arun C Murthy commented on MAPREDUCE-2859:
------------------------------------------

+1

Thanks for taking care of this Giri!

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Mahadev konar updated MAPREDUCE-2859:
-------------------------------------

    Fix Version/s: 0.23.0

> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib

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

Hudson commented on MAPREDUCE-2859:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #777 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/777/])
    MAPREDUCE-2859 - Fix eclipse plugin contrib module compilation. Contributed by Giridharan Kesavan

gkesavan : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160987
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/src/contrib/eclipse-plugin/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/ivy/ivysettings.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt


> mapreduce trunk is broken with eclipse plugin contrib
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2859
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>         Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2859.patch
>
>
> ant compile with eclipse home fails mapreduce trunk builds.
> $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol
>     [javac] symbol  : class JobClient
>     [javac] location: package org.apache.hadoop.mapred
>     [javac] import org.apache.hadoop.mapred.JobClient;
>     [javac]                                ^
> -----
>  [javac]     JobConf conf = new JobConf(location.getConfiguration());
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 49 errors
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira