Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0597AD79E for ; Mon, 29 Oct 2012 15:10:15 +0000 (UTC) Received: (qmail 72475 invoked by uid 500); 29 Oct 2012 15:10:14 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 72385 invoked by uid 500); 29 Oct 2012 15:10:12 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 72369 invoked by uid 99); 29 Oct 2012 15:10:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2012 15:10:12 +0000 Date: Mon, 29 Oct 2012 15:10:12 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: <1687364656.39166.1351523412165.JavaMail.jiratomcat@arcas> In-Reply-To: <888822875.37129.1351464072507.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (ACCUMULO-837) NetUtils.getInputStream() yeilds NoSuchMethodError 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/ACCUMULO-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486070#comment-13486070 ] Billie Rinaldi commented on ACCUMULO-837: ----------------------------------------- I think the method we're using exists in all relevant versions of hadoop, but since it isn't part of hadoop's public API it doesn't have binary compatibility. It should work if accumulo is recompiled against the version of hadoop in CDH3U4. > NetUtils.getInputStream() yeilds NoSuchMethodError > -------------------------------------------------- > > Key: ACCUMULO-837 > URL: https://issues.apache.org/jira/browse/ACCUMULO-837 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.0 > Environment: cdh3u4 > Reporter: Dave Marion > > Ran into the following error while testing ACCUMULO-708 with CDH3U4. A quick Google search yielded HBASE-6396 which states that HADOOP-8350 changed the method signature. > {noformat} > 2012-10-28 16:54:00,759 [master.Master] ERROR: Error balancing tablets > java.lang.NoSuchMethodError: org.apache.hadoop.net.NetUtils.getInputStream(Ljava/net/Socket;J)Ljava/io/InputStream; > at org.apache.accumulo.core.util.TTimeoutTransport.create(TTimeoutTransport.java:39) > at org.apache.accumulo.core.client.impl.ThriftTransportPool.createNewTransport(ThriftTransportPool.java:473) > at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransport(ThriftTransportPool.java:464) > at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransport(ThriftTransportPool.java:441) > at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransportWithDefaultTimeout(ThriftTransportPool.java:366) > at org.apache.accumulo.core.util.ThriftUtil.getClient(ThriftUtil.java:88) > at org.apache.accumulo.server.master.LiveTServerSet$TServerConnection.getTableMap(LiveTServerSet.java:101) > at org.apache.accumulo.server.master.Master.gatherTableInformation(Master.java:2051) > at org.apache.accumulo.server.master.Master.access$2900(Master.java:185) > at org.apache.accumulo.server.master.Master$StatusThread.updateStatus(Master.java:1979) > at org.apache.accumulo.server.master.Master$StatusThread.run(Master.java:1969) > {noformat} -- 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