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/12/22 11:58:57 UTC

incubator-atlas git commit: ATLAS-381 HiveMetaStoreBridge will not connect to a kerberized hive metastore (dossett@gmail.com via shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master be6971f2d -> 34857de8c


ATLAS-381 HiveMetaStoreBridge will not connect to a kerberized hive metastore (dossett@gmail.com 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/34857de8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/34857de8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/34857de8

Branch: refs/heads/master
Commit: 34857de8cf23a0ed69614e7098a4bac0ade712b6
Parents: be6971f
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Tue Dec 22 16:28:50 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Tue Dec 22 16:28:50 2015 +0530

----------------------------------------------------------------------
 docs/src/site/twiki/Bridge-Hive.twiki | 6 ++++++
 release-log.txt                       | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/34857de8/docs/src/site/twiki/Bridge-Hive.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/Bridge-Hive.twiki b/docs/src/site/twiki/Bridge-Hive.twiki
index c8e9009..7a80e37 100644
--- a/docs/src/site/twiki/Bridge-Hive.twiki
+++ b/docs/src/site/twiki/Bridge-Hive.twiki
@@ -39,6 +39,12 @@ Set the following configuration in <atlas-conf>/client.properties and set enviro
 
 Usage: <atlas package>/bin/import-hive.sh. The logs are in <atlas package>/logs/import-hive.log
 
+If you you are importing metadata in a kerberized cluster you need to run the command like this:
+
+<atlas package>/bin/import-hive.sh -Dsun.security.jgss.debug=true -Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.krb5.conf=[krb5.conf location] -Djava.security.auth.login.config=[jaas.conf location]
+   * krb5.conf is typically found at /etc/krb5.conf
+   * for details about jaas.conf and a suggested location see the [[security][atlas security documentation]]
+
 
 ---++ Hive Hook
 Hive supports listeners on hive command execution using hive hooks. This is used to add/update/remove entities in Atlas using the model defined in org.apache.atlas.hive.model.HiveDataModelGenerator.

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/34857de8/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 2552586..6997c0b 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -5,6 +5,7 @@ Apache Atlas Release Notes
 INCOMPATIBLE CHANGES:
 
 ALL CHANGES:
+ATLAS-381 HiveMetaStoreBridge will not connect to a kerberized hive metastore (dossett@gmail.com via shwethags)
 ATLAS-20 Rename env variables from METADATA to ATLAS (rishabhbhardwaj via shwethags)
 ATLAS-360 Secure cluster Atlas-solr integration instructions (tbeerbower via shwethags)
 ATLAS-368 Change trunk version to 0.7-incubating-SNAPSHOT (sumasai via shwethags)