Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
5b7945ee
Commit
5b7945ee
authored
Oct 14, 2016
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes for hive and falcon bridge twiki (ayubkhan via sumasai)
parent
7d9f22c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Bridge-Falcon.twiki
docs/src/site/twiki/Bridge-Falcon.twiki
+1
-1
Bridge-Hive.twiki
docs/src/site/twiki/Bridge-Hive.twiki
+2
-2
release-log.txt
release-log.txt
+1
-0
No files found.
docs/src/site/twiki/Bridge-Falcon.twiki
View file @
5b7945ee
...
...
@@ -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:
...
...
docs/src/site/twiki/Bridge-Hive.twiki
View file @
5b7945ee
...
...
@@ -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]]
...
...
release-log.txt
View file @
5b7945ee
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment