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 <[email protected]> Authored: Wed Aug 5 11:49:07 2015 +0530 Committer: Shwetha GS <[email protected]> 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)
