You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinay (Jira)" <ji...@apache.org> on 2021/06/10 15:11:00 UTC

[jira] [Resolved] (HUDI-1942) HIVE_AUTO_CREATE_DATABASE_OPT_KEY This should default to true when Hudi synchronizes Hive

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

Vinay resolved HUDI-1942.
-------------------------
    Fix Version/s:     (was: 0.8.0)
       Resolution: Fixed

Fixed - [2a7e1e0|https://github.com/apache/hudi/commit/2a7e1e091e69c53acc0a19e3d792ca15a3d7db62]

> HIVE_AUTO_CREATE_DATABASE_OPT_KEY This should default to true when Hudi synchronizes Hive
> -----------------------------------------------------------------------------------------
>
>                 Key: HUDI-1942
>                 URL: https://issues.apache.org/jira/browse/HUDI-1942
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: newbie
>            Reporter: yao.zhou
>            Assignee: Vinay
>            Priority: Major
>              Labels: easy-fix, pull-request-available
>             Fix For: 0.9.0
>
>
> HIVE_AUTO_CREATE_DATABASE_OPT_KEY = "hoodie.datasource.hive_sync.auto_create_database"
> DEFAULT_HIVE_AUTO_CREATE_DATABASE_OPT_KEY = "true"
> in HoodieSparkSqlWriter.buildSyncConfig 
> hiveSyncConfig.autoCreateDatabase = parameters.get(HIVE_AUTO_CREATE_DATABASE_OPT_KEY).exists(r => r.toBoolean)
>  * This method sets the parameter to false



--
This message was sent by Atlassian Jira
(v8.3.4#803005)