Prashant Wason created HUDI-717:
-----------------------------------
Summary: 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
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)