You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "liuzhixin (JIRA)" <ji...@apache.org> on 2019/07/03 02:22:00 UTC

[jira] [Comment Edited] (KYLIN-4058) HBase tableName is case sensitive, so remove htableName toUpperCase()

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

liuzhixin edited comment on KYLIN-4058 at 7/3/19 2:21 AM:
----------------------------------------------------------

refer-pr: [https://github.com/apache/kylin/pull/717]


was (Author: zhixin):
refer: [https://github.com/apache/kylin/pull/717]

> HBase tableName is case sensitive, so remove htableName toUpperCase()
> ---------------------------------------------------------------------
>
>                 Key: KYLIN-4058
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4058
>             Project: Kylin
>          Issue Type: Bug
>          Components: Storage - HBase
>            Reporter: liuzhixin
>            Priority: Major
>
> *Description*
> HBase is case sensitive,tableName.toUpperCase() will lead to the created table could not be found.
> If my tableName of HBase is lowercase, kylin can't find the table created in the HFile generated step.
> *Improvement*
> just remove toUpperCase() in CubeHFileJob for HBase tableName on master-hadoop3.1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)