[
https://issues.apache.org/jira/browse/ATLAS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324333#comment-15324333
]
Vimal Sharma commented on ATLAS-730:
------------------------------------
I tried the following configuration for setting the HBase Tablename:
atlas.graph.storage.hbase.table=apache_atlas:titan
But Atlas fails to start with this configuration with the exception
org.apache.hadoop.hbase.NamespaceNotFoundException:apache_atlas.
We need to create the namespace specific to Atlas before we start Atlas Server.
We won't go with namespace creation in this fix. We can revisit the namespace
creation part after Erie release.
I have submit a patch with the following configs:
atlas.graph.storage.hbase.table = apache_atlas_titan
atlas.audit.hbase.tablename = apache_atlas_entity_audit
> Change titan hbase table name
> -----------------------------
>
> Key: ATLAS-730
> URL: https://issues.apache.org/jira/browse/ATLAS-730
> Project: Atlas
> Issue Type: Bug
> Reporter: Shwetha G S
> Assignee: Vimal Sharma
> Fix For: 0.7-incubating
>
> Attachments: ATLAS-730-v2.patch, ATLAS-730.patch, ATLAS-730.patch
>
>
> By default, titan uses hbase table name as 'titan' with hbase backend. Change
> the name to something atlas specific
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)