You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2015/08/05 08:39:04 UTC

incubator-atlas git commit: ATLAS-93 import-hive.sh reports FileNotFoundException (shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 256b25991 -> 751b4c876


ATLAS-93 import-hive.sh reports FileNotFoundException (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/751b4c87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/751b4c87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/751b4c87

Branch: refs/heads/master
Commit: 751b4c876464e9cb2e4a90244a9698f9a96bd0f4
Parents: 256b259
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Wed Aug 5 12:08:58 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Wed Aug 5 12:08:58 2015 +0530

----------------------------------------------------------------------
 addons/hive-bridge/src/bin/import-hive.sh | 2 +-
 release-log.txt                           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/751b4c87/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 3e1d272..f4f3c7f 100755
--- a/addons/hive-bridge/src/bin/import-hive.sh
+++ b/addons/hive-bridge/src/bin/import-hive.sh
@@ -67,7 +67,7 @@ done
 METADATA_LOG_DIR="${METADATA_LOG_DIR:-$BASEDIR/logs}"
 export METADATA_LOG_DIR
 
-JAVA_PROPERTIES="$METADATA_OPTS -Dmetadata.log.dir=$METADATA_LOG_DIR -Dmetadata.log.file=import-hive.log"
+JAVA_PROPERTIES="$METADATA_OPTS -atlas.log.dir=$METADATA_LOG_DIR -Datlas.log.file=import-hive.log"
 shift
 
 while [[ ${1} =~ ^\-D ]]; do

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/751b4c87/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index be24650..4e53ad5 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-93 import-hive.sh reports FileNotFoundException (shwethags)
 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)