You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/03/14 01:33:58 UTC

[hudi] branch asf-site updated: [MINOR][DOCS] HMS mode with Spark datasource is already supported. (#8162)

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 9b3b372cfae [MINOR][DOCS] HMS mode with Spark datasource is already supported. (#8162)
9b3b372cfae is described below

commit 9b3b372cfae7262bdb9f4a3539da3bb2a57711e6
Author: Akira Ajisaka <ak...@amazon.com>
AuthorDate: Tue Mar 14 10:33:51 2023 +0900

    [MINOR][DOCS] HMS mode with Spark datasource is already supported. (#8162)
---
 website/docs/syncing_metastore.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/website/docs/syncing_metastore.md b/website/docs/syncing_metastore.md
index fe1b62ef58b..5fc1548dae7 100644
--- a/website/docs/syncing_metastore.md
+++ b/website/docs/syncing_metastore.md
@@ -62,7 +62,6 @@ HMS mode uses the hive metastore client to sync Hudi table using thrift APIs dir
 To use this mode, pass `--sync-mode=hms` to `run_sync_tool` and set `--use-jdbc=false`. 
 Additionally, if you are using remote metastore, then `hive.metastore.uris` need to be set in hive-site.xml configuration file.
 Otherwise, the tool assumes that metastore is running locally on port 9083 by default. 
-Support for HMS mode with Spark datasource will be [enabled soon](https://issues.apache.org/jira/browse/HUDI-2491).
 
 #### HIVEQL