You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Bhavani Sudha (Jira)" <ji...@apache.org> on 2020/05/17 21:53: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 ]

Bhavani Sudha updated HUDI-717:
-------------------------------
    Fix Version/s: 0.5.3

> 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
>             Fix For: 0.6.0, 0.5.3
>
>   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)