[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Open  (was: Patch Available)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Attachment: HBASE-6601-trunk.patch

Reapplying so hadoopqa picks up trunk rather than 0.94 patch

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Patch Available  (was: Open)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Attachment: HBASE-6601-trunk.patch

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Open  (was: Patch Available)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Patch Available  (was: Open)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-27 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-6601:
--

Issue Type: Sub-task  (was: Bug)
Parent: HBASE-6891

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Sub-task
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch, HBASE-6601-trunk.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-21 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Attachment: HBASE-6601-trunk.patch

Patch HBASE-6601-trunk.patch includes the previous patches for trunk, along 
with handling the new test, testMetaExport

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-21 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Open  (was: Patch Available)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-21 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Patch Available  (was: Open)

Resubmit to see if hadoopqa will pick it up.

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-09-21 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Attachment: HBASE-6601-0.94.patch

Patch HBASE-6601-0.94.patch includes the previous patches for branch 0.94, 
along with handling the new test, testMetaExport

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-0.94.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch, 
 HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-08-20 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Attachment: HBASE-6601-0.94-changeFunctSign.patch

patch file for 0.94 branch with new function signature

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-20 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Attachment: HBASE-6601-trunk-changeFunctSign.patch

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-20 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Attachment: HBASE-6601-trunk-changeFunctSign.patch

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94-changeFunctSign.patch, 
 HBASE-6601-0.94.patch, HBASE-6601-trunk-changeFunctSign.patch, 
 HBASE-6601-trunk-changeFunctSign.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two miniclusters, one for map reduce and one for hbase, and 
 each minicluster has its own Configuration.  The Configuration for the map 
 reduce minicluster has the correct resource manager address, while the 
 Configuration for the hbase minicluster has the default resource manager 
 address.  Since the test is using only the Configuration from the hbase 
 minicluster, it sees the default address for the resource manager, instead of 
 the actual address.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-17 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Patch Available  (was: Open)

Patch looks good to me.  Innocuous.  Lets run it by hadoopqa.

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two mini clusters, one for map reduce and one for hbase.  
 The Configuration for the map reduce mini cluster has the correct resource 
 manager address, while the Configuration for the hbase mini cluster has the 
 default resource manager address, and the test is using only the 
 Configuration from the hbase mini cluster.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-17 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Open  (was: Patch Available)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two mini clusters, one for map reduce and one for hbase.  
 The Configuration for the map reduce mini cluster has the correct resource 
 manager address, while the Configuration for the hbase mini cluster has the 
 default resource manager address, and the test is using only the 
 Configuration from the hbase mini cluster.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-17 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Status: Patch Available  (was: Open)

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two mini clusters, one for map reduce and one for hbase.  
 The Configuration for the map reduce mini cluster has the correct resource 
 manager address, while the Configuration for the hbase mini cluster has the 
 default resource manager address, and the test is using only the 
 Configuration from the hbase mini cluster.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-17 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6601:
-

Attachment: HBASE-6601-trunk.patch

trunk version

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94.patch, HBASE-6601-trunk.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two mini clusters, one for map reduce and one for hbase.  
 The Configuration for the map reduce mini cluster has the correct resource 
 manager address, while the Configuration for the hbase mini cluster has the 
 default resource manager address, and the test is using only the 
 Configuration from the hbase mini cluster.

--
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-6601) TestImportExport failing against Hadoop 2

2012-08-17 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Description: 
TestImportExport.testSimpleCase is failing with the following exception:
java.lang.reflect.UndeclaredThrowableException
at 
org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
at 
org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
at 
org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
at 
org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
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:1332)
at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
at 
org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)

Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
connection exception: java.net.ConnectException: Connection refused; For more 
details see:  http://wiki.apache.org/hadoop/ConnectionRefused

The problem is that a connection to the YARN resource manager is being made at 
the default address (0.0.0.0:8032) instead of the actual address that it is 
listening on.  

This test creates two miniclusters, one for map reduce and one for hbase, and 
each minicluster has its own Configuration.  The Configuration for the map 
reduce minicluster has the correct resource manager address, while the 
Configuration for the hbase minicluster has the default resource manager 
address.  Since the test is using only the Configuration from the hbase 
minicluster, it sees the default address for the resource manager, instead of 
the actual address.

  was:
TestImportExport.testSimpleCase is failing with the following exception:
java.lang.reflect.UndeclaredThrowableException
at 
org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
at 
org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
at 
org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
at 
org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
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:1332)
at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
at 
org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)

Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
connection exception: java.net.ConnectException: Connection refused; For more 
details see:  http://wiki.apache.org/hadoop/ConnectionRefused

The problem is that a connection to the YARN resource manager is being made at 
the default address (0.0.0.0:8032) instead of the actual address that it is 
listening on.  

This test creates two mini clusters, one for map reduce and one for hbase.  The 
Configuration for the map reduce mini cluster has the correct resource manager 
address, while the Configuration for the hbase mini cluster has the default 
resource manager address, and the test is using only the Configuration from the 
hbase mini cluster.


 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: 

[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-08-16 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Description: 
TestImportExport.testSimpleCase is failing with the following exception:
java.lang.reflect.UndeclaredThrowableException
at 
org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
at 
org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
at 
org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
at 
org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
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:1332)
at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
at 
org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)

Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
connection exception: java.net.ConnectException: Connection refused; For more 
details see:  http://wiki.apache.org/hadoop/ConnectionRefused

The problem is that a connection to the YARN resource manager is being made at 
the default address (0.0.0.0:8032) instead of the actual address that it is 
listening on.  

This test creates two mini clusters, one for map reduce and one for hbase.  The 
Configuration for the map reduce mini cluster has the correct resource manager 
address, while the Configuration for the hbase mini cluster has the default 
resource manager address, and the test is using only the Configuration from the 
hbase mini cluster.

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman

 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two mini clusters, one for map reduce and one for hbase.  
 The Configuration for the map reduce mini cluster has the correct resource 
 manager address, while the Configuration for the hbase mini cluster has the 
 default resource manager address, and the test is using only the 
 Configuration from the hbase mini cluster.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 

[jira] [Updated] (HBASE-6601) TestImportExport failing against Hadoop 2

2012-08-16 Thread Scott Forman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Forman updated HBASE-6601:


Attachment: HBASE-6601-0.94.patch

 TestImportExport failing against Hadoop 2
 -

 Key: HBASE-6601
 URL: https://issues.apache.org/jira/browse/HBASE-6601
 Project: HBase
  Issue Type: Bug
Reporter: Scott Forman
 Attachments: HBASE-6601-0.94.patch


 TestImportExport.testSimpleCase is failing with the following exception:
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:135)
   at 
 org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:134)
   at 
 org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:181)
   at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:214)
   at 
 org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:337)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1216)
   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1213)
   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:1332)
   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1213)
   at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1234)
   at 
 org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114)
 
 Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: 
 Call From asurus.iridiant.net/50.23.172.109 to 0.0.0.0:8032 failed on 
 connection exception: java.net.ConnectException: Connection refused; For more 
 details see:  http://wiki.apache.org/hadoop/ConnectionRefused
 
 The problem is that a connection to the YARN resource manager is being made 
 at the default address (0.0.0.0:8032) instead of the actual address that it 
 is listening on.  
 This test creates two mini clusters, one for map reduce and one for hbase.  
 The Configuration for the map reduce mini cluster has the correct resource 
 manager address, while the Configuration for the hbase mini cluster has the 
 default resource manager address, and the test is using only the 
 Configuration from the hbase mini cluster.

--
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