Commit bbf48d90 by Suma Shivaprasad

ATLAS-237 Hive Bridge documentation still refers to the property…

ATLAS-237 Hive Bridge documentation still refers to the property atlas.rest.address in hive-site configuration(jspeidel via sumasai)
parent c794588d
...@@ -29,13 +29,9 @@ hive_process - attribute qualifiedName - queryText ...@@ -29,13 +29,9 @@ hive_process - attribute qualifiedName - queryText
---++ Importing Hive Metadata ---++ Importing Hive Metadata
org.apache.atlas.hive.bridge.HiveMetaStoreBridge imports the hive metadata into Atlas using the model defined in org.apache.atlas.hive.model.HiveDataModelGenerator. import-hive.sh command can be used to facilitate this. org.apache.atlas.hive.bridge.HiveMetaStoreBridge imports the hive metadata into Atlas using the model defined in org.apache.atlas.hive.model.HiveDataModelGenerator. import-hive.sh command can be used to facilitate this.
Set-up the following configs in <atlas-conf>/client.properties and set environment variable HIVE_CONFIG to the hive conf directory: Set the following configuration in <atlas-conf>/client.properties and set environment variable HIVE_CONFIG to the hive conf directory:
<verbatim> <verbatim>
<property> <property>
<name>atlas.rest.address</name>
<value>http://localhost:21000/</value>
</property>
<property>
<name>atlas.cluster.name</name> <name>atlas.cluster.name</name>
<value>primary</value> <value>primary</value>
</property> </property>
...@@ -56,13 +52,9 @@ Follow these instructions in your hive set-up to add hive hook for Atlas: ...@@ -56,13 +52,9 @@ Follow these instructions in your hive set-up to add hive hook for Atlas:
</property> </property>
</verbatim> </verbatim>
* Add 'export HIVE_AUX_JARS_PATH=<atlas package>/hook/hive' in hive-env.sh of your hive configuration * Add 'export HIVE_AUX_JARS_PATH=<atlas package>/hook/hive' in hive-env.sh of your hive configuration
* Set-up the following configs in <atlas-conf>/client.properties * Set the following configuration in <atlas-conf>/client.properties
<verbatim> <verbatim>
<property> <property>
<name>atlas.rest.address</name>
<value>http://localhost:21000/</value>
</property>
<property>
<name>atlas.cluster.name</name> <name>atlas.cluster.name</name>
<value>primary</value> <value>primary</value>
</property> </property>
......
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