[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3191: [feature][st-engine] Add jobHistory

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3191: URL: https://github.com/apache/incubator-seatunnel/pull/3191#discussion_r1010115679 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobHistorySevice.java: ## @@ -0,0 +1,178 @@ +/* + *

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on issue #2912: [Feature][Discuss] Uniform parameters are available for multiple engines

2022-10-31 Thread GitBox
Carl-Zhou-CN commented on issue #2912: URL: https://github.com/apache/incubator-seatunnel/issues/2912#issuecomment-1298086998 At present, there are some differences between the startup methods of Flink and Spark in seatunnel. Spark pays more attention to the env parameter in config when it

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3203: [Bug] [Connector-V2][FLINK-Hive-Sink] Caused by: java.io.FileNotFoundException while mysql data write to hive

2022-10-31 Thread GitBox
TyrantLucifer commented on issue #3203: URL: https://github.com/apache/incubator-seatunnel/issues/3203#issuecomment-1298086610 > HI @TyrantLucifer any idea about this bug? Could you please add my wechat: `tyrantlucifer` ? So we can communicate more conveniently -- This is an autom

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3203: [Bug] [Connector-V2][FLINK-Hive-Sink] Caused by: java.io.FileNotFoundException while mysql data write to hive

2022-10-31 Thread GitBox
TyrantLucifer commented on issue #3203: URL: https://github.com/apache/incubator-seatunnel/issues/3203#issuecomment-1298083922 > HI @TyrantLucifer any idea about this bug? Sorry, I'm busy these days. I'll let you know tonight. -- This is an automated message from the Apache Git Ser

[GitHub] [incubator-seatunnel] dik111 commented on issue #3203: [Bug] [Connector-V2][FLINK-Hive-Sink] Caused by: java.io.FileNotFoundException while mysql data write to hive

2022-10-31 Thread GitBox
dik111 commented on issue #3203: URL: https://github.com/apache/incubator-seatunnel/issues/3203#issuecomment-1298080735 HI @TyrantLucifer any idea about this bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3228: [Feature][Connector-V2][My Hours]Add My Hours Source Connector

2022-10-31 Thread GitBox
TaoZex commented on code in PR #3228: URL: https://github.com/apache/incubator-seatunnel/pull/3228#discussion_r1010096847 ## docs/en/connector-v2/source/MyHours.md: ## @@ -0,0 +1,177 @@ +# My Hours + +> My Hours source connector + +## Description + +Used to read data from My Ho

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3245: [Improved][dist][connector-v2] Add `fake` and `console` connectors to binary package for demo

2022-10-31 Thread GitBox
hailin0 commented on PR #3245: URL: https://github.com/apache/incubator-seatunnel/pull/3245#issuecomment-1298048431 > We'd better update the startup documentation for dev-brach binary packages. This can be reflected in quick start. The documentation is being changed on a separate bra

[GitHub] [incubator-seatunnel] CalvinKirs commented on pull request #3245: [Improved][dist][connector-v2] Add `fake` and `console` connectors to binary package for demo

2022-10-31 Thread GitBox
CalvinKirs commented on PR #3245: URL: https://github.com/apache/incubator-seatunnel/pull/3245#issuecomment-1298036719 We'd better update the startup documentation for dev-brach binary packages. This can be reflected in quick start. -- This is an automated message from the Apache Git S

[GitHub] [incubator-seatunnel] liugddx commented on pull request #3166: [Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source & sink connnector

2022-10-31 Thread GitBox
liugddx commented on PR #3166: URL: https://github.com/apache/incubator-seatunnel/pull/3166#issuecomment-1298027528 #3018 -- 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.

[GitHub] [incubator-seatunnel] FWLamb commented on a diff in pull request #3229: [Feature][Connector-V2][Cassandra] Add Cassandra Source And Sink Connector

2022-10-31 Thread GitBox
FWLamb commented on code in PR #3229: URL: https://github.com/apache/incubator-seatunnel/pull/3229#discussion_r1010067599 ## seatunnel-connectors-v2/connector-cassandra/src/main/java/org/apache/seatunnel/connectors/seatunnel/cassandra/sink/CassandraSinkWriter.java: ## @@ -0,0 +

[GitHub] [incubator-seatunnel] hailin0 opened a new pull request, #3249: [Improve][transform] Allow transform is empty

2022-10-31 Thread GitBox
hailin0 opened a new pull request, #3249: URL: https://github.com/apache/incubator-seatunnel/pull/3249 ## Purpose of this pull request ## Check list * [x] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary p

[GitHub] [incubator-seatunnel] EricJoy2048 commented on issue #3018: [Feature][Connector-V2] SeaTunnel Connector V2 Tracking Table

2022-10-31 Thread GitBox
EricJoy2048 commented on issue #3018: URL: https://github.com/apache/incubator-seatunnel/issues/3018#issuecomment-1298009163 > @EricJoy2048 Hello, what data does gitlab source synchronize?Can you give a more detailed description? You can reference https://github.com/apache/incubator-

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3228: [Feature][Connector-V2][My Hours]Add My Hours Source Connector

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3228: URL: https://github.com/apache/incubator-seatunnel/pull/3228#discussion_r1010057413 ## docs/en/connector-v2/source/MyHours.md: ## @@ -0,0 +1,177 @@ +# My Hours + +> My Hours source connector + +## Description + +Used to read data from

[GitHub] [incubator-seatunnel] nashlibby opened a new issue, #3248: scala.util.matching.Regex.(Ljava/lang/String;Lscala/collection/Seq;)V

2022-10-31 Thread GitBox
nashlibby opened a new issue, #3248: URL: https://github.com/apache/incubator-seatunnel/issues/3248 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new pull request, #3247: [Improve][CI]improve ci and remove plugin-mapping.properties check from step.filte…

2022-10-31 Thread GitBox
EricJoy2048 opened a new pull request, #3247: URL: https://github.com/apache/incubator-seatunnel/pull/3247 Every new connector pr will update plugin-mapping.properties file. So if plugin-mapping.properties file add to `steps.filter.api` , every new connector pr will run all modules test. Th

[GitHub] [incubator-seatunnel] EricJoy2048 closed pull request #3246: [CI] ci remove plugin-mapping file from api

2022-10-31 Thread GitBox
EricJoy2048 closed pull request #3246: [CI] ci remove plugin-mapping file from api URL: https://github.com/apache/incubator-seatunnel/pull/3246 -- 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 sp

[GitHub] [incubator-seatunnel] liugddx commented on a diff in pull request #3166: [Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source & sink connnector

2022-10-31 Thread GitBox
liugddx commented on code in PR #3166: URL: https://github.com/apache/incubator-seatunnel/pull/3166#discussion_r1010050782 ## docs/en/connector-v2/sink/Amazondynamodb.md: ## @@ -0,0 +1,73 @@ + +# Amazondynamodb + +> Amazondynamodb sink connector + +## Description + +Write d

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new pull request, #3246: [CI] ci remove plugin-mapping file from api

2022-10-31 Thread GitBox
EricJoy2048 opened a new pull request, #3246: URL: https://github.com/apache/incubator-seatunnel/pull/3246 Every new connector pr will update plugin-mapping.properties file. So if plugin-mapping.properties file add to `steps.filter.api` , every new connector pr will run all modules test. Th

[GitHub] [incubator-seatunnel] ic4y commented on a diff in pull request #3166: [Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source & sink connnector

2022-10-31 Thread GitBox
ic4y commented on code in PR #3166: URL: https://github.com/apache/incubator-seatunnel/pull/3166#discussion_r1010044406 ## docs/en/connector-v2/sink/Amazondynamodb.md: ## @@ -0,0 +1,73 @@ + +# Amazondynamodb + +> Amazondynamodb sink connector + +## Description + +Write data

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3229: [Feature][Connector-V2][Cassandra] Add Cassandra Source And Sink Connector

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3229: URL: https://github.com/apache/incubator-seatunnel/pull/3229#discussion_r1010043397 ## seatunnel-connectors-v2/connector-cassandra/src/main/java/org/apache/seatunnel/connectors/seatunnel/cassandra/sink/CassandraSinkWriter.java: ## @@ -

[GitHub] [incubator-seatunnel] hailin0 commented on issue #2912: [Feature][Discuss] Uniform parameters are available for multiple engines

2022-10-31 Thread GitBox
hailin0 commented on issue #2912: URL: https://github.com/apache/incubator-seatunnel/issues/2912#issuecomment-1297978694 flink example: ``` env { # You can set flink configuration here execution.parallelism = 1 job.mode = "BATCH" execution.checkpoint.interval = 1000

[GitHub] [incubator-seatunnel-website] CalvinKirs merged pull request #169: Update version-2.3.0-beta-sidebars.json

2022-10-31 Thread GitBox
CalvinKirs merged PR #169: URL: https://github.com/apache/incubator-seatunnel-website/pull/169 -- 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-u

[incubator-seatunnel-website] branch main updated: Update version-2.3.0-beta-sidebars.json (#169)

2022-10-31 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git The following commit(s) were added to refs/heads/main by this push: new 3db54a1af9 Update version-2.3.0-

[GitHub] [incubator-seatunnel] hailin0 commented on issue #2912: [Feature][Discuss] Uniform parameters are available for multiple engines

2022-10-31 Thread GitBox
hailin0 commented on issue #2912: URL: https://github.com/apache/incubator-seatunnel/issues/2912#issuecomment-1297974902 good idea -- 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 co

[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #2912: [Feature][Discuss] Uniform parameters are available for multiple engines

2022-10-31 Thread GitBox
Hisoka-X commented on issue #2912: URL: https://github.com/apache/incubator-seatunnel/issues/2912#issuecomment-1297974171 Very helpful issue. -- 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

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3245: [Improved][dist][connector-v2] Add `fake` and `console` connectors to binary package for demo

2022-10-31 Thread GitBox
hailin0 commented on PR #3245: URL: https://github.com/apache/incubator-seatunnel/pull/3245#issuecomment-1297972189 > update `https://github.com/apache/incubator-seatunnel/blob/dev/config/plugin_config` fixed -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3145: [Feature][st-engine] Support for transform-v2 API

2022-10-31 Thread GitBox
hailin0 commented on code in PR #3145: URL: https://github.com/apache/incubator-seatunnel/pull/3145#discussion_r1010036486 ## seatunnel-dist/pom.xml: ## @@ -103,6 +103,13 @@ ${project.version} provided +

[incubator-seatunnel-website] branch CalvinKirs-patch-1 created (now 19309a3230)

2022-10-31 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at 19309a3230 Update version-2.3.0-beta-sidebars.json This branch includes the following

[incubator-seatunnel-website] 01/01: Update version-2.3.0-beta-sidebars.json

2022-10-31 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git commit 19309a3230e77a78286fd1572c325fead6c83a7b Author: Kirs AuthorDate: Tue Nov 1 11:16:39 202

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on issue #2960: [Improve][Connector-V2-kafka] Support read message metadata(key、timestamp、headers)

2022-10-31 Thread GitBox
Carl-Zhou-CN commented on issue #2960: URL: https://github.com/apache/incubator-seatunnel/issues/2960#issuecomment-1297966745 underway -- 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 specifi

[GitHub] [incubator-seatunnel] ashulin commented on a diff in pull request #3145: [Feature][st-engine] Support for transform-v2 API

2022-10-31 Thread GitBox
ashulin commented on code in PR #3145: URL: https://github.com/apache/incubator-seatunnel/pull/3145#discussion_r1010027935 ## seatunnel-dist/pom.xml: ## @@ -103,6 +103,13 @@ ${project.version} provided +

[GitHub] [incubator-seatunnel-website] ic4y merged pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
ic4y merged PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164 -- 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-unsubsc

[incubator-seatunnel-website] branch main updated: [Doc]add st engine to start v2 (#164)

2022-10-31 Thread ic4y
This is an automated email from the ASF dual-hosted git repository. ic4y pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git The following commit(s) were added to refs/heads/main by this push: new e421a791c2 [Doc]add st engine to

[GitHub] [incubator-seatunnel] FWLamb commented on issue #3018: [Feature][Connector-V2] SeaTunnel Connector V2 Tracking Table

2022-10-31 Thread GitBox
FWLamb commented on issue #3018: URL: https://github.com/apache/incubator-seatunnel/issues/3018#issuecomment-1297946066 assign Teradata Source And Sink to me,thx. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-seatunnel] EricJoy2048 commented on issue #3018: [Feature][Connector-V2] SeaTunnel Connector V2 Tracking Table

2022-10-31 Thread GitBox
EricJoy2048 commented on issue #3018: URL: https://github.com/apache/incubator-seatunnel/issues/3018#issuecomment-1297935155 > ADB PostgreSQL Yes. -- 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 t

[GitHub] [incubator-seatunnel] dik111 commented on pull request #2574: Support seatunnel-translation-spark-3.3

2022-10-31 Thread GitBox
dik111 commented on PR #2574: URL: https://github.com/apache/incubator-seatunnel/pull/2574#issuecomment-1297929162 spark version :3.3.1 hive version: 3.0.0 mysql versin: 5.7 I had test mysql to hive it throws some exception: ``` client token: N/A diagn

[GitHub] [incubator-seatunnel-website] EricJoy2048 commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1010012562 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +

[incubator-seatunnel-website] branch add_stengine_to_start-v2 updated (c0a2554401 -> b2b5a35f1b)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git from c0a2554401 fix links problems add b2b5a35f1b fix format error No new

[GitHub] [incubator-seatunnel-website] EricJoy2048 commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1010012425 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +

[GitHub] [incubator-seatunnel-website] EricJoy2048 commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1010011729 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/cross-fetch-3.1.5 updated (92ce6a41f9 -> 2b05481a78)

2022-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/cross-fetch-3.1.5 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git discard 92ce6a41f9 Bump cross-fetch from 3.1.4 to 3.1.5 add

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/terser-5.15.1 updated (98baeb5dc5 -> 7d6e185fe3)

2022-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/terser-5.15.1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git discard 98baeb5dc5 Bump terser from 5.10.0 to 5.15.1 add b0f8f09

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/node-fetch-and-cross-fetch-2.6.7 created (now abc3fa0ddd)

2022-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/node-fetch-and-cross-fetch-2.6.7 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at abc3fa0ddd Bump node-fetch and cross-fetc

[GitHub] [incubator-seatunnel-website] dependabot[bot] opened a new pull request, #168: Bump node-fetch and cross-fetch

2022-10-31 Thread GitBox
dependabot[bot] opened a new pull request, #168: URL: https://github.com/apache/incubator-seatunnel-website/pull/168 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) and [cross-fetch](https://github.com/lquixada/cross-fetch). These dependencies needed to be updated together.

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/async-2.6.4 updated (f4f7e618d3 -> ef51c4fa3e)

2022-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/async-2.6.4 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git discard f4f7e618d3 Bump async from 2.6.3 to 2.6.4 add b0f8f09a88 F

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/minimist-1.2.7 created (now 29f0909bae)

2022-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/minimist-1.2.7 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at 29f0909bae Bump minimist from 1.2.5 to 1.2.7 No new revisio

[GitHub] [incubator-seatunnel-website] dependabot[bot] opened a new pull request, #167: Bump minimist from 1.2.5 to 1.2.7

2022-10-31 Thread GitBox
dependabot[bot] opened a new pull request, #167: URL: https://github.com/apache/incubator-seatunnel-website/pull/167 Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. Changelog Sourced from https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md";>m

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/node-forge-1.3.1 created (now 13321877f6)

2022-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/node-forge-1.3.1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at 13321877f6 Bump node-forge from 1.2.1 to 1.3.1 No new rev

[GitHub] [incubator-seatunnel-website] dependabot[bot] opened a new pull request, #166: Bump node-forge from 1.2.1 to 1.3.1

2022-10-31 Thread GitBox
dependabot[bot] opened a new pull request, #166: URL: https://github.com/apache/incubator-seatunnel-website/pull/166 Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md"

[GitHub] [incubator-seatunnel-website] EricJoy2048 merged pull request #165: Fix 2.3.0-beta docs not in deploy

2022-10-31 Thread GitBox
EricJoy2048 merged PR #165: URL: https://github.com/apache/incubator-seatunnel-website/pull/165 -- 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-

[GitHub] [incubator-seatunnel] isMrH closed issue #2835: [Bug] [seatunnel-spark-jdbc-source-Jdbc] please specify [table] as non-empty

2022-10-31 Thread GitBox
isMrH closed issue #2835: [Bug] [seatunnel-spark-jdbc-source-Jdbc] please specify [table] as non-empty URL: https://github.com/apache/incubator-seatunnel/issues/2835 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2902: [Feature][Community] Add Bot to guide newcomers

2022-10-31 Thread GitBox
github-actions[bot] commented on issue #2902: URL: https://github.com/apache/incubator-seatunnel/issues/2902#issuecomment-1297856541 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity

[GitHub] [incubator-seatunnel] etcZYP commented on issue #3018: [Feature][Connector-V2] SeaTunnel Connector V2 Tracking Table

2022-10-31 Thread GitBox
etcZYP commented on issue #3018: URL: https://github.com/apache/incubator-seatunnel/issues/3018#issuecomment-1297797919 ADB means AnalyticDB? -- 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

[GitHub] [incubator-seatunnel-website] TaoZex commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
TaoZex commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1009659361 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +impor

[GitHub] [incubator-seatunnel-website] TaoZex commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
TaoZex commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1009659331 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +impor

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3230: [Improve][Connector-V2][Kafka] Support to specify multiple partition keys

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3230: URL: https://github.com/apache/incubator-seatunnel/pull/3230#discussion_r1009591698 ## docs/en/connector-v2/sink/Kafka.md: ## @@ -113,3 +113,6 @@ sink { ### 2.3.0-beta 2022-10-20 - Add Kafka Sink Connector +### next version + +- Su

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3230: [Improve][Connector-V2][Kafka] Support to specify multiple partition keys

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3230: URL: https://github.com/apache/incubator-seatunnel/pull/3230#discussion_r1009591698 ## docs/en/connector-v2/sink/Kafka.md: ## @@ -113,3 +113,6 @@ sink { ### 2.3.0-beta 2022-10-20 - Add Kafka Sink Connector +### next version + +- Su

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3230: [Improve][Connector-V2][Kafka] Support to specify multiple partition keys

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3230: URL: https://github.com/apache/incubator-seatunnel/pull/3230#discussion_r1009590076 ## docs/en/connector-v2/sink/Kafka.md: ## @@ -113,3 +113,4 @@ sink { ### 2.3.0-beta 2022-10-20 - Add Kafka Sink Connector +- Support to specify mul

[GitHub] [incubator-seatunnel-website] EricJoy2048 commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1009558016 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +

[incubator-seatunnel-website] branch add_stengine_to_start-v2 updated (638691c6cf -> c0a2554401)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git from 638691c6cf add st engine to start v2 add c0a2554401 fix links problem

[GitHub] [incubator-seatunnel] iture123 commented on a diff in pull request #2821: [Feature][Connector-V2][Elasticsearch] Support Elasticsearch source

2022-10-31 Thread GitBox
iture123 commented on code in PR #2821: URL: https://github.com/apache/incubator-seatunnel/pull/2821#discussion_r1009515362 ## seatunnel-e2e/seatunnel-spark-connector-v2-e2e/connector-elasticsearch-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/v2/elasticsearch/ElasticsearchIT.

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3245: [Improved][dist][connector-v2] Add `fake` and `console` connectors to binary package for demo

2022-10-31 Thread GitBox
hailin0 commented on PR #3245: URL: https://github.com/apache/incubator-seatunnel/pull/3245#issuecomment-1297198945 https://user-images.githubusercontent.com/14371345/199035950-2d3fb1af-07c4-4ace-9e58-ed474bda29ca.png";> -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-seatunnel] hailin0 opened a new pull request, #3245: [Improved][dist][connector-v2] Add `fake` and `console` connectors to binary package for demo

2022-10-31 Thread GitBox
hailin0 opened a new pull request, #3245: URL: https://github.com/apache/incubator-seatunnel/pull/3245 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary p

[GitHub] [incubator-seatunnel] 18391713434 commented on a diff in pull request #3226: [Feature][Connector-V2][Slack] Add Slack sink connector

2022-10-31 Thread GitBox
18391713434 commented on code in PR #3226: URL: https://github.com/apache/incubator-seatunnel/pull/3226#discussion_r1009419355 ## docs/en/connector-v2/sink/Slack.md: ## @@ -0,0 +1,57 @@ +# Slack + +> Slack sink connector + +## Description + +Used to send data to Slack Channel.

[GitHub] [incubator-seatunnel] liugddx commented on a diff in pull request #3166: [Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source & sink connnector

2022-10-31 Thread GitBox
liugddx commented on code in PR #3166: URL: https://github.com/apache/incubator-seatunnel/pull/3166#discussion_r1009317014 ## seatunnel-connectors-v2/connector-amazondynamodb/src/main/java/org/apache/seatunnel/connectors/seatunnel/amazondynamodb/sink/AmazondynamodbWriter.java:

[GitHub] [incubator-seatunnel] FWLamb commented on pull request #3141: [Improve][Clickhouse-V2] Clickhouse Support Geo type

2022-10-31 Thread GitBox
FWLamb commented on PR #3141: URL: https://github.com/apache/incubator-seatunnel/pull/3141#issuecomment-1296943991 @Hisoka-X PTAL -- 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 com

[GitHub] [incubator-seatunnel-website] TaoZex commented on a diff in pull request #164: [Doc]add st engine to start v2

2022-10-31 Thread GitBox
TaoZex commented on code in PR #164: URL: https://github.com/apache/incubator-seatunnel-website/pull/164#discussion_r1009288804 ## versioned_docs/version-2.3.0-beta/start-v2/local.mdx: ## @@ -0,0 +1,203 @@ +--- +sidebar_position: 2 +--- + +import Tabs from '@theme/Tabs'; +impor

[incubator-seatunnel-website] branch add_stengine_to_start-v2 updated (c72724d89f -> 638691c6cf)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git discard c72724d89f Merge branch 'add_stengine_to_start-v2' of https://github.com/

[incubator-seatunnel-website] branch add_stengine_to_start-v2 updated (14ef9a72d0 -> c72724d89f)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git from 14ef9a72d0 add st engine to start v2 add 0ee089b50c add st engine to

[incubator-seatunnel-website] 01/01: add st engine to start v2

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git commit 14ef9a72d0e74523120ee025764008c879e447cf Author: gaojun AuthorDate: Mon Oct

[GitHub] [incubator-seatunnel-website] EricJoy2048 closed pull request #163: [Doc]Add st engine to start v2

2022-10-31 Thread GitBox
EricJoy2048 closed pull request #163: [Doc]Add st engine to start v2 URL: https://github.com/apache/incubator-seatunnel-website/pull/163 -- 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 c

[incubator-seatunnel-website] branch add_stengine_to_start-v2 created (now 14ef9a72d0)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at 14ef9a72d0 add st engine to start v2 This branch includes the following n

[incubator-seatunnel-website] branch add_st_engine_to_start-v2 created (now 5867255a83)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch add_st_engine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at 5867255a83 add st engine to start v2 This branch includes the following

[incubator-seatunnel-website] 01/01: add st engine to start v2

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch add_st_engine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git commit 5867255a8321fabd61f8e7625d786f3ab798 Author: gaojun AuthorDate: Mon Oct

[GitHub] [incubator-seatunnel] ic4y closed issue #3187: [Improve][Connector-V2][Redis] Support redis cluster connection & user authentication

2022-10-31 Thread GitBox
ic4y closed issue #3187: [Improve][Connector-V2][Redis] Support redis cluster connection & user authentication URL: https://github.com/apache/incubator-seatunnel/issues/3187 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][Redis] Support redis cluster connection & user authentication (#3188)

2022-10-31 Thread ic4y
This is an automated email from the ASF dual-hosted git repository. ic4y 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 c7275a49c [Improve][Connector-V2][Redis] Su

[GitHub] [incubator-seatunnel] ic4y merged pull request #3188: [Improve][Connector-V2][Redis] Support redis cluster connection & user authentication

2022-10-31 Thread GitBox
ic4y merged PR #3188: URL: https://github.com/apache/incubator-seatunnel/pull/3188 -- 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-unsubscr...@s

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #2585: [Feature][ConnectorV2]add file excel sink

2022-10-31 Thread GitBox
EricJoy2048 commented on PR #2585: URL: https://github.com/apache/incubator-seatunnel/pull/2585#issuecomment-1296846923 > > > > Hi, @Bingz2 thanks for your contribution, what's the news about this pr? Do you need some help? > > > > Sorry, I'm a little busy recently. I'll finish it this w

[GitHub] [incubator-seatunnel] EricJoy2048 closed pull request #2585: [Feature][ConnectorV2]add file excel sink

2022-10-31 Thread GitBox
EricJoy2048 closed pull request #2585: [Feature][ConnectorV2]add file excel sink URL: https://github.com/apache/incubator-seatunnel/pull/2585 -- 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 speci

[incubator-seatunnel] branch dev updated (40d67ab90 -> 9bd076cc1)

2022-10-31 Thread tyrantlucifer
This is an automated email from the ASF dual-hosted git repository. tyrantlucifer pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from 40d67ab90 [Bug][Connector-V2][JDBC]fix jdbc split bug (#3220) add 9bd076cc1 [Improve][Connector-

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3236: [Improve][Connector-V2-e2e][File] Remove redundant file e2e test cases

2022-10-31 Thread GitBox
TyrantLucifer merged PR #3236: URL: https://github.com/apache/incubator-seatunnel/pull/3236 -- 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-unsu

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3046: [Feature][Connector-V2][Iceberg]Modify the scope of flink-shaded-hadoop-2 to provided to be compatible with hadoop

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3046: URL: https://github.com/apache/incubator-seatunnel/pull/3046#discussion_r1009216245 ## docs/en/connector-v2/source/Iceberg.md: ## @@ -161,6 +161,19 @@ source { } ``` +:::tip + +In order to be compatible with different versions of H

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3145: [Feature][st-engine] Support for transform-v2 API

2022-10-31 Thread GitBox
EricJoy2048 commented on PR #3145: URL: https://github.com/apache/incubator-seatunnel/pull/3145#issuecomment-1296831505 > @EricJoy2048 Are we should support repartition type transform in this version? I suggest to add the support of repartition transform in the subsequent plans. -

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3174: [Feature][Connector-V2] influxdb sink connector

2022-10-31 Thread GitBox
EricJoy2048 commented on code in PR #3174: URL: https://github.com/apache/incubator-seatunnel/pull/3174#discussion_r1009206447 ## docs/en/connector-v2/sink/InfluxDB.md: ## @@ -0,0 +1,98 @@ +# InfluxDB + +> InfluxDB sink connector + +## Description + +Write data to InfluxDB. + +

[GitHub] [incubator-seatunnel] ic4y merged pull request #3220: [Bug][Connector-V2][JDBC]fix jdbc split bug

2022-10-31 Thread GitBox
ic4y merged PR #3220: URL: https://github.com/apache/incubator-seatunnel/pull/3220 -- 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-unsubscr...@s

[incubator-seatunnel] branch dev updated: [Bug][Connector-V2][JDBC]fix jdbc split bug (#3220)

2022-10-31 Thread ic4y
This is an automated email from the ASF dual-hosted git repository. ic4y 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 40d67ab90 [Bug][Connector-V2][JDBC]fix jdbc

[GitHub] [incubator-seatunnel] ic4y closed issue #3219: [Bug][Connector-V2][JDBC] If the reader is not assigned a task, the job does not stop.

2022-10-31 Thread GitBox
ic4y closed issue #3219: [Bug][Connector-V2][JDBC] If the reader is not assigned a task, the job does not stop. URL: https://github.com/apache/incubator-seatunnel/issues/3219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3238: [Improve][Connector-V2][File] Improve code structure

2022-10-31 Thread GitBox
EricJoy2048 commented on PR #3238: URL: https://github.com/apache/incubator-seatunnel/pull/3238#issuecomment-1296810590 Please fix CI error. -- 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 s

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3145: [Feature][st-engine] Support for transform-v2 API

2022-10-31 Thread GitBox
Hisoka-X commented on code in PR #3145: URL: https://github.com/apache/incubator-seatunnel/pull/3145#discussion_r1009153778 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/config/Common.java: ## @@ -129,6 +130,30 @@ public static Path connectorDir() { }

[incubator-seatunnel] branch dev updated (0e8351d56 -> b18a2ab5c)

2022-10-31 Thread gaojun2048
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 0e8351d56 [Hotfix][e2e] fix JobRestoreWhenMasterNodeSwitch method NPE (#3237) add b18a2ab5c [Hotfi

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3239: [Hotfix][CI] Fix the bug when delete modules it will run CI failed

2022-10-31 Thread GitBox
EricJoy2048 merged PR #3239: URL: https://github.com/apache/incubator-seatunnel/pull/3239 -- 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-unsubs

[GitHub] [incubator-seatunnel] bravekong opened a new pull request, #3243: [Bug] [seatunnel-connectors-flink-kafka] When json or avro are selected for kafka schema, a ClassCastException error is repor

2022-10-31 Thread GitBox
bravekong opened a new pull request, #3243: URL: https://github.com/apache/incubator-seatunnel/pull/3243 [Bug] [seatunnel-connectors-flink-kafka] When json or avro are selected for kafka schema, a ClassCastException error is reported ## Purpose of this pull request

[GitHub] [incubator-seatunnel] Z1Wu opened a new issue, #3242: [Bug] [Clickhouse-File] clickhouse-file connector-v2 generated data part name conflict

2022-10-31 Thread GitBox
Z1Wu opened a new issue, #3242: URL: https://github.com/apache/incubator-seatunnel/issues/3242 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ##

[GitHub] [incubator-seatunnel] ic4y commented on a diff in pull request #3166: [Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source & sink connnector

2022-10-31 Thread GitBox
ic4y commented on code in PR #3166: URL: https://github.com/apache/incubator-seatunnel/pull/3166#discussion_r1009113584 ## seatunnel-connectors-v2/connector-amazondynamodb/src/main/java/org/apache/seatunnel/connectors/seatunnel/amazondynamodb/sink/AmazondynamodbWriter.java: ##

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3166: [Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source & sink connnector

2022-10-31 Thread GitBox
Hisoka-X commented on code in PR #3166: URL: https://github.com/apache/incubator-seatunnel/pull/3166#discussion_r1009112945 ## seatunnel-connectors-v2/connector-amazondynamodb/src/main/java/org/apache/seatunnel/connectors/seatunnel/amazondynamodb/sink/AmazondynamodbWriter.java: ###

[GitHub] [incubator-seatunnel] Hisoka-X opened a new pull request, #3241: [Core] [Improve] Remove useless SinkWriter serializable interface

2022-10-31 Thread GitBox
Hisoka-X opened a new pull request, #3241: URL: https://github.com/apache/incubator-seatunnel/pull/3241 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary

[incubator-seatunnel] branch dev updated: [Hotfix][e2e] fix JobRestoreWhenMasterNodeSwitch method NPE (#3237)

2022-10-31 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 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 0e8351d56 [Hotfix][e2e] fix JobRestor

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3237: [Hotfix][e2e] fix JobRestoreWhenMasterNodeSwitch method NPE

2022-10-31 Thread GitBox
EricJoy2048 merged PR #3237: URL: https://github.com/apache/incubator-seatunnel/pull/3237 -- 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-unsubs

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3237: [Hotfix][e2e] fix JobRestoreWhenMasterNodeSwitch method NPE

2022-10-31 Thread GitBox
hailin0 commented on PR #3237: URL: https://github.com/apache/incubator-seatunnel/pull/3237#issuecomment-1296692163 LGTM -- 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