You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by su...@apache.org on 2016/10/14 18:29:52 UTC

incubator-atlas git commit: Minor fixes for hive and falcon bridge twiki (ayubkhan via sumasai)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 7d9f22c2d -> 5b7945eeb


Minor fixes for hive and falcon bridge twiki (ayubkhan via sumasai)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/5b7945ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/5b7945ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/5b7945ee

Branch: refs/heads/master
Commit: 5b7945eebd283c535992476b12c341ff5c8d5f99
Parents: 7d9f22c
Author: Suma Shivaprasad <su...@gmail.com>
Authored: Fri Oct 14 11:27:31 2016 -0700
Committer: Suma Shivaprasad <su...@gmail.com>
Committed: Fri Oct 14 11:27:31 2016 -0700

----------------------------------------------------------------------
 docs/src/site/twiki/Bridge-Falcon.twiki | 2 +-
 docs/src/site/twiki/Bridge-Hive.twiki   | 4 ++--
 release-log.txt                         | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/5b7945ee/docs/src/site/twiki/Bridge-Falcon.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/Bridge-Falcon.twiki b/docs/src/site/twiki/Bridge-Falcon.twiki
index 76df60f..de80035 100644
--- a/docs/src/site/twiki/Bridge-Falcon.twiki
+++ b/docs/src/site/twiki/Bridge-Falcon.twiki
@@ -26,7 +26,7 @@ The hook submits the request to a thread pool executor to avoid blocking the com
    * Link falcon hook jars in falcon classpath - 'ln -s <atlas-home>/hook/falcon/* <falcon-home>/server/webapp/falcon/WEB-INF/lib/'
    * In <falcon_conf>/falcon-env.sh, set an environment variable as follows:
      <verbatim>
-     export FALCON_SERVER_OPTS="$FALCON_SERVER_OPTS -Datlas.conf=<atlas-conf>"
+     export FALCON_SERVER_OPTS="<atlas_home>/hook/falcon/*:$FALCON_SERVER_OPTS"
      </verbatim>
 
 The following properties in <atlas-conf>/atlas-application.properties control the thread pool and notification details:

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/5b7945ee/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 40a8b8a..653ed4e 100644
--- a/docs/src/site/twiki/Bridge-Hive.twiki
+++ b/docs/src/site/twiki/Bridge-Hive.twiki
@@ -28,14 +28,14 @@ org.apache.atlas.hive.bridge.HiveMetaStoreBridge imports the Hive metadata into
   * Copy <atlas-conf>/atlas-application.properties to the hive conf directory
 
     <verbatim>
-    Usage: <atlas package>/bin/import-hive.sh
+    Usage: <atlas package>/hook-bin/import-hive.sh
     </verbatim>
 
 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:
 <verbatim>
-<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]
+<atlas package>/hook-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]
 </verbatim>
    * krb5.conf is typically found at /etc/krb5.conf
    * for details about jaas.conf and a suggested location see the [[security][atlas security documentation]]

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/5b7945ee/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 03ab7c9..d11a361 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1224 Minor fixes for hive and falcon bridge twiki (ayubkhan via sumasai) 
 ATLAS-1223 Type REST API v2 implementation (apoorvnaik via sumasai)
 ATLAS-1210 patch file to add "position" attribute to hive_column type (sarath.kum4r@gmail.com via sumasai)
 ATLAS-694  Update Atlas code to use graph abstraction layer (jnhagelb via sumasai)