Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F06A4197E1 for ; Mon, 11 Apr 2016 21:34:21 +0000 (UTC) Received: (qmail 33319 invoked by uid 500); 11 Apr 2016 21:34:21 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 33256 invoked by uid 500); 11 Apr 2016 21:34:21 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 33245 invoked by uid 99); 11 Apr 2016 21:34:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 21:34:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 774F8DFBED; Mon, 11 Apr 2016 21:34:21 +0000 (UTC) From: ss77892 To: dev@phoenix.apache.org Reply-To: dev@phoenix.apache.org References: In-Reply-To: Subject: [GitHub] phoenix pull request: PHOENIX-2743 Hive Storage support Content-Type: text/plain Message-Id: <20160411213421.774F8DFBED@git1-us-west.apache.org> Date: Mon, 11 Apr 2016 21:34:21 +0000 (UTC) Github user ss77892 commented on a diff in the pull request: https://github.com/apache/phoenix/pull/155#discussion_r59285747 --- Diff: phoenix-hive/pom.xml --- @@ -0,0 +1,224 @@ + + + + + 4.0.0 + + org.apache.phoenix + phoenix + 4.8.0-HBase-1.1-SNAPSHOT + + phoenix-hive + Phoenix - Hive + + + + org.apache.phoenix + phoenix-core + + + org.apache.phoenix + phoenix-core + tests + test + + + joda-time + joda-time + + + org.apache.hive + hive-exec + ${hive.version} + + + org.apache.calcite + * + + + + + org.apache.calcite + calcite-core + ${calcite.version} + + + org.apache.calcite + calcite-avatica + ${calcite.version} + + + org.apache.hive + hive-common + ${hive.version} + + + org.apache.hive + hive-cli + ${hive.version} + + + jline + jline + 0.9.94 + + + commons-lang + commons-lang + ${commons-lang.version} + + + commons-logging + commons-logging + ${commons-logging.version} + + + org.apache.hbase + hbase-testing-util + test + true + + + org.jruby + jruby-complete + + + + + org.apache.hbase + hbase-it + test-jar + test + + + org.jruby + jruby-complete + + + + + org.apache.hbase + hbase-common + + + org.apache.hbase + hbase-protocol + + + org.apache.hbase + hbase-client + + + org.apache.hbase + hbase-hadoop-compat + test + + + org.apache.hbase + hbase-hadoop-compat + test-jar + test + + + org.apache.hbase + hbase-hadoop2-compat + test + + + org.apache.hbase + hbase-hadoop2-compat + test-jar + test + + + org.apache.hadoop + hadoop-common + + + org.apache.hadoop + hadoop-annotations --- End diff -- It will be there as soon as I get miniclusters working for ITs. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---