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/06 07:27:25 UTC

incubator-atlas git commit: ATLAS-95 import-hive.sh reports illegal java parameters (shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master b627a681e -> 147242e17


ATLAS-95 import-hive.sh reports illegal java parameters (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/147242e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/147242e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/147242e1

Branch: refs/heads/master
Commit: 147242e17a9e40d4b69b95df6a3879a66877b73c
Parents: b627a68
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Thu Aug 6 10:57:18 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Thu Aug 6 10:57:18 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/147242e1/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 f4f3c7f..99300e8 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 -atlas.log.dir=$METADATA_LOG_DIR -Datlas.log.file=import-hive.log"
+JAVA_PROPERTIES="$METADATA_OPTS -Datlas.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/147242e1/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index a2d2b68..5d83baa 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-95 import-hive.sh reports illegal java parameters (shwethags)
 ATLAS-74 Create notification framework (shwethags)
 ATLAS-93 import-hive.sh reports FileNotFoundException (shwethags)
 ATLAS-92 import-hive.sh failed to find HiveMetaStoreBridge (airbots via shwethags)