Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA22A18DA1 for ; Tue, 2 Feb 2016 22:15:19 +0000 (UTC) Received: (qmail 41790 invoked by uid 500); 2 Feb 2016 22:15:10 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 41620 invoked by uid 500); 2 Feb 2016 22:15:10 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 41294 invoked by uid 99); 2 Feb 2016 22:15:10 -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; Tue, 02 Feb 2016 22:15:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4229FDFDC7; Tue, 2 Feb 2016 22:15:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sershe@apache.org To: commits@hive.apache.org Date: Tue, 02 Feb 2016 22:15:12 -0000 Message-Id: In-Reply-To: <97425ed2dcff40679b3e3751dcd1a344@git.apache.org> References: <97425ed2dcff40679b3e3751dcd1a344@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] hive git commit: HIVE-12985 : distribution configs are wrong and out of date (Sergey Shelukhin, reviewed by Alan Gates) HIVE-12985 : distribution configs are wrong and out of date (Sergey Shelukhin, reviewed by Alan Gates) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1b630384 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1b630384 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1b630384 Branch: refs/heads/master Commit: 1b630384905e3bfeeb06d0d8696b2b0f83740554 Parents: 715f410 Author: Sergey Shelukhin Authored: Tue Feb 2 14:13:39 2016 -0800 Committer: Sergey Shelukhin Committed: Tue Feb 2 14:14:06 2016 -0800 ---------------------------------------------------------------------- packaging/pom.xml | 25 +++++++++++++++++++++++++ packaging/src/main/assembly/bin.xml | 8 ++++++++ packaging/src/main/assembly/src.xml | 10 +++++++++- 3 files changed, 42 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/1b630384/packaging/pom.xml ---------------------------------------------------------------------- diff --git a/packaging/pom.xml b/packaging/pom.xml index 4ebd386..e7feb62 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -182,6 +182,31 @@ org.apache.hive + hive-hplsql + ${project.version} + + + org.apache.hive + hive-orc + ${project.version} + + + org.apache.hive + hive-storage-api + ${project.version} + + + org.apache.hive + hive-llap-common + ${project.version} + + + org.apache.hive + hive-llap-tez + ${project.version} + + + org.apache.hive hive-llap-server ${project.version} http://git-wip-us.apache.org/repos/asf/hive/blob/1b630384/packaging/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml index baa122a..a5f3975 100644 --- a/packaging/src/main/assembly/bin.xml +++ b/packaging/src/main/assembly/bin.xml @@ -113,6 +113,9 @@ /*.* + + /*.jar + examples/files @@ -131,10 +134,15 @@ hive llap/**/* metatool + hplsql schematool beeline hiveserver2 hive-config.sh + hive-config.cmd + hive.cmd + hplsql.cmd + beeline.cmd ext/**/* bin http://git-wip-us.apache.org/repos/asf/hive/blob/1b630384/packaging/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/packaging/src/main/assembly/src.xml b/packaging/src/main/assembly/src.xml index 4bbafc0..e8fc980 100644 --- a/packaging/src/main/assembly/src.xml +++ b/packaging/src/main/assembly/src.xml @@ -35,11 +35,12 @@ ${project.parent.basedir} + **/*.jar **/target/** **/.classpath **/.project **/.settings/** - itests/thirdparty/** + **/thirdparty/** testutils/ptest2/velocity.log* @@ -70,14 +71,20 @@ find-bugs/**/* hbase-handler/**/* hcatalog/**/* + hplsql/**/* hwi/**/* itests/**/* jdbc/**/* contrib/**/* metastore/**/* + llap-common/**/* + llap-client/**/* + llap-tez/**/* + llap-server/**/* lib/**/* findbugs/**/* odbc/**/* + orc/**/* packaging/pom.xml packaging/src/**/* pom.xml @@ -86,6 +93,7 @@ service/**/* shims/**/* spark-client/**/* + storage-api/**/* testutils/**/* /