[PR] [typo] typo the hint of savemode execution location [seatunnel]

2024-07-03 Thread via GitHub
liunaijie opened a new pull request, #7100: URL: https://github.com/apache/seatunnel/pull/7100 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list *

Re: [PR] [typo] typo the hint of savemode execution location [seatunnel]

2024-07-03 Thread via GitHub
liunaijie commented on PR #7100: URL: https://github.com/apache/seatunnel/pull/7100#issuecomment-2205248787 cc @Hisoka-X -- 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

Re: [PR] [Feature][Zeta] Add Master and Worker split mode deployment [seatunnel]

2024-07-03 Thread via GitHub
EricJoy2048 commented on PR #6947: URL: https://github.com/apache/seatunnel/pull/6947#issuecomment-2205449817 @Hisoka-X @dailai @hailin0 The `KubernetesIT` have some error, but it seems is not cased by this pull request. -- This is an automated message from the Apache Git Service. To r

Re: [PR] [Doc] correct the document [seatunnel]

2024-07-03 Thread via GitHub
EricJoy2048 merged PR #7099: URL: https://github.com/apache/seatunnel/pull/7099 -- 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...@seat

(seatunnel) branch dev updated (9c273fc1e2 -> e3d257286c)

2024-07-03 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/seatunnel.git from 9c273fc1e2 [Feature] [Github CI] connector-kafka-e2e , connector-rocketmq-e2e module runs repeatedly #7090 (#7091

Re: [PR] [typo] typo the hint of savemode execution location [seatunnel]

2024-07-03 Thread via GitHub
EricJoy2048 merged PR #7100: URL: https://github.com/apache/seatunnel/pull/7100 -- 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...@seat

(seatunnel) branch dev updated (e3d257286c -> 25c4ddb124)

