RickyHuo commented on a change in pull request #911:
URL: 
https://github.com/apache/incubator-seatunnel/pull/911#discussion_r777011438



##########
File path: docs/en/configuration/sink-plugins/Hive.md
##########
@@ -0,0 +1,63 @@
+# Sink plugin: Hive
+
+### Description
+
+Write Rows to [Apache Hive](https://hive.apache.org).
+
+### Options
+
+| name                                    | type          | required | default 
value |
+| --------------------------------------- | ------------- | -------- | 
------------- |
+| [sql](#hql)                             | string        | no       | -       
      |
+| [source_table_name](#source_table_name) | string        | no       | -       
      |
+| [result_table_name](#result_table_name) | string        | no       | -       
      |
+| [sink_columns](#sink_columns)           | string        | no       | -       
      |
+| [save_mode](#save_mode)                 | string        | no       | -       
      |
+| [partition_by](#partition_by)           | Array[string] | no       | -       
      |
+
+##### sql[string]

Review comment:
       sql [string]




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to