Skip to content

remove tableName.toUppderCase() for hbase table Name,#688

Closed
liuzx32 wants to merge 4 commits intoapache:master-hadoop3.1from
liuzx32:master-hadoop3.1
Closed

remove tableName.toUppderCase() for hbase table Name,#688
liuzx32 wants to merge 4 commits intoapache:master-hadoop3.1from
liuzx32:master-hadoop3.1

Conversation

@liuzx32
Copy link

@liuzx32 liuzx32 commented Jun 17, 2019

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() for HBase tableName on master-hadoop3.1.

@asfgit
Copy link

asfgit commented Jun 17, 2019

Can one of the admins verify this patch?

3 similar comments
@asfgit
Copy link

asfgit commented Jun 17, 2019

Can one of the admins verify this patch?

@asfgit
Copy link

asfgit commented Jun 17, 2019

Can one of the admins verify this patch?

@asfgit
Copy link

asfgit commented Jun 17, 2019

Can one of the admins verify this patch?

@liuzx32 liuzx32 closed this Jun 17, 2019
@liuzx32 liuzx32 reopened this Jun 17, 2019
@liuzx32 liuzx32 closed this Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments