Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA64F1063D for ; Tue, 30 Apr 2013 05:06:19 +0000 (UTC) Received: (qmail 60936 invoked by uid 500); 30 Apr 2013 05:06:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60641 invoked by uid 500); 30 Apr 2013 05:06:17 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 60131 invoked by uid 99); 30 Apr 2013 05:06:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 05:06:16 +0000 Date: Tue, 30 Apr 2013 05:06:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8453) TestImportExport failing again due to configuration issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645253#comment-13645253 ] Hudson commented on HBASE-8453: ------------------------------- Integrated in HBase-0.94 #970 (See [https://builds.apache.org/job/HBase-0.94/970/]) Revert HBASE-8453, HBASE-8454. (Revision 1477450) HBASE-8453. TestImportExport failing again due to configuration issues (Revision 1477375) Result = FAILURE apurtell : Files : * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTsv.java apurtell : Files : * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java > TestImportExport failing again due to configuration issues > ---------------------------------------------------------- > > Key: HBASE-8453 > URL: https://issues.apache.org/jira/browse/HBASE-8453 > Project: HBase > Issue Type: Sub-task > Components: mapreduce, test > Affects Versions: 0.98.0, 0.94.8, 0.95.1 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.98.0, 0.94.8, 0.95.1 > > Attachments: 8453.patch, 8453-v1-0.94.patch > > > TestImportExport fails for me with a connection refused exception: > {noformat} > 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:162) > at org.apache.hadoop.yarn.client.YarnClientImpl.getNewApplication(YarnClientImpl.java:121) > at org.apache.hadoop.mapred.ResourceMgrDelegate.getNewJobID(ResourceMgrDelegate.java:107) > at org.apache.hadoop.mapred.YARNRunner.getNewJobID(YARNRunner.java:231) > at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:352) > [...] > Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: Call From ip-10-174-75-236/10.174.75.236 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 > at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:212) > at com.sun.proxy.$Proxy89.getNewApplication(Unknown Source) > at org.apache.hadoop.yarn.api.impl.pb.client.ClientRMProtocolPBClientImpl.getNewApplication(ClientRMProtocolPBClientImpl.java:159) > ... 42 more > {noformat} > Settings in the MiniMRCluster configuration are not properly propagated in this test. -- 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