[
https://issues.apache.org/jira/browse/HUDI-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prashant Wason resolved HUDI-717.
---------------------------------
Resolution: Fixed
> Fix HudiHiveClient for Hive 2.x
> -------------------------------
>
> Key: HUDI-717
> URL: https://issues.apache.org/jira/browse/HUDI-717
> Project: Apache Hudi (incubating)
> Issue Type: Bug
> Reporter: Prashant Wason
> Assignee: Prashant Wason
> Priority: Minor
> Labels: pull-request-available
> Original Estimate: 4h
> Time Spent: 20m
> Remaining Estimate: 3h 40m
>
> When using the HiveDriver mode in HudiHiveClient, Hive 2.x DDL operations
> like ALTER may fail. This is because Hive 2.x doesn't like `db`.`table_name`
> for operations.
> There are two ways to fix this:
> 1. Precede all DDL statements by "USE <database>;"
> 2. Set the name of the database in the SessionState create for the Driver.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)