Commit 5b7945ee by Suma Shivaprasad

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

parent 7d9f22c2
...@@ -26,7 +26,7 @@ The hook submits the request to a thread pool executor to avoid blocking the com ...@@ -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/' * 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: * In <falcon_conf>/falcon-env.sh, set an environment variable as follows:
<verbatim> <verbatim>
export FALCON_SERVER_OPTS="$FALCON_SERVER_OPTS -Datlas.conf=<atlas-conf>" export FALCON_SERVER_OPTS="<atlas_home>/hook/falcon/*:$FALCON_SERVER_OPTS"
</verbatim> </verbatim>
The following properties in <atlas-conf>/atlas-application.properties control the thread pool and notification details: The following properties in <atlas-conf>/atlas-application.properties control the thread pool and notification details:
......
...@@ -28,14 +28,14 @@ org.apache.atlas.hive.bridge.HiveMetaStoreBridge imports the Hive metadata into ...@@ -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 * Copy <atlas-conf>/atlas-application.properties to the hive conf directory
<verbatim> <verbatim>
Usage: <atlas package>/bin/import-hive.sh Usage: <atlas package>/hook-bin/import-hive.sh
</verbatim> </verbatim>
The logs are in <atlas package>/logs/import-hive.log 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: If you you are importing metadata in a kerberized cluster you need to run the command like this:
<verbatim> <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> </verbatim>
* krb5.conf is typically found at /etc/krb5.conf * krb5.conf is typically found at /etc/krb5.conf
* for details about jaas.conf and a suggested location see the [[security][atlas security documentation]] * for details about jaas.conf and a suggested location see the [[security][atlas security documentation]]
......
...@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ...@@ -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) ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES: 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-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-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) ATLAS-694 Update Atlas code to use graph abstraction layer (jnhagelb via sumasai)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment