You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/05/18 08:36:04 UTC

[incubator-seatunnel] branch dev updated: [hotfix] change flink batch config source to FakeSource (#1906)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 690adedb [hotfix] change flink batch config source to FakeSource (#1906)
690adedb is described below

commit 690adedbdff739a1aa750740b49cac23791ecb51
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Wed May 18 16:35:58 2022 +0800

    [hotfix] change flink batch config source to FakeSource (#1906)
---
 config/flink.batch.conf.template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/config/flink.batch.conf.template b/config/flink.batch.conf.template
index 45b3e853..07816a02 100644
--- a/config/flink.batch.conf.template
+++ b/config/flink.batch.conf.template
@@ -26,10 +26,7 @@ env {
 
 source {
   # This is a example input plugin **only for test and demonstrate the feature input plugin**
-  FileSource {
-    path = "hdfs://localhost:9000/output/text"
-    format.type = "text"
-    schema = "string"
+  FakeSource {
     result_table_name = "test"
   }