Return-Path: X-Original-To: apmail-atlas-commits-archive@minotaur.apache.org Delivered-To: apmail-atlas-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 F119D18BE5 for ; Wed, 5 Aug 2015 06:19:22 +0000 (UTC) Received: (qmail 72691 invoked by uid 500); 5 Aug 2015 06:19:22 -0000 Delivered-To: apmail-atlas-commits-archive@atlas.apache.org Received: (qmail 72664 invoked by uid 500); 5 Aug 2015 06:19:22 -0000 Mailing-List: contact commits-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list commits@atlas.incubator.apache.org Received: (qmail 72655 invoked by uid 99); 5 Aug 2015 06:19:22 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 06:19:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4C103DA8D2 for ; Wed, 5 Aug 2015 06:19:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.652 X-Spam-Level: * X-Spam-Status: No, score=1.652 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.149, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0P3AyIOE7zsA for ; Wed, 5 Aug 2015 06:19:13 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 82353428DC for ; Wed, 5 Aug 2015 06:19:13 +0000 (UTC) Received: (qmail 72571 invoked by uid 99); 5 Aug 2015 06:19:13 -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; Wed, 05 Aug 2015 06:19:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0A8F4E0418; Wed, 5 Aug 2015 06:19:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shwethags@apache.org To: commits@atlas.incubator.apache.org Message-Id: <1c6713c47e954644ba230e25c10cfeba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-atlas git commit: ATLAS-92 import-hive.sh failed to find HiveMetaStoreBridge (airbots via shwethags) Date: Wed, 5 Aug 2015 06:19:13 +0000 (UTC) Repository: incubator-atlas Updated Branches: refs/heads/master 7fc68497c -> 256b25991 ATLAS-92 import-hive.sh failed to find HiveMetaStoreBridge (airbots via shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/256b2599 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/256b2599 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/256b2599 Branch: refs/heads/master Commit: 256b259913284650647ab331d67d3a31e5333e34 Parents: 7fc6849 Author: Shwetha GS Authored: Wed Aug 5 11:49:07 2015 +0530 Committer: Shwetha GS Committed: Wed Aug 5 11:49:07 2015 +0530 ---------------------------------------------------------------------- addons/hive-bridge/src/bin/import-hive.sh | 4 ++++ release-log.txt | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/256b2599/addons/hive-bridge/src/bin/import-hive.sh ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/src/bin/import-hive.sh b/addons/hive-bridge/src/bin/import-hive.sh index a09121e..3e1d272 100755 --- a/addons/hive-bridge/src/bin/import-hive.sh +++ b/addons/hive-bridge/src/bin/import-hive.sh @@ -59,6 +59,10 @@ for i in "${BASEDIR}/bridge/hive/"*.jar; do METADATACPPATH="${METADATACPPATH}:$i" done +for i in "${BASEDIR}/hook/hive/"*.jar; do + METADATACPPATH="${METADATACPPATH}:$i" +done + # log dir for applications METADATA_LOG_DIR="${METADATA_LOG_DIR:-$BASEDIR/logs}" export METADATA_LOG_DIR http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/256b2599/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index b8eda97..be24650 100644 --- a/release-log.txt +++ b/release-log.txt @@ -8,6 +8,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags) ALL CHANGES: +ATLAS-92 import-hive.sh failed to find HiveMetaStoreBridge (airbots via shwethags) ATLAS-16 jersey jaxb exception (shwethags) ATLAS-79 Unique constraint is not honoured (shwethags) ATLAS-25 Fix Atlas on Java 8 (sandeep.samudrala via shwethags)