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/06/26 08:08:00 UTC

[jira] [Commented] (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 commented on KYLIN-4058:
----------------------------------

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)