You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/10/02 12:10:37 UTC

[incubator-hudi] branch asf-site updated: [HUDI-282] Updating hive sync tool docs for hive metastore based operations (#931)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new d0ce979  [HUDI-282] Updating hive sync tool docs for hive metastore based operations (#931)
d0ce979 is described below

commit d0ce979f63b41a841b7fe35ddeed0ee0459fe126
Author: n3nash <na...@uber.com>
AuthorDate: Wed Oct 2 05:10:31 2019 -0700

    [HUDI-282] Updating hive sync tool docs for hive metastore based operations (#931)
---
 docs/writing_data.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/writing_data.md b/docs/writing_data.md
index c727266..37bc0c9 100644
--- a/docs/writing_data.md
+++ b/docs/writing_data.md
@@ -174,6 +174,8 @@ Usage: <main class> [options]
        Default: false
   * --jdbc-url
        Hive jdbc connect url
+  * --use-jdbc
+       Whether to use jdbc connection or hive metastore (via thrift)
   * --pass
        Hive password
   * --table