Repository: incubator-atlas
Updated Branches:
  refs/heads/master 868cd831b -> 7e3830a73


ATLAS-730 Change titan hbase table name (svimal2106 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/7e3830a7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/7e3830a7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/7e3830a7

Branch: refs/heads/master
Commit: 7e3830a739c6a0168ab1cfe7e63fed35f4ef917f
Parents: 868cd83
Author: Suma Shivaprasad <[email protected]>
Authored: Fri Jun 10 12:04:29 2016 -0700
Committer: Suma Shivaprasad <[email protected]>
Committed: Fri Jun 10 12:04:29 2016 -0700

----------------------------------------------------------------------
 distro/src/conf/atlas-application.properties | 3 ++-
 docs/src/site/twiki/InstallationSteps.twiki  | 6 ++++++
 release-log.txt                              | 1 +
 3 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7e3830a7/distro/src/conf/atlas-application.properties
----------------------------------------------------------------------
diff --git a/distro/src/conf/atlas-application.properties 
b/distro/src/conf/atlas-application.properties
index bdd02d6..2b90086 100755
--- a/distro/src/conf/atlas-application.properties
+++ b/distro/src/conf/atlas-application.properties
@@ -19,6 +19,7 @@
 #########  Graph Database Configs  #########
 # Graph Storage
 atlas.graph.storage.backend=${titan.storage.backend}
+atlas.graph.storage.hbase.table=apache_atlas_titan
 
 ${titan.storage.properties}
 
@@ -108,7 +109,7 @@ atlas.rest.address=http://localhost:21000
 #atlas.server.run.setup.on.start=false
 
 #########  Entity Audit Configs  #########
-atlas.audit.hbase.tablename=ATLAS_ENTITY_AUDIT_EVENTS
+atlas.audit.hbase.tablename=apache_atlas_entity_audit
 atlas.audit.zookeeper.session.timeout.ms=1000
 atlas.audit.hbase.zookeeper.quorum=localhost:2181
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7e3830a7/docs/src/site/twiki/InstallationSteps.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/InstallationSteps.twiki 
b/docs/src/site/twiki/InstallationSteps.twiki
index 9699a94..518c380 100644
--- a/docs/src/site/twiki/InstallationSteps.twiki
+++ b/docs/src/site/twiki/InstallationSteps.twiki
@@ -202,6 +202,12 @@ Pre-requisites for running HBase as a distributed cluster
    * 3 or 5 !ZooKeeper nodes
    * Atleast 3 !RegionServer nodes. It would be ideal to run the !DataNodes on 
the same hosts as the Region servers for data locality.
 
+HBase tablename in Titan can be set using the following configuration in 
ATLAS_HOME/conf/atlas-application.properties:
+<verbatim>
+atlas.graph.storage.hbase.table=apache_atlas_titan
+atlas.audit.hbase.tablename=apache_atlas_entity_audit
+</verbatim>
+
 *Configuring SOLR as the Indexing Backend for the Graph Repository*
 
 By default, Atlas uses Titan as the graph repository and is the only graph 
repository implementation available currently.

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7e3830a7/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index afbd09b..2752fe4 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -22,6 +22,7 @@ ATLAS-409 Atlas will not import avro tables with schema read 
from a file (dosset
 ATLAS-379 Create sqoop and falcon metadata addons 
(venkatnrangan,bvellanki,sowmyaramesh via shwethags)
 
 ALL CHANGES:
+ATLAS-730 Change titan hbase table name (svimal2106 via sumasai )
 ATLAS-871 Make audit repository implementation configurable (jnhagelb via 
shwethags)
 ATLAS-885 optimize HBaseStoreManager to avoid expensive HTable instantiation 
every 5 seconds (madhan.neethiraj via yhemanth)
 ATLAS-878 UI: Not showing details of SD, DB and COLUMNS (saqeeb.s via 
shwethags)

Reply via email to