Skip to content

adjust HBase tableName toUpperCase for HFile#657

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

adjust HBase tableName toUpperCase for HFile#657
liuzx32 wants to merge 1 commit intoapache:master-hadoop3.1from
liuzx32:master-hadoop3.1

Conversation

@liuzx32
Copy link

@liuzx32 liuzx32 commented May 23, 2019

Description

HBase is case sensitive, tableName.toUpperCase() will lead to the created table can not be found.

Improvement

Just remove the toUppderCase() in CubeHFileJob.

@asfgit
Copy link

asfgit commented May 23, 2019

Can one of the admins verify this patch?

@nichunen
Copy link

nichunen commented Jun 3, 2019

Description

HBase is case sensitive, tableName.toUpperCase() will lead to the created table can not be found.

Improvement

Just remove the toUppderCase() in CubeHFileJob.

@liuzx32 Hi, why the upper case of Hbase table name bother you? Can you describe the case of "table can not be found" in detail?

@nichunen nichunen closed this Jun 11, 2019
@liuzx32
Copy link
Author

liuzx32 commented Jun 17, 2019

@nichunen Because HBase tableName is case sensitive. HBase tableName.toUpperCase() will different from the original table, leading to table can not be found.

And it's only for hbase, not for hive, in the branch master-hadoop3.1.

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.

3 participants

Comments