2024-07-03 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/seatunnel.git from e3d257286c [Doc] correct the document (#7099) add 25c4ddb124 typo (#7100) No new revisions were added by thi

(seatunnel) branch dev updated: [Feature][connector][kafka] Support read Maxwell format message from kafka #4415 (#4428)

2024-07-03 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/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 4281b867ac [Feature][connector][kafka] Support

Re: [PR] [Feature][connector][kafka] Support read Maxwell format message from kafka #4415 [seatunnel]

2024-07-03 Thread via GitHub
EricJoy2048 merged PR #4428: URL: https://github.com/apache/seatunnel/pull/4428 -- 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...@seat

[PR] [CI][Test] Fix engine-k8s-it failed [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X opened a new pull request, #7101: URL: https://github.com/apache/seatunnel/pull/7101 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-03 Thread via GitHub
a11dev commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2205847226 Hi Jia, sorry if I'm disturbing you! I hope you could help me. from docs sink jars must be put into lib folder in case of zeta engine. Mine configuration is like this

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2205858564 Please share your seatunnel directory structure. By default, you don't need to modify the path of the jar package. You only need to put the mysql driver jar in the lib directory.

Re: [PR] [Feature][Zeta] Add Master and Worker split mode deployment [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X commented on PR #6947: URL: https://github.com/apache/seatunnel/pull/6947#issuecomment-2205923537 > @Hisoka-X @dailai @hailin0 The `KubernetesIT` have some error, but it seems is not cased by this pull request. how about disabled `ClusterFaultToleranceIT::testStreamJobRestor

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-03 Thread via GitHub
a11dev commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2205935959 Thanks for your reply, I'm using a standard folder structure and the basic example "fake+console" is working fine. Adding jdbc is causing some issue. below the folder

Re: [PR] [Feature][Connector-V2] [Hudi]Add hudi sink connector [seatunnel]

2024-07-03 Thread via GitHub
EricJoy2048 commented on code in PR #4405: URL: https://github.com/apache/seatunnel/pull/4405#discussion_r1664062138 ## docs/en/connector-v2/sink/Hudi.md: ## @@ -0,0 +1,97 @@ +# Hudi + +> Hudi sink connector + +## Description + +Used to write data to Hudi. + +## Key features + +

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2205956631 oh, you should execute `install-plugin.sh` before use jdbc connector. You can refer https://seatunnel.apache.org/docs/2.3.5/start-v2/locally/deployment#step-3-install-connectors-p

Re: [PR] [Improve][Redis] Redis reader use scan cammnd instead of keys, single mode reader/writer support batch [seatunnel]

2024-07-03 Thread via GitHub
hailin0 merged PR #7087: URL: https://github.com/apache/seatunnel/pull/7087 -- 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...@seatunne

Re: [I] [Improve][Connector-V2][Redis]using scan relpace keys operation command [seatunnel]

2024-07-03 Thread via GitHub
hailin0 closed issue #7030: [Improve][Connector-V2][Redis]using scan relpace keys operation command URL: https://github.com/apache/seatunnel/issues/7030 -- 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

(seatunnel) branch dev updated: [Improve][Redis] Redis reader use scan cammnd instead of keys, single mode reader/writer support batch (#7087)

2024-07-03 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new be37f05c07 [Improve][Redis] Redis reader use sc

Re: [I] [Feature][Redis]Sink support batch write [seatunnel]

2024-07-03 Thread via GitHub
hailin0 closed issue #7085: [Feature][Redis]Sink support batch write URL: https://github.com/apache/seatunnel/issues/7085 -- 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 uns

Re: [PR] [Improve][E2E][Doris] Add no schema test case for connector-doris-e2e [seatunnel]

2024-07-03 Thread via GitHub
hailin0 merged PR #7076: URL: https://github.com/apache/seatunnel/pull/7076 -- 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...@seatunne

(seatunnel) branch dev updated: [Improve][E2E][Doris] Add no schema test case for connector-doris-e2e (#7076)

2024-07-03 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new d374e0ff31 [Improve][E2E][Doris] Add no schema

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-03 Thread via GitHub
a11dev commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2206529642 thanks for the feedback, I'm working "offline" by the way checking pom file I was able to identify all references and install it manually. Alessandro Il giorno

Re: [I] [Bug] [Hive Connector] Hive Connector Kerberos auto Failed [seatunnel]

2024-07-03 Thread via GitHub
github-actions[bot] commented on issue #6935: URL: https://github.com/apache/seatunnel/issues/6935#issuecomment-2207642591 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 occurs.

Re: [I] How to set the master node in seatunnel2.3.3 cluster deployment? [seatunnel]

2024-07-03 Thread via GitHub
github-actions[bot] commented on issue #6933: URL: https://github.com/apache/seatunnel/issues/6933#issuecomment-2207642668 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 occurs.

Re: [I] Sea Tunnel Issue: Ability to Call Stored Procedure and Move Data to Target with JDBC Source Configuration [seatunnel]

2024-07-03 Thread via GitHub
github-actions[bot] commented on issue #6912: URL: https://github.com/apache/seatunnel/issues/6912#issuecomment-2207642930 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is a

Re: [I] Sea Tunnel Issue: Ability to Call Stored Procedure and Move Data to Target with JDBC Source Configuration [seatunnel]

2024-07-03 Thread via GitHub
github-actions[bot] closed issue #6912: Sea Tunnel Issue: Ability to Call Stored Procedure and Move Data to Target with JDBC Source Configuration URL: https://github.com/apache/seatunnel/issues/6912 -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] [Bug] [seatunnel-engine-storage] map and checkpoint Writing HDFS Kerberos tickets with automatic 24-hour expiration [seatunnel]

2024-07-03 Thread via GitHub
weipengfei-sj opened a new issue, #7102: URL: https://github.com/apache/seatunnel/issues/7102 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happ

[I] [Bug] [Core] JobEventHttpReportHandler is invalid [seatunnel]

2024-07-03 Thread via GitHub
Asura7969 opened a new issue, #7103: URL: https://github.com/apache/seatunnel/issues/7103 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [I] [Bug] [Core] JobEventHttpReportHandler is invalid [seatunnel]

2024-07-03 Thread via GitHub
Asura7969 commented on issue #7103: URL: https://github.com/apache/seatunnel/issues/7103#issuecomment-2207830035 @hailin0 Do you have time to look at it? -- 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

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2207870558 you can use source code to build binary package. This way more easier to get all connector jar. Just run `mvn clean package -DskipTests` in source code, then get binary package in

Re: [PR] [Feature][Connector-V2][Milvus] Support Milvus source & sink [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X commented on PR #7060: URL: https://github.com/apache/seatunnel/pull/7060#issuecomment-2207883991 > Seem like the `engine-k8s-it` failed reason not related with this PR. Never mind. Fixed by #7101 -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [Bug] [Elasticsearch]Configuration Bug [seatunnel]

2024-07-03 Thread via GitHub
Wudadada commented on issue #7094: URL: https://github.com/apache/seatunnel/issues/7094#issuecomment-2207959502 Sorry, I mistakenly thought the two configuration sources were the same, but they do look quite similar and can be easily confused. -- This is an automated message from the Apac

Re: [I] [Bug] [Elasticsearch]Configuration Bug [seatunnel]

2024-07-03 Thread via GitHub
Wudadada closed issue #7094: [Bug] [Elasticsearch]Configuration Bug URL: https://github.com/apache/seatunnel/issues/7094 -- 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 unsu

[PR] [Improve] Fix `plugin_config` [seatunnel]

2024-07-03 Thread via GitHub
hailin0 opened a new pull request, #7104: URL: https://github.com/apache/seatunnel/pull/7104 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [

[I] [Bug] [java.lang.AbstractMethodError] org.apache.thrift.transport.TTransport.checkReadBytesAvailable(J)V [seatunnel]

2024-07-03 Thread via GitHub
laixueyong opened a new issue, #7105: URL: https://github.com/apache/seatunnel/issues/7105 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happene

Re: [PR] [Docs][connector-sink] add Docs connector v2 sink [seatunnel]

2024-07-03 Thread via GitHub
Hisoka-X commented on PR #7097: URL: https://github.com/apache/seatunnel/pull/7097#issuecomment-2208232105 cc @zhilinli123 as well. -- 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