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 "Mukund Madhugiri (JIRA)" <ji...@apache.org> on 2008/07/20 04:41:31 UTC

[jira] Created: (HADOOP-3798) compile-core-test fails to compile

compile-core-test fails to compile
----------------------------------

                 Key: HADOOP-3798
                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
    Affects Versions: 0.18.0
            Reporter: Mukund Madhugiri
            Priority: Blocker


compile-core-test fails to compile on branch-0.18

compile-core-test:
   [javac] Compiling 7 source files to /branch-0.18/build/test/classes
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.
   [javac] Compiling 238 source files to /branch-0.18/build/test/classes
   [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
   [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
   [javac]                              ^
   [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
   [javac] symbol  : class MiniDFSCluster
   [javac] location: class org.apache.hadoop.mapred.TestJobShell
   [javac]     MiniDFSCluster dfs = null;
   [javac]     ^
   [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
   [javac] symbol  : class MiniDFSCluster
   [javac] location: class org.apache.hadoop.mapred.TestJobShell
   [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
   [javac]                 ^
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] 3 errors

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


[jira] Commented: (HADOOP-3798) compile-core-test fails to compile

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

Amareshwari Sriramadasu commented on HADOOP-3798:
-------------------------------------------------

+1 for the patch

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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


[jira] Commented: (HADOOP-3798) compile-core-test fails to compile

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

Hudson commented on HADOOP-3798:
--------------------------------

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

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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


[jira] Updated: (HADOOP-3798) compile-core-test fails to compile

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

Mukund Madhugiri updated HADOOP-3798:
-------------------------------------

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

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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


[jira] Assigned: (HADOOP-3798) compile-core-test fails to compile

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

Mukund Madhugiri reassigned HADOOP-3798:
----------------------------------------

    Assignee: Mukund Madhugiri

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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


[jira] Updated: (HADOOP-3798) compile-core-test fails to compile

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

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

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

I just committed this. Thanks, Mukund!

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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


[jira] Updated: (HADOOP-3798) compile-core-test fails to compile

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

Mukund Madhugiri updated HADOOP-3798:
-------------------------------------

    Attachment: H3798.patch

Wrong reference to MiniDFSCluster as part of HADOOP-3743

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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


[jira] Commented: (HADOOP-3798) compile-core-test fails to compile

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

Hadoop QA commented on HADOOP-3798:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12386490/H3798.patch
  against trunk revision 678196.

    +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 appears to cause Findbugs to fail.

    +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 failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2914/testReport/
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2914/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2914/console

This message is automatically generated.

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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