You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2012/04/25 02:14:07 UTC

[jira] [Created] (HBASE-5870) Hadoop 23 compile broken because can't find HBaseTestingUtility#getJobTracker() method

Jonathan Hsieh created HBASE-5870:
-------------------------------------

             Summary: Hadoop 23 compile broken because can't find HBaseTestingUtility#getJobTracker() method
                 Key: HBASE-5870
                 URL: https://issues.apache.org/jira/browse/HBASE-5870
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.96.0
            Reporter: Jonathan Hsieh
            Priority: Blocker
             Fix For: 0.96.0


Afater HBASE-5861 on 0.94 we are left with this issue on trunk.

{code}
$ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
[ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
[ERROR] symbol  : method getJobTracker()
[ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
[ERROR] -> [Help 1]
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261769#comment-13261769 ] 

Jonathan Hsieh commented on HBASE-5870:
---------------------------------------

I ran into something similar but it was complaining about a ZK jar -- when testing HBASE-5861.  I think the error is from trying to find the jar in hdfs for the MR job.

Is this failure it consistent?

My guess is that something in HBASE-5760 is causing this.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Hudson commented on HBASE-5870:
-------------------------------

Integrated in HBase-TRUNK-security #184 (See [https://builds.apache.org/job/HBase-TRUNK-security/184/])
    HBASE-5870 Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found (Revision 1330563)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/MapreduceTestingShim.java

                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261254#comment-13261254 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK-on-Hadoop-23/136/console was the last build which didn't show this compilation error.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261845#comment-13261845 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

Even in build #136 TestImportExport failed, due to a different exception:
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK-on-Hadoop-23/136/testReport/org.apache.hadoop.hbase.mapreduce/TestImportExport/org_apache_hadoop_hbase_mapreduce_TestImportExport/

I suggest checking in patch v2 and investigate TestImportExport using another JIRA.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Hudson commented on HBASE-5870:
-------------------------------

Integrated in HBase-TRUNK #2815 (See [https://builds.apache.org/job/HBase-TRUNK/2815/])
    HBASE-5870 Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found (Revision 1330563)

     Result = SUCCESS
tedyu : 
Files : 
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/MapreduceTestingShim.java

                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261773#comment-13261773 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

The failure is consistent:
{code}
testSimpleCase(org.apache.hadoop.hbase.mapreduce.TestImportExport)  Time elapsed: 2.552 sec  <<< ERROR!
java.io.FileNotFoundException: File does not exist: /Users/zhihyu/.m2/repository/org/apache/hadoop/hadoop-common/0.23.2-SNAPSHOT/hadoop-common-0.23.2-SNAPSHOT.jar
  at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:729)
  at org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.getFileStatus(ClientDistributedCacheManager.java:208)
  at org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.determineTimestamps(ClientDistributedCacheManager.java:71)
  at org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:246)
  at org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:284)
  at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:355)
  at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1221)
  at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1218)
  at java.security.AccessController.doPrivileged(Native Method)
  at javax.security.auth.Subject.doAs(Subject.java:396)
  at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1177)
  at org.apache.hadoop.mapreduce.Job.submit(Job.java:1218)
  at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1239)
  at org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
{code}
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Zhihong Yu updated HBASE-5870:
------------------------------

    Summary: Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found  (was: Hadoop 23 compile broken because can't find HBaseTestingUtility#getJobTracker() method)
    
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Zhihong Yu updated HBASE-5870:
------------------------------

    Attachment:     (was: 5870-v2.txt)
    
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261937#comment-13261937 ] 

Jonathan Hsieh commented on HBASE-5870:
---------------------------------------

+1.  (either as is or after addressing this following nit).

nit: Would throwing IllegalXxxException make sense instead of returning null?  Since this this is testing only I don't feel strongly about this but if it does end up going into the production code it would matter more.

Filing follow-on issue sounds good to me.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262092#comment-13262092 ] 

Jonathan Hsieh commented on HBASE-5870:
---------------------------------------

This test didn't register -- TestSplitTransactionOnCluster -- I'm assuming this is a flaky and passes most of the time.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261934#comment-13261934 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

The two failed tests passed locally.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Zhihong Yu updated HBASE-5870:
------------------------------

    Attachment: 5870-v2.txt

Patch v2 fills in obtainJobConf() for MapreduceV2Shim.

getJobTrackerConf() creates a new JobConf. So setting config param in the returned JobConf is not effective.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261447#comment-13261447 ] 

Jonathan Hsieh commented on HBASE-5870:
---------------------------------------

In trunk, this bug was introduced in HBASE-5760.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Zhihong Yu reassigned HBASE-5870:
---------------------------------

    Assignee: Zhihong Yu
    
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Lars Hofhansl updated HBASE-5870:
---------------------------------

    Attachment: 5870.txt

Ted's proposed patch extracted from parent.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Hadoop QA commented on HBASE-5870:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12524322/5870-v2.txt
  against trunk revision .

    +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 appears to introduce 5 new Findbugs (version 1.3.9) warnings.

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

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

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1649//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1649//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1649//console

This message is automatically generated.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Lars Hofhansl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261717#comment-13261717 ] 

Lars Hofhansl commented on HBASE-5870:
--------------------------------------

Lemme clean up this mess.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Zhihong Yu updated HBASE-5870:
------------------------------

    Attachment: 5870-v2.txt
    
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261747#comment-13261747 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

I ran the patch against 0.23 profile.
I got one test failure:
{code}
testSimpleCase(org.apache.hadoop.hbase.mapreduce.TestImportExport)  Time elapsed: 2.583 sec  <<< ERROR!
java.io.FileNotFoundException: File does not exist: /Users/zhihyu/.m2/repository/org/apache/hadoop/hadoop-common/0.23.2-SNAPSHOT/hadoop-common-0.23.2-SNAPSHOT.jar
{code}
But the jar was there:
{code}
-rw-r--r--  1 zhihyu  110088321  1768854 Apr 24 11:23 /Users/zhihyu/.m2/repository/org/apache/hadoop/hadoop-common/0.23.2-SNAPSHOT/hadoop-common-0.23.2-SNAPSHOT.jar
{code}
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Zhihong Yu updated HBASE-5870:
------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)
    
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262104#comment-13262104 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

