You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2022/10/15 10:50:39 UTC

[incubator-seatunnel] branch dev updated (3c012c797 -> bf2c97484)

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

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


    from 3c012c797 [hotfix][e2e] Fix e2e error in windows10 (#3109)
     add bf2c97484 [Feature][Core][Connector-V2] Unified The way of setting JobName (#2908)

No new revisions were added by this update.

Summary of changes:
 docs/en/command/usage.mdx                          | 52 ++++++++++++++++++++++
 .../apache/seatunnel/spark/SparkEnvironment.java   |  3 ++
 .../src/main/resources/kudu_to_kudu_spark.conf     |  2 +-
 .../core/starter/command/AbstractCommandArgs.java  | 13 ++++++
 .../seatunnel/core/starter/flink/FlinkStarter.java |  2 +
 .../core/starter/flink/FlinkStarterTest.java       |  3 +-
 .../seatunnel/core/starter/spark/SparkStarter.java |  9 +---
 .../core/starter/spark/SparkStarterTest.java       |  2 +-
 .../starter/spark/args/SparkCommandArgsTest.java   |  3 +-
 .../src/test/resources/spark_application.conf      |  2 +-
 .../starter/seatunnel/args/ClientCommandArgs.java  | 13 ------
 .../seatunnel/command/ClientExecuteCommand.java    |  2 +-
 .../test/resources/fake/fakesource_to_console.conf |  2 +-
 .../resources/file/fakesource_to_local_json.conf   |  2 +-
 .../file/fakesource_to_local_parquet.conf          |  2 +-
 .../resources/file/fakesource_to_local_text.conf   |  2 +-
 .../src/test/resources/iceberg/iceberg_source.conf |  2 +-
 .../test/resources/iotdb/fakesource_to_iotdb.conf  |  2 +-
 .../jdbc/jdbc_greenplum_source_and_sink.conf       |  2 +-
 .../jdbc/jdbc_phoenix_source_and_sink.conf         |  2 +-
 .../test/resources/mongodb/fake_to_mongodb.conf    |  2 +-
 .../example/engine/SeaTunnelEngineExample.java     |  2 +-
 .../src/main/resources/examples/spark.batch.conf   |  2 +-
 23 files changed, 90 insertions(+), 38 deletions(-)