From hcatalog-commits-return-1063-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Wed Sep 12 17:43:16 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF033DC90 for ; Wed, 12 Sep 2012 17:43:16 +0000 (UTC) Received: (qmail 50365 invoked by uid 500); 12 Sep 2012 17:43:16 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 50337 invoked by uid 500); 12 Sep 2012 17:43:16 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 50327 invoked by uid 99); 12 Sep 2012 17:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 17:43:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 17:43:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 23E9B238896F; Wed, 12 Sep 2012 17:42:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1384048 - in /incubator/hcatalog/trunk: CHANGES.txt storage-handlers/hbase/pom.xml Date: Wed, 12 Sep 2012 17:42:32 -0000 To: hcatalog-commits@incubator.apache.org From: travis@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120912174232.23E9B238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: travis Date: Wed Sep 12 17:42:31 2012 New Revision: 1384048 URL: http://svn.apache.org/viewvc?rev=1384048&view=rev Log: HCATALOG-501 HBase storage handler tests failing in trunk Modified: incubator/hcatalog/trunk/CHANGES.txt incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml Modified: incubator/hcatalog/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1384048&r1=1384047&r2=1384048&view=diff ============================================================================== --- incubator/hcatalog/trunk/CHANGES.txt (original) +++ incubator/hcatalog/trunk/CHANGES.txt Wed Sep 12 17:42:31 2012 @@ -107,6 +107,8 @@ Trunk (unreleased changes) OPTIMIZATIONS BUG FIXES + HCAT-501 HBase storage handler tests failing in trunk (traviscrawford) + HCAT-498 TestNotificationListener failing in trunk (traviscrawford) HCAT-397 Removal of unused parameter hadoop.clientside.fs.operations (khorgath via traviscrawford) Modified: incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml?rev=1384048&r1=1384047&r2=1384048&view=diff ============================================================================== --- incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml (original) +++ incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml Wed Sep 12 17:42:31 2012 @@ -23,6 +23,12 @@ hbase ${hbase.version} compile + + + com.google.guava + guava + + org.apache.hcatalog @@ -62,6 +68,12 @@ ${hbase.version} tests test + + + com.google.guava + guava + + org.apache.zookeeper