You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/02/16 15:21:57 UTC

[GitHub] [incubator-seatunnel] wuchunfu commented on a change in pull request #1256: [Feature] [connector] Support spark hdfs source

wuchunfu commented on a change in pull request #1256:
URL: https://github.com/apache/incubator-seatunnel/pull/1256#discussion_r808110897



##########
File path: docs/en/spark/configuration/source-plugins/Hdfs.md
##########
@@ -0,0 +1,50 @@
+# Hdfs
+
+> Source plugin : Hdfs [Spark]
+
+## Description
+Export data to HDFS
+
+## Options
+
+| name | type | required | default value |
+| --- | --- | --- | --- |
+| options| object | no | - |
+| partition_by | array | no | - |
+| path | string | yes | - |
+| save_mode | string | no | error |
+| serializer | string | no | json |
+| common-options | string | no | - |
+
+#### options [object]
+
+Custom parameters
+
+#### partition_by [array]
+
+Partition data based on selected fields

Review comment:
       source plugin doesn't seem to need this parameter




-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org