You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Vimal Sharma (JIRA)" <ji...@apache.org> on 2016/06/10 12:45:21 UTC

[jira] [Comment Edited] (ATLAS-730) Change titan hbase table name

    [ https://issues.apache.org/jira/browse/ATLAS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324333#comment-15324333 ] 

Vimal Sharma edited comment on ATLAS-730 at 6/10/16 12:44 PM:
--------------------------------------------------------------

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 0.7 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


was (Author: svimal2106):
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-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)