You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2015/09/28 10:20:21 UTC

incubator-atlas git commit: ATLAS-195 Document Hbase configs (suma.shivaprasad via shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 5611f149e -> c12ac955a


ATLAS-195 Document Hbase configs (suma.shivaprasad via shwethags)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/c12ac955
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/c12ac955
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/c12ac955

Branch: refs/heads/master
Commit: c12ac955a789366d3f32a8d1706792ee315ba91c
Parents: 5611f14
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon Sep 28 13:50:14 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon Sep 28 13:50:14 2015 +0530

----------------------------------------------------------------------
 docs/src/site/twiki/Configuration.twiki | 15 +++++++++++++++
 release-log.txt                         |  1 +
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c12ac955/docs/src/site/twiki/Configuration.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/Configuration.twiki b/docs/src/site/twiki/Configuration.twiki
index a94c6bb..db9d22a 100644
--- a/docs/src/site/twiki/Configuration.twiki
+++ b/docs/src/site/twiki/Configuration.twiki
@@ -22,6 +22,21 @@ atlas.graph.storage.backend=berkeleyje
 atlas.graph.storage.directory=data/berkley
 </verbatim>
 
+---+++++ Graph persistence engine - Hbase
+
+Basic configuration
+
+<verbatim>
+atlas.graph.storage.backend=hbase
+#For standalone mode , specify localhost
+#for distributed mode, specify zookeeper quorum here - For more information refer http://s3.thinkaurelius.com/docs/titan/current/hbase.html#_remote_server_mode_2
+atlas.graph.storage.hostname=<ZooKeeper Quorum>
+</verbatim>
+
+Advanced configuration
+
+Refer http://s3.thinkaurelius.com/docs/titan/0.5.4/titan-config-ref.html#_storage_hbase
+
 ---++++ Graph Search Index
 This section sets up the graph db - titan - to use an search indexing system. The example
 configuration below setsup to use an embedded Elastic search indexing system.

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c12ac955/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 4461d61..836db9c 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
 ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
 
 ALL CHANGES:
+ATLAS-195 Document Hbase configs (suma.shivaprasad via shwethags)
 ATLAS-102 Issue with SolrIndex (suma.shivaprasad via shwethags)
 ATLAS-194 Thread pool in hive hook should be static (shwethags)
 ATLAS-180 Cleanup atlas doc packaging (shwethags)