Re: [PR] [WIP][Improve][e2e][connector-file-hadoop] Add connector-file-hadoop e2e [seatunnel]

2023-12-14 Thread via GitHub
hailin0 commented on PR #6012: URL: https://github.com/apache/seatunnel/pull/6012#issuecomment-1857398600 config yors hadoop server hostname? -- 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

Re: [PR] [WIP][Improve][e2e][connector-file-hadoop] Add connector-file-hadoop e2e [seatunnel]

2023-12-14 Thread via GitHub
hailin0 commented on PR #6012: URL: https://github.com/apache/seatunnel/pull/6012#issuecomment-1857387234 It seems that hadoop is not accessible via 127.0.0.1:50010 in the flink container -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] [Bug] [SqlServer][Doris] Writing monitoring data from sqlserverCDC to Doris will add an additional column [seatunnel]

2023-12-14 Thread via GitHub
moonshineyou commented on issue #5942: URL: https://github.com/apache/seatunnel/issues/5942#issuecomment-1857299373 > `transform { Sql { source_table_name = "ts1" result_table_name = "tsr1" query = "select concat_ws(';',id,temp,dt) as d from ts1" } } ` 你好@moonshineyou为什么这里需要提前拼接,不能使用“select

Re: [PR] [WIP][Improve][e2e][connector-file-hadoop] Add connector-file-hadoop e2e [seatunnel]

2023-12-14 Thread via GitHub
dengd1937 commented on PR #6012: URL: https://github.com/apache/seatunnel/pull/6012#issuecomment-1857193204 @hailin0 @TyrantLucifer I have submitted draft pr, please help me check the details. The detailed error information is as follows ![image](https://github.com/apache/seatunnel/asset

[PR] [WIP][Improve][e2e][connector-file-hadoop] Add connector-file-hadoop e2e [seatunnel]

2023-12-14 Thread via GitHub
dengd1937 opened a new pull request, #6012: URL: https://github.com/apache/seatunnel/pull/6012 ### Purpose of this pull request Add connectort-file-hadoop e2e code ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested?

Re: [I] [Bug] [Seatunnel Web; S3 File] S3 file does not render all the required options in the UI [seatunnel]

2023-12-14 Thread via GitHub
raheen1 commented on issue #5961: URL: https://github.com/apache/seatunnel/issues/5961#issuecomment-1857179237 @Carl-Zhou-CN do you have information on this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] [Bug] jdbc to jdbc数据同步任务卡住&数据量与日志打印不符(2.3.2版本正常) [seatunnel]

2023-12-14 Thread via GitHub
github-actions[bot] commented on issue #5806: URL: https://github.com/apache/seatunnel/issues/5806#issuecomment-1857075156 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] [Bug] [mysql-cdc] mysql cdc 任务提交异常退出不会自动断开连接 [seatunnel]

2023-12-14 Thread via GitHub
github-actions[bot] commented on issue #5817: URL: https://github.com/apache/seatunnel/issues/5817#issuecomment-1857075129 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] [Improve][E2E] Change log level to WARN in e2e [seatunnel]

2023-12-14 Thread via GitHub
github-actions[bot] commented on issue #5842: URL: https://github.com/apache/seatunnel/issues/5842#issuecomment-1857075013 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] [Bug] [Source Http] HTTP Source raise SocketTimeoutException Read timed out [seatunnel]

2023-12-14 Thread via GitHub
github-actions[bot] closed issue #5804: [Bug] [Source Http] HTTP Source raise SocketTimeoutException Read timed out URL: https://github.com/apache/seatunnel/issues/5804 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [Bug] [Source Http] HTTP Source raise SocketTimeoutException Read timed out [seatunnel]

2023-12-14 Thread via GitHub
github-actions[bot] commented on issue #5804: URL: https://github.com/apache/seatunnel/issues/5804#issuecomment-1857075201 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] [Feature][Translation] support dbt [seatunnel]

2023-12-14 Thread via GitHub
github-actions[bot] commented on issue #5834: URL: https://github.com/apache/seatunnel/issues/5834#issuecomment-1857075070 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.

[I] [Bug] [Module Name] Bug title [seatunnel]

2023-12-14 Thread via GitHub
GoodNight830 opened a new issue, #6011: URL: https://github.com/apache/seatunnel/issues/6011 ### 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 happe

[PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-14 Thread via GitHub
EricJoy2048 opened a new pull request, #6010: URL: https://github.com/apache/seatunnel/pull/6010 ### Purpose of this pull request 1. Improve jar dependency of oss file connector. 2. Improve oss connector document. ### Does this PR introduce _any_ user-facing change?

Re: [I] 是否可以提供Rest Api或者Java API 来完成配置文件内容提交以及任务执行? [seatunnel]

2023-12-14 Thread via GitHub
liugddx closed issue #654: 是否可以提供Rest Api或者Java API 来完成配置文件内容提交以及任务执行? URL: https://github.com/apache/seatunnel/issues/654 -- 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 un

Re: [I] [Feature][Zeta][REST-API] Get all completed jobs information. [seatunnel]

2023-12-14 Thread via GitHub
liugddx closed issue #4145: [Feature][Zeta][REST-API] Get all completed jobs information. URL: https://github.com/apache/seatunnel/issues/4145 -- 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 spe

Re: [I] [Feature][Zeta][REST-API] Get all completed jobs information. [seatunnel]

2023-12-14 Thread via GitHub
liugddx commented on issue #4145: URL: https://github.com/apache/seatunnel/issues/4145#issuecomment-1855600191 #5949 -- 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][Connector-V2]Improve file scan [seatunnel]

2023-12-14 Thread via GitHub
hellof3 opened a new pull request, #6009: URL: https://github.com/apache/seatunnel/pull/6009 ### Purpose of this pull request Improving performance during file scanning can significantly reduce the time taken to scan partition table files ### Does this PR introduce _any_ us

Re: [I] 启动报错 [seatunnel]

2023-12-14 Thread via GitHub
yanhan-chan commented on issue #5958: URL: https://github.com/apache/seatunnel/issues/5958#issuecomment-1855386408 > The key word "echo" just show you the entire command to judge if there are some error with command param,it doesn't help to run the code.Actually I find another way to run th

Re: [I] 启动报错 [seatunnel]

2023-12-14 Thread via GitHub
jyh129143 commented on issue #5958: URL: https://github.com/apache/seatunnel/issues/5958#issuecomment-1855379380 The key word "echo" just show you the entire command to judge if there are some error with command param,it doesn't help to run the code.Actually I find another way to run the pr