This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9dc073bee65 [DOCS] Update syncing_metastore.md (#8816)
9dc073bee65 is described below

commit 9dc073bee65d556bedef4985809031eddedfcfc0
Author: leosanqing <[email protected]>
AuthorDate: Sun May 28 09:38:00 2023 +0800

    [DOCS] Update syncing_metastore.md (#8816)
---
 website/docs/syncing_metastore.md                          | 4 ++--
 website/versioned_docs/version-0.13.0/syncing_metastore.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/docs/syncing_metastore.md 
b/website/docs/syncing_metastore.md
index 5fc1548dae7..10e6b9b8886 100644
--- a/website/docs/syncing_metastore.md
+++ b/website/docs/syncing_metastore.md
@@ -138,7 +138,7 @@ WITH (
   'path' = '${db_path}/t1',
   'table.type' = 'COPY_ON_WRITE',  -- If MERGE_ON_READ, hive query will not 
have output until the parquet file is generated
   'hive_sync.enable' = 'true',     -- Required. To enable hive synchronization
-  'hive_sync.mode' = 'hms',        -- Required. Setting hive sync mode to hms, 
default jdbc
+  'hive_sync.mode' = 'hms',        -- Required. Setting hive sync mode to hms, 
default hms. (Before 0.13, the default sync mode was jdbc.)
   'hive_sync.metastore.uris' = 'thrift://${ip}:9083' -- Required. The port 
need set on hive-site.xml
 );
 
@@ -157,7 +157,7 @@ WITH (
   'path' = '${db_path}/t1',
   'table.type' = 'COPY_ON_WRITE',  --If MERGE_ON_READ, hive query will not 
have output until the parquet file is generated
   'hive_sync.enable' = 'true',     -- Required. To enable hive synchronization
-  'hive_sync.mode' = 'jdbc',       -- Required. Setting hive sync mode to hms, 
default jdbc
+  'hive_sync.mode' = 'jdbc',       -- Required. Setting hive sync mode to 
jdbc, default hms. (Before 0.13, the default sync mode was jdbc.)
   'hive_sync.metastore.uris' = 'thrift://${ip}:9083', -- Required. The port 
need set on hive-site.xml
   'hive_sync.jdbc_url'='jdbc:hive2://${ip}:10000',    -- required, hiveServer 
port
   'hive_sync.table'='${table_name}',                  -- required, hive table 
name
diff --git a/website/versioned_docs/version-0.13.0/syncing_metastore.md 
b/website/versioned_docs/version-0.13.0/syncing_metastore.md
index fe1b62ef58b..ee7c4c186cb 100644
--- a/website/versioned_docs/version-0.13.0/syncing_metastore.md
+++ b/website/versioned_docs/version-0.13.0/syncing_metastore.md
@@ -139,7 +139,7 @@ WITH (
   'path' = '${db_path}/t1',
   'table.type' = 'COPY_ON_WRITE',  -- If MERGE_ON_READ, hive query will not 
have output until the parquet file is generated
   'hive_sync.enable' = 'true',     -- Required. To enable hive synchronization
-  'hive_sync.mode' = 'hms',        -- Required. Setting hive sync mode to hms, 
default jdbc
+  'hive_sync.mode' = 'hms',        -- Required. Setting hive sync mode to hms, 
default hms. (Before 0.13, the default sync mode was jdbc.)
   'hive_sync.metastore.uris' = 'thrift://${ip}:9083' -- Required. The port 
need set on hive-site.xml
 );
 
@@ -158,7 +158,7 @@ WITH (
   'path' = '${db_path}/t1',
   'table.type' = 'COPY_ON_WRITE',  --If MERGE_ON_READ, hive query will not 
have output until the parquet file is generated
   'hive_sync.enable' = 'true',     -- Required. To enable hive synchronization
-  'hive_sync.mode' = 'jdbc',       -- Required. Setting hive sync mode to hms, 
default jdbc
+  'hive_sync.mode' = 'jdbc',       -- Required. Setting hive sync mode to 
jdbc, default hms. (Before 0.13, the default sync mode was jdbc.)
   'hive_sync.metastore.uris' = 'thrift://${ip}:9083', -- Required. The port 
need set on hive-site.xml
   'hive_sync.jdbc_url'='jdbc:hive2://${ip}:10000',    -- required, hiveServer 
port
   'hive_sync.table'='${table_name}',                  -- required, hive table 
name

Reply via email to