You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sona (Jira)" <ji...@apache.org> on 2021/01/18 02:51:00 UTC

[jira] [Created] (HUDI-1534) HiveSyncTool-It is not necessary to use JDBC and MetaStoreClient at the same time

sona created HUDI-1534:
--------------------------

             Summary: HiveSyncTool-It is not necessary to use JDBC and MetaStoreClient at the same time
                 Key: HUDI-1534
                 URL: https://issues.apache.org/jira/browse/HUDI-1534
             Project: Apache Hudi
          Issue Type: Improvement
          Components: Hive Integration
            Reporter: sona


In order to synchronize metadata to hive, we must set hoodie.datasource.hive_sync.jdbcurl(default:jdbc:hive2://localhost:10000). For hive integration, we usually configure hive-site.xml, so no additional configuration is required to use MetaStoreClient. For elegance and convenience, it is recommended to use only MetaStoreClient.



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