[GitHub] [inlong] fuweng11 opened a new pull request, #8089: [INLONG-8088][Manager] Support configure heartbeat timeout interval

2023-05-25 Thread via GitHub
fuweng11 opened a new pull request, #8089: URL: https://github.com/apache/inlong/pull/8089 ### Prepare a Pull Request - Fixes #8088 ### Motivation Support configure heartbeat timeout interval. ### Modifications Support configure heartbeat timeout interval.

[GitHub] [inlong] vernedeng opened a new pull request, #8090: [INLONG-8087] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
vernedeng opened a new pull request, #8090: URL: https://github.com/apache/inlong/pull/8090 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be replac

[GitHub] [inlong] dockerzhang merged pull request #8086: [INLONG-8042][CI] Update the CI workflow to avoid the network being unreachable

2023-05-25 Thread via GitHub
dockerzhang merged PR #8086: URL: https://github.com/apache/inlong/pull/8086 -- 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...@inlong.

[inlong] branch master updated (e620e845d -> 94a98be87)

2023-05-25 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from e620e845d [INLONG-8078][Dashboard] Fix the Source and sink list pagination does not work (#8079) add 94a98b

[GitHub] [inlong] dockerzhang commented on pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
dockerzhang commented on PR #8090: URL: https://github.com/apache/inlong/pull/8090#issuecomment-1562427106 please update the `changes-1.8.0.sql` at the same time. -- 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] [inlong] dockerzhang merged pull request #8075: [INLONG-8068][Manager] Support repeatable read for http request

2023-05-25 Thread via GitHub
dockerzhang merged PR #8075: URL: https://github.com/apache/inlong/pull/8075 -- 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...@inlong.

[inlong] branch master updated: [INLONG-8068][Manager] Support repeatable read for http request (#8075)

2023-05-25 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/master by this push: new 2da89aa15 [INLONG-8068][Manager] Support re

[GitHub] [inlong] vernedeng commented on a diff in pull request #8081: [INLONG-8080][Manager] Fix the total parameter found on the page is different from the actual value

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8081: URL: https://github.com/apache/inlong/pull/8081#discussion_r1205192011 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/StreamSinkServiceImpl.java: ## @@ -322,9 +323,11 @@ public PageResult listByCon

[GitHub] [inlong] vernedeng commented on a diff in pull request #8081: [INLONG-8080][Manager] Fix the total parameter found on the page is different from the actual value

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8081: URL: https://github.com/apache/inlong/pull/8081#discussion_r1205204892 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/StreamSinkServiceImpl.java: ## @@ -322,9 +323,11 @@ public PageResult listByCon

[GitHub] [inlong] vernedeng commented on pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
vernedeng commented on PR #8090: URL: https://github.com/apache/inlong/pull/8090#issuecomment-1562573366 > please update the `changes-1.8.0.sql` at the same time. done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [inlong] hejiay opened a new pull request, #8095: [INLONG-7959][SORT]Dynamic schema evolution support delete,update column when multiple sink to iceberg table

2023-05-25 Thread via GitHub
hejiay opened a new pull request, #8095: URL: https://github.com/apache/inlong/pull/8095 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be replaced

[GitHub] [inlong] liaorui opened a new pull request, #8096: [INLONG-8092][Sort]Hive connector supports all database and multiple tables data transmi…

2023-05-25 Thread via GitHub
can read this field value and format it to `20230525` and write to HDFS in `hdfs:///database/table/pt=20230525` path. With `NONE` partition policy, hive connector create table without partitions. Refer to `iceberg-connector`, hive connector only supports to add

[GitHub] [inlong] healchow commented on a diff in pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
healchow commented on code in PR #8090: URL: https://github.com/apache/inlong/pull/8090#discussion_r1205470771 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongTenantEntityMapper.java: ## @@ -0,0 +1,31 @@ +/* + * Licensed to the Apache Softw

[GitHub] [inlong] healchow commented on a diff in pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
healchow commented on code in PR #8090: URL: https://github.com/apache/inlong/pull/8090#discussion_r1205472115 ## inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql: ## @@ -791,5 +791,29 @@ VALUES ('audit_sdk_collect', 'SDK', 0, '1'), ('audit_sor

[GitHub] [inlong] healchow commented on a diff in pull request #8089: [INLONG-8088][Manager] Support configure heartbeat timeout interval

2023-05-25 Thread via GitHub
healchow commented on code in PR #8089: URL: https://github.com/apache/inlong/pull/8089#discussion_r1205474316 ## inlong-manager/manager-web/src/main/resources/application-dev.properties: ## @@ -86,6 +86,9 @@ data.cleansing.batchSize=100 # Whether to use ZooKeeper to manage the

[GitHub] [inlong] fuweng11 commented on a diff in pull request #8089: [INLONG-8088][Manager] Support configure heartbeat timeout interval

2023-05-25 Thread via GitHub
fuweng11 commented on code in PR #8089: URL: https://github.com/apache/inlong/pull/8089#discussion_r1205483068 ## inlong-manager/manager-web/src/main/resources/application-dev.properties: ## @@ -86,6 +86,9 @@ data.cleansing.batchSize=100 # Whether to use ZooKeeper to manage the

[GitHub] [inlong] vernedeng commented on a diff in pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8090: URL: https://github.com/apache/inlong/pull/8090#discussion_r1205747104 ## inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql: ## @@ -791,5 +791,29 @@ VALUES ('audit_sdk_collect', 'SDK', 0, '1'), ('audit_so

[GitHub] [inlong] vernedeng commented on a diff in pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8090: URL: https://github.com/apache/inlong/pull/8090#discussion_r1205751988 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongTenantEntityMapper.java: ## @@ -0,0 +1,31 @@ +/* + * Licensed to the Apache Soft

[GitHub] [inlong] vernedeng opened a new pull request, #8097: [INLONG-8093][Manager] Add inlong tenant related APIs

2023-05-25 Thread via GitHub
vernedeng opened a new pull request, #8097: URL: https://github.com/apache/inlong/pull/8097 ### Prepare a Pull Request - Fixes #8093 ### Motivation *Explain here the context, and why you're making that change. What is the problem you're trying to solve?* ### Modificat

[GitHub] [inlong] fuweng11 commented on a diff in pull request #8097: [INLONG-8093][Manager] Add inlong tenant related APIs

2023-05-25 Thread via GitHub
fuweng11 commented on code in PR #8097: URL: https://github.com/apache/inlong/pull/8097#discussion_r1206138379 ## inlong-manager/manager-dao/src/main/resources/mappers/InlongTenantEntityMapper.xml: ## @@ -0,0 +1,151 @@ + + + +http://mybatis.org/dtd/mybatis-3-mapper.dtd";> + +

[GitHub] [inlong] dockerzhang merged pull request #8081: [INLONG-8080][Manager] Fix the total parameter found on the page is different from the actual value

2023-05-25 Thread via GitHub
dockerzhang merged PR #8081: URL: https://github.com/apache/inlong/pull/8081 -- 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...@inlong.

[inlong] branch master updated (2da89aa15 -> 954361733)

2023-05-25 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 2da89aa15 [INLONG-8068][Manager] Support repeatable read for http request (#8075) add 954361733 [INLONG-808

[GitHub] [inlong] vernedeng commented on a diff in pull request #8097: [INLONG-8093][Manager] Add inlong tenant related APIs

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8097: URL: https://github.com/apache/inlong/pull/8097#discussion_r1206156863 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/tenant/InlongTenantServiceImpl.java: ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apac

[GitHub] [inlong] vernedeng commented on a diff in pull request #8097: [INLONG-8093][Manager] Add inlong tenant related APIs

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8097: URL: https://github.com/apache/inlong/pull/8097#discussion_r1206156863 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/tenant/InlongTenantServiceImpl.java: ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apac

[GitHub] [inlong] vernedeng commented on a diff in pull request #8089: [INLONG-8088][Manager] Support configure heartbeat timeout interval

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8089: URL: https://github.com/apache/inlong/pull/8089#discussion_r1206158061 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/heartbeat/HeartbeatManager.java: ## @@ -106,7 +110,7 @@ public void init() {

[GitHub] [inlong] dockerzhang commented on a diff in pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
dockerzhang commented on code in PR #8090: URL: https://github.com/apache/inlong/pull/8090#discussion_r1206160454 ## inlong-manager/manager-web/sql/changes-1.8.0.sql: ## @@ -25,3 +25,22 @@ USE `apache_inlong_manager`; ALTER TABLE inlong_group CHANGE lightweight inlong_gr

[GitHub] [inlong] vernedeng commented on a diff in pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
vernedeng commented on code in PR #8090: URL: https://github.com/apache/inlong/pull/8090#discussion_r1206162470 ## inlong-manager/manager-web/sql/changes-1.8.0.sql: ## @@ -25,3 +25,22 @@ USE `apache_inlong_manager`; ALTER TABLE inlong_group CHANGE lightweight inlong_grou

[GitHub] [inlong] dockerzhang commented on pull request #8095: [INLONG-7959][Sort] Dynamic schema evolution support delete and update columns when sink to Iceberg

2023-05-25 Thread via GitHub
dockerzhang commented on PR #8095: URL: https://github.com/apache/inlong/pull/8095#issuecomment-1563727579 @hejiay thanks for your contribution, there is a file missing the license header, you could execute `mvn spotless:apply` to fix it. -- This is an automated message from the Apache Gi

[GitHub] [inlong] hejiay commented on pull request #8095: [INLONG-7959][Sort] Dynamic schema evolution support delete and update columns when sink to Iceberg

2023-05-25 Thread via GitHub
hejiay commented on PR #8095: URL: https://github.com/apache/inlong/pull/8095#issuecomment-1563737733 @dockerzhang please check again -- 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

[GitHub] [inlong] dockerzhang merged pull request #8089: [INLONG-8088][Manager] Support configure heartbeat timeout interval

2023-05-25 Thread via GitHub
dockerzhang merged PR #8089: URL: https://github.com/apache/inlong/pull/8089 -- 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...@inlong.

[inlong] branch master updated (954361733 -> 9d66ab2ac)

2023-05-25 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 954361733 [INLONG-8080][Manager] Fix the total parameter found on the page is different from the actual value (#

[GitHub] [inlong] github-code-scanning[bot] commented on a diff in pull request #8096: [INLONG-8092][Sort] Support all database and multiple tables transmission for Hive

2023-05-25 Thread via GitHub
github-code-scanning[bot] commented on code in PR #8096: URL: https://github.com/apache/inlong/pull/8096#discussion_r1206189684 ## inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/src/main/java/org/apache/inlong/sort/hive/filesystem/HadoopPathBasedPartFileWriter.java: ##

[GitHub] [inlong] dockerzhang merged pull request #8090: [INLONG-8087][Manager] Add definition of Inlong tenant table

2023-05-25 Thread via GitHub
dockerzhang merged PR #8090: URL: https://github.com/apache/inlong/pull/8090 -- 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...@inlong.

[inlong] branch master updated (9d66ab2ac -> e4acb035f)

2023-05-25 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 9d66ab2ac [INLONG-8088][Manager] Support configure heartbeat timeout interval (#8089) add e4acb035f [INLONG

[GitHub] [inlong] vernedeng closed pull request #5873: [INLONG-5839][Sort] Add SortStandalone option in start script

2023-05-25 Thread via GitHub
vernedeng closed pull request #5873: [INLONG-5839][Sort] Add SortStandalone option in start script URL: https://github.com/apache/inlong/pull/5873 -- 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] [inlong] liaorui commented on a diff in pull request #8096: [INLONG-8092][Sort] Support all database and multiple tables transmission for Hive

2023-05-25 Thread via GitHub
liaorui commented on code in PR #8096: URL: https://github.com/apache/inlong/pull/8096#discussion_r1206201379 ## inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/src/main/java/org/apache/inlong/sort/hive/filesystem/HadoopPathBasedPartFileWriter.java: ## @@ -0,0 +1,78

[GitHub] [inlong-website] hnrainll opened a new issue, #762: [Bug][Doc]

2023-05-25 Thread via GitHub
hnrainll opened a new issue, #762: URL: https://github.com/apache/inlong-website/issues/762 ### What happened In the link https://inlong.apache.org/zh-CN/docs/modules/manager/quick_start/ the **Connector Binary file** is located at https://inlong.apache.org/download/main, but the pa

[GitHub] [inlong-website] hnrainll opened a new pull request, #763: [INLONG-762][Doc] Connector Binary file link address error

2023-05-25 Thread via GitHub
hnrainll opened a new pull request, #763: URL: https://github.com/apache/inlong-website/pull/763 ### Prepare a Pull Request - Fixes #762 ### Motivation Hopefully it will jump to the correct address ### Modifications Change https://inlong.apache.org/download

[GitHub] [inlong] dockerzhang merged pull request #8097: [INLONG-8093][Manager] Add inlong tenant related APIs

2023-05-25 Thread via GitHub
dockerzhang merged PR #8097: URL: https://github.com/apache/inlong/pull/8097 -- 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...@inlong.

[inlong] branch master updated (e4acb035f -> d2c900805)

2023-05-25 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from e4acb035f [INLONG-8087][Manager] Add definition of Inlong tenant table (#8090) add d2c900805 [INLONG-8093][

[GitHub] [inlong-website] dockerzhang commented on a diff in pull request #763: [INLONG-762][Doc] Connector Binary file link address error

2023-05-25 Thread via GitHub
dockerzhang commented on code in PR #763: URL: https://github.com/apache/inlong-website/pull/763#discussion_r1206274958 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/manager/quick_start.md: ## @@ -15,7 +15,7 @@ sidebar_position: 2 ``` ## 添加依赖 -- 下载 Sort [Con

[GitHub] [inlong-website] hnrainll commented on a diff in pull request #763: [INLONG-762][Doc] Connector Binary file link address error

2023-05-25 Thread via GitHub
hnrainll commented on code in PR #763: URL: https://github.com/apache/inlong-website/pull/763#discussion_r1206288737 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/manager/quick_start.md: ## @@ -15,7 +15,7 @@ sidebar_position: 2 ``` ## 添加依赖 -- 下载 Sort [Connec

[GitHub] [inlong-website] hnrainll commented on a diff in pull request #763: [INLONG-762][Doc] Connector Binary file link address error

2023-05-25 Thread via GitHub
hnrainll commented on code in PR #763: URL: https://github.com/apache/inlong-website/pull/763#discussion_r1206289675 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/manager/quick_start.md: ## @@ -15,7 +15,7 @@ sidebar_position: 2 ``` ## 添加依赖 -- 下载 Sort [Connec