ATLAS-382 Fixed Hive Bridge doc for ATLAS cluster name(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/6dfbda11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/6dfbda11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/6dfbda11 Branch: refs/heads/branch-0.6-incubating Commit: 6dfbda1145d1fc74c14985e190d1767a4178ff58 Parents: 001f074 Author: Suma Shivaprasad <[email protected]> Authored: Sat Dec 12 12:54:17 2015 +0530 Committer: Suma Shivaprasad <[email protected]> Committed: Sat Dec 12 12:54:17 2015 +0530 ---------------------------------------------------------------------- docs/src/site/twiki/Bridge-Hive.twiki | 13 ++++++------- release-log.txt | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6dfbda11/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 86bdd7e..81b095e 100644 --- a/docs/src/site/twiki/Bridge-Hive.twiki +++ b/docs/src/site/twiki/Bridge-Hive.twiki @@ -51,14 +51,13 @@ Follow these instructions in your hive set-up to add hive hook for Atlas: <value>org.apache.atlas.hive.hook.HiveHook</value> </property> </verbatim> + <verbatim> + <property> + <name>atlas.cluster.name</name> + <value>primary</value> + </property> + </verbatim> * Add 'export HIVE_AUX_JARS_PATH=<atlas package>/hook/hive' in hive-env.sh of your hive configuration - * Set the following configuration in <atlas-conf>/client.properties - <verbatim> - <property> - <name>atlas.cluster.name</name> - <value>primary</value> - </property> - </verbatim> * Copy <atlas-conf>/client.properties and <atlas-conf>/application.properties to the hive conf directory. The following properties in <atlas-conf>/client.properties control the thread pool and notification details: http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6dfbda11/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 8c39d3d..07a3e9b 100644 --- a/release-log.txt +++ b/release-log.txt @@ -14,6 +14,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags) ALL CHANGES: +ATLAS-382 Fixed Hive Bridge doc for ATLAS cluster name (sumasai) ATLAS-244 UI: Add Tag Tab (darshankumar89 via sumasai) ATLAS-376 UI: Use the Schema API of the backend to populate details for Schema tab (darshankumar89 via sumasai) ATLAS-380 Fix ATLAS source artifact generation (sumasai)
