Repository: incubator-atlas Updated Branches: refs/heads/master c794588d1 -> bbf48d90a
ATLAS-237 Hive Bridge documentation still refers to the property atlas.rest.address in hive-site configuration(jspeidel 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/bbf48d90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/bbf48d90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/bbf48d90 Branch: refs/heads/master Commit: bbf48d90a9ac0ebd0a3771f0fc8049fa25766c69 Parents: c794588 Author: Suma Shivaprasad <[email protected]> Authored: Mon Oct 26 10:12:42 2015 +0530 Committer: Suma Shivaprasad <[email protected]> Committed: Mon Oct 26 10:12:42 2015 +0530 ---------------------------------------------------------------------- docs/src/site/twiki/Bridge-Hive.twiki | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/bbf48d90/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 1266f6f..51656b1 100644 --- a/docs/src/site/twiki/Bridge-Hive.twiki +++ b/docs/src/site/twiki/Bridge-Hive.twiki @@ -29,13 +29,9 @@ hive_process - attribute qualifiedName - queryText ---++ 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. -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> <property> - <name>atlas.rest.address</name> - <value>http://localhost:21000/</value> - </property> - <property> <name>atlas.cluster.name</name> <value>primary</value> </property> @@ -56,13 +52,9 @@ Follow these instructions in your hive set-up to add hive hook for Atlas: </property> </verbatim> * 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> <property> - <name>atlas.rest.address</name> - <value>http://localhost:21000/</value> - </property> - <property> <name>atlas.cluster.name</name> <value>primary</value> </property>
