[
https://issues.apache.org/jira/browse/HUDI-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357786#comment-17357786
]
Vinay commented on HUDI-1942:
-----------------------------
[[email protected]] yes, I have already added that in the PR, can
you pls review - [GitHub Pull Request
#3036|https://github.com/apache/hudi/pull/3036]
> 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.8.0, 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)