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

hongbin ma commented on KYLIN-1890:
-----------------------------------

the "KYLIN_" prefix is assumed in many places, check :

public class IRealizationConstants {

    public final static String SharedHbaseStorageLocationPrefix = "KYLIN_";
    public final static String CubeHbaseStorageLocationPrefix = "KYLIN_";
    public final static String IIHbaseStorageLocationPrefix = "KYLIN_II_";

these places have to be taken care

> support hbase table prefix configurable
> ---------------------------------------
>
>                 Key: KYLIN-1890
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1890
>             Project: Kylin
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: v1.5.2
>            Reporter: fengYu
>            Assignee: fengYu
>         Attachments: 
> 0001-KYLIN-1890-support-hbase-table-prefix-configurable.patch
>
>
> some times we need deploy two kylin env based on same hbase, I want to change 
> hbase table name prefix based two reasons:
> 1、different kylin env will generate the same table name
> 2、while clean invalid htable for one env will cause delete all tables belong 
> to another env.
> different kylin env use different namespace is acceptable either.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to