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: [email protected]

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


Reply via email to