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/09/04 02:23:00 UTC

[jira] [Closed] (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:all-tabpanel ]

liuzhixin closed KYLIN-4058.
----------------------------
    Resolution: Fixed

> 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
(v8.3.2#803003)