[
https://issues.apache.org/jira/browse/KYLIN-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17154333#comment-17154333
]
ASF subversion and git services commented on KYLIN-4578:
--------------------------------------------------------
Commit 2c7081968de14ec24e3bfb4d9140a74e405a4738 in kylin's branch
refs/heads/master from Guangxu Cheng
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=2c70819 ]
KYLIN-4578 TableNotFoundException is thrown when
kylin.storage.hbase.table-name-prefix is set to lowercase
> Throws TableNotFoundException in step 'Convert Cuboid Data to HFile' when the
> value of property 'kylin.storage.hbase.table-name-prefix' or
> 'kylin.storage.hbase.namespace' is lowercase.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-4578
> URL: https://issues.apache.org/jira/browse/KYLIN-4578
> Project: Kylin
> Issue Type: Bug
> Reporter: Zhichao Zhang
> Assignee: Guangxu Cheng
> Priority: Minor
>
> If the value of property 'kylin.storage.hbase.table-name-prefix' or
> 'kylin.storage.hbase.namespace' is lowercase, it will throw
> TableNotFoundException in step 'Convert Cuboid Data to HFile' when build a
> segment.
> Root cause:
> In step 'Create HTable', it uses the lowercase as HTable name, and then in
> step 'Convert Cuboid Data to HFile' , the HTable name is coverted to
> uppercases. The HTable name is case sensitive.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)