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 81F5010833 for ; Thu, 11 Apr 2013 00:43:18 +0000 (UTC) Received: (qmail 89926 invoked by uid 500); 11 Apr 2013 00:43:18 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 89862 invoked by uid 500); 11 Apr 2013 00:43:18 -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 89853 invoked by uid 99); 11 Apr 2013 00:43:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 00:43:18 +0000 Date: Thu, 11 Apr 2013 00:43:18 +0000 (UTC) From: "David Medinets (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1244) commons-io version conflict with CDH4 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-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628507#comment-13628507 ] David Medinets commented on ACCUMULO-1244: ------------------------------------------ +!, although I seem to be late to the voting booth. > commons-io version conflict with CDH4 > ------------------------------------- > > Key: ACCUMULO-1244 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1244 > Project: Accumulo > Issue Type: Bug > Environment: Hadoop version 2.0.0-CDH4.2.0 > Reporter: Adam Fuchs > Assignee: Christopher Tubbs > Fix For: 1.5.0 > > > CDH4 appears to rely on commons-io version 2.0 or greater. Accumulo currently packages in version 1.4. We should bump this up to achieve compatibility. > Workaround: put the hadoop dependency libraries before the accumulo dependency libraries in the general.classpaths variable in accumulo-site.xml. > {code} > 2013-04-04 22:27:13,868 [tabletserver.Tablet] ERROR: Unknown error during minor compaction for extent: !0;~;!0< > java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils.closeQuietly(Ljava/io/Closeable;)V > at org.apache.accumulo.server.tabletserver.Tablet.minorCompact(Tablet.java:2152) > at org.apache.accumulo.server.tabletserver.Tablet.access$4400(Tablet.java:152) > at org.apache.accumulo.server.tabletserver.Tablet$MinorCompactionTask.run(Tablet.java:2219) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils.closeQuietly(Ljava/io/Closeable;)V > at org.apache.hadoop.hdfs.DFSInputStream.getBlockReader(DFSInputStream.java:941) > at org.apache.hadoop.hdfs.DFSInputStream.blockSeekTo(DFSInputStream.java:471) > at org.apache.hadoop.hdfs.DFSInputStream.readWithStrategy(DFSInputStream.java:662) > at org.apache.hadoop.hdfs.DFSInputStream.read(DFSInputStream.java:706) > at java.io.DataInputStream.read(DataInputStream.java:132) > at java.io.DataInputStream.readFully(DataInputStream.java:178) > at java.io.DataInputStream.readLong(DataInputStream.java:399) > at org.apache.accumulo.core.file.rfile.bcfile.BCFile$Reader.(BCFile.java:608) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.init(CachableBlockFile.java:246) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getBCFile(CachableBlockFile.java:257) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.access$000(CachableBlockFile.java:143) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader$MetaBlockLoader.get(CachableBlockFile.java:212) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getBlock(CachableBlockFile.java:313) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getMetaBlock(CachableBlockFile.java:367) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getMetaBlock(CachableBlockFile.java:143) > at org.apache.accumulo.core.file.rfile.RFile$Reader.(RFile.java:834) > at org.apache.accumulo.core.file.rfile.RFileOperations.openReader(RFileOperations.java:79) > at org.apache.accumulo.core.file.DispatchingFileFactory.openReader(FileOperations.java:72) > at org.apache.accumulo.server.tabletserver.Compactor.call(Compactor.java:317) > at org.apache.accumulo.server.tabletserver.MinorCompactor.call(MinorCompactor.java:96) > at org.apache.accumulo.server.tabletserver.Tablet.minorCompact(Tablet.java:2138) > ... 9 more > {code} -- 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