You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/17 19:41:00 UTC

[jira] [Updated] (HUDI-717) Fix HudiHiveClient for Hive 2.x

     [ https://issues.apache.org/jira/browse/HUDI-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HUDI-717:
--------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Minor
>              Labels: pull-request-available
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> 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)