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/01/12 13:53:20 UTC

[GitHub] [incubator-seatunnel] wuchunfu commented on a change in pull request #1025: [hotfix] Fix wrong params in flink batch template

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



##########
File path: config/flink.batch.conf.template
##########
@@ -26,9 +26,10 @@ env {
 
 source {
   # This is a example input plugin **only for test and demonstrate the feature input plugin**
-  FileSource{
-    file.path = "hdfs://localhost:9000/output/text"
-    source_format = "text"
+  FileSource {
+    path = "/opt/data.txt"

Review comment:
       I think `path = "hdfs://localhost:9000/output/text"` will be better, this way can better distinguish local files from hdfs or other file system files




-- 
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