I ran the test suite and TestSplitTransactionOnCluster passed:
{code}
Running org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.737 sec
{code}
I ran it again standalone and it passed.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261469#comment-13261469 ] 

Jonathan Hsieh commented on HBASE-5870:
---------------------------------------

@LarsH Hm, looks like this got committed here as HBASE-5848:

{code}
------------------------------------------------------------------------
r1330105 | larsh | 2012-04-24 22:07:15 -0700 (Tue, 24 Apr 2012) | 1 line

HBASE-5848 Addendum
{code} 

Maybe we should revert that and then recommit with a more appropriate commit message?


                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Lars Hofhansl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261722#comment-13261722 ] 

Lars Hofhansl commented on HBASE-5870:
--------------------------------------

Test run looked good, though. So I'm +1 on commit.

                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261998#comment-13261998 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

Will integrate later this afternoon if there is no objection.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Hadoop QA commented on HBASE-5870:
----------------------------------

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

    +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 appears to introduce 5 new Findbugs (version 1.3.9) warnings.

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

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.TestRegionRebalancing
                  org.apache.hadoop.hbase.replication.TestReplication

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1642//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1642//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1642//console

This message is automatically generated.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Hadoop QA commented on HBASE-5870:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12524309/5870-v2.txt
  against trunk revision .

    +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 appears to introduce 5 new Findbugs (version 1.3.9) warnings.

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

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.TestRegionRebalancing
                  org.apache.hadoop.hbase.master.TestSplitLogManager

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1648//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1648//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1648//console

This message is automatically generated.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compile broken because can't find HBaseTestingUtility#getJobTracker() method

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

Jonathan Hsieh updated HBASE-5870:
----------------------------------

    Description: 
After HBASE-5861 on 0.94 we are left with this issue on trunk.

{code}
$ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
[ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
[ERROR] symbol  : method getJobTracker()
[ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
[ERROR] -> [Help 1]
{code}

  was:
Afater HBASE-5861 on 0.94 we are left with this issue on trunk.

{code}
$ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
[ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
[ERROR] symbol  : method getJobTracker()
[ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
[ERROR] -> [Help 1]
{code}

    
> Hadoop 23 compile broken because can't find HBaseTestingUtility#getJobTracker() method
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

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

Lars Hofhansl updated HBASE-5870:
---------------------------------

    Status: Patch Available  (was: Open)
    
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Zhihong Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262118#comment-13262118 ] 

Zhihong Yu commented on HBASE-5870:
-----------------------------------

Integrated to trunk.

Thanks for the review, Lars and Jon.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Zhihong Yu
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870-v2.txt, 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found

Posted by "Lars Hofhansl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261719#comment-13261719 ] 

Lars Hofhansl commented on HBASE-5870:
--------------------------------------

Reverted.
                
> Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5870
>                 URL: https://issues.apache.org/jira/browse/HBASE-5870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 5870.txt
>
>
> After HBASE-5861 on 0.94 we are left with this issue on trunk.
> {code}
> $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
> [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol
> [ERROR] symbol  : method getJobTracker()
> [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira