You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/07/09 08:35:00 UTC

[jira] [Commented] (KYLIN-4578) 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.

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

ASF GitHub Bot commented on KYLIN-4578:
---------------------------------------

hit-lacus merged pull request #1280:
URL: https://github.com/apache/kylin/pull/1280


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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)