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 8148DEE73 for ; Fri, 15 Mar 2013 03:24:19 +0000 (UTC) Received: (qmail 8355 invoked by uid 500); 15 Mar 2013 03:24:19 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 8283 invoked by uid 500); 15 Mar 2013 03:24: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 8185 invoked by uid 99); 15 Mar 2013 03:24:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2013 03:24:18 +0000 Date: Fri, 15 Mar 2013 03:24:18 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-804) Hadoop 2.0 Support 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-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13603065#comment-13603065 ] Hudson commented on ACCUMULO-804: --------------------------------- Integrated in Accumulo-Trunk #777 (See [https://builds.apache.org/job/Accumulo-Trunk/777/]) ACCUMULO-804 pick up the new location of the hadoop jars (Revision 1456635) ACCUMULO-804 pick up the location of the native libs in the hadoop-2.0 binary package (Revision 1456618) Result = SUCCESS ecn : Files : * /accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml * /accumulo/trunk/conf/examples/1GB/standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml * /accumulo/trunk/conf/examples/2GB/native-standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/2GB/native-standalone/accumulo-site.xml * /accumulo/trunk/conf/examples/2GB/standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/3GB/native-standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/3GB/native-standalone/accumulo-site.xml * /accumulo/trunk/conf/examples/3GB/standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/3GB/standalone/accumulo-site.xml * /accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml * /accumulo/trunk/conf/examples/512MB/standalone/accumulo-env.sh * /accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml * /accumulo/trunk/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/MiniAccumuloCluster.java ecn : Files : * /accumulo/trunk/bin/accumulo > Hadoop 2.0 Support > ------------------ > > Key: ACCUMULO-804 > URL: https://issues.apache.org/jira/browse/ACCUMULO-804 > Project: Accumulo > Issue Type: Improvement > Components: client > Affects Versions: 1.4.3 > Reporter: Ed Kohlwey > Assignee: Billie Rinaldi > Labels: hackathon > Fix For: 1.5.0 > > > We should start thinking about Hadoop 2 support now that it is Cloudera's recommended distribution and many new Hadoop users will probably be adopting it. > When I investigated this first a few months ago it seemed like the biggest barrier to this was that all the Map/Reduce related tests are implemented using pseudo-private constructors from Hadoop 1.0 that are no-longer present in Hadoop 2.0. > The main strategy to fix this should probably be to adopt the Map/Reduce cluster test object for testing the various Accumulo input formats instead of instrumenting them directly. I have used this convenience object successfully on tests utilizing MockInstance, so I think it should work fine. > There may also be some filesystem API issues but I don't think they will be too severe. > The other main issue is that we will need to actually deploy on Hadoop 1 and 2 and run the integration tests once we start supporting both, so that will be a headache for release testing that we should think through. -- 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