[GitHub] [inlong] leezng opened a new pull request, #6512: [INLONG-6511][Dashboard] The Select/AutoComplete component in EditableTable will mistakenly change the value and cause re-rendering

2022-11-11 Thread GitBox


leezng opened a new pull request, #6512:
URL: https://github.com/apache/inlong/pull/6512

   - Fixes #6511


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong] dockerzhang opened a new pull request, #6513: [INLONG-6510][Docker] Exclude ck sql file for docker audit

2022-11-11 Thread GitBox


dockerzhang opened a new pull request, #6513:
URL: https://github.com/apache/inlong/pull/6513

   ### 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 by the actual [GitHub 
Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes #6510
   
   ### Motivation
   
   *Explain here the context, and why you're making that change. What is the 
problem you're trying to solve?*
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   *(Please pick either of the following options)*
   
   - [ ] This change is a trivial rework/code cleanup without any test coverage.
   
   - [ ] This change is already covered by existing tests, such as:
 *(please describe tests)*
   
   - [ ] This change added tests and can be verified as follows:
   
 *(example:)*
 - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
 - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - If a feature is not applicable for documentation, explain why?
 - If a feature is not documented yet in this PR, please create a follow-up 
issue for adding the documentation
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong] healchow opened a new pull request, #6514: [INLONG-5024][Manager] Improve the delete operation of InlongGroup

2022-11-11 Thread GitBox


healchow opened a new pull request, #6514:
URL: https://github.com/apache/inlong/pull/6514

   ### Prepare a Pull Request
   
   - Fixes #5024
   
   ### Motivation
   
   Improve the delete operation of InlongGroup.
   
   ### Modifications
   
   1. Before
   
   
   ### Verifying this change
   
   - [X] This change is a trivial rework/code cleanup without any test coverage.
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (no)


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] branch fix-6475 created (now 756bba2664)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-6475
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


  at 756bba2664 [INLONG-6475][Docker] Refactor the docker-compose guide 
after add a base flink environment

This branch includes the following new commits:

 new 756bba2664 [INLONG-6475][Docker] Refactor the docker-compose guide 
after add a base flink environment

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[inlong-website] 01/01: [INLONG-6475][Docker] Refactor the docker-compose guide after add a base flink environment

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch fix-6475
in repository https://gitbox.apache.org/repos/asf/inlong-website.git

commit 756bba2664a7d23a39a775c90c8dd0ff4217fe7c
Author: dockerzhang 
AuthorDate: Fri Nov 11 16:50:13 2022 +0800

[INLONG-6475][Docker] Refactor the docker-compose guide after add a base 
flink environment
---
 docs/deployment/docker.md  |  57 ++--
 docs/deployment/img/create_cluster_tag.png | Bin 0 -> 22555 bytes
 docs/deployment/img/create_pulsar_cluster.png  | Bin 0 -> 55846 bytes
 docs/deployment/img/dp_cluster.png | Bin 50574 -> 0 bytes
 docs/deployment/img/dp_cluster_node.png| Bin 48235 -> 0 bytes
 docs/deployment/img/dp_cluster_node_save.png   | Bin 37326 -> 0 bytes
 docs/deployment/img/pulsar_cluster_save.png| Bin 34839 -> 0 bytes
 .../current/deployment/docker.md   |  59 -
 .../current/deployment/img/create_cluster_tag.png  | Bin 0 -> 23246 bytes
 .../deployment/img/create_pulsar_cluster.png   | Bin 0 -> 56981 bytes
 .../current/deployment/img/dp_cluster_cn.png   | Bin 42230 -> 0 bytes
 .../current/deployment/img/dp_cluster_node_cn.png  | Bin 50501 -> 0 bytes
 .../deployment/img/dp_cluster_node_save_cn.png | Bin 51542 -> 0 bytes
 .../deployment/img/pulsar_cluster_save_cn.png  | Bin 40501 -> 0 bytes
 14 files changed, 37 insertions(+), 79 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index b09bc08ba4..638a319f0e 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -5,67 +5,42 @@ sidebar_position: 2
 
 Deploy all InLong module by Docker Compose, it's only available for 
development. 
 
-*Notice: The default message queue is Apache Pulsar for Docker.*
+:::note
+The default message queue is [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) for Docker.
 
 ## Environment Requirements
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 - Docker Compose 1.29.2+
-- Flink 1.13.5
 
 ## Download
 You can get `apache-inlong-[version]-bin.tar.gz` from [Download 
Page](https://inlong.apache.org/download) ,or you can build the InLong refer to 
[How to Build](quick_start/how_to_build.md).
 
-## Configure
-Replace the `FLINK_HOST` and `FLINK_PORT` environment variables in 
`docker/docker-compose/docker-compose.yml` refer to the Flink cluster address.
-
 ## Deploy
-
 Start all components.
-
 ```shell
 cd docker/docker-compose
 docker-compose up -d
 ```
+### Create Cluster Tag
+Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster 
label name and person in charge:
+![](img/create_cluster_tag.png)
 
-## Register Cluster
-
-### DataProxy Cluster
-
-Open the Inlong-Dashboard page (the default is ), and select 
to add a DataProxy cluster on the [Clusters] tab:
-
-![](img/dp_cluster.png)
-
-Click the [Create] button, and fill in the cluster name, cluster label, and 
responsible person in the pop-up box to save.
-
-> Note: [Cluster Tag] is a logical concept. Tags with the same name will be 
regarded as the same cluster.
->
-> For example, the DataProxy cluster and the Pulsar cluster with the same 
cluster tag belong to the same cluster.
-
-Then add nodes to this DataProxy cluster - a DataProxy cluster can support 
adding multiple nodes:
+:::caution
+Since each component reports the ClusterTags as 'default_cluster' by default, 
do not use other names.
 
-![](img/dp_cluster_node.png)
+### Register Pulsar Cluster
+Click [Clusters]->[ClusterTags]->[Create] on the page to register Pulsar 
Cluster:
+![](img/create_pulsar_cluster.png)
 
-Just fill in the IP and port of the DataProxy node.
+:::note
+The ClusterTags selects the newly created 'default_cluster', the Pulsar 
cluster deployed by docker:
+Service URL is `pulsar://pulsar:6650`
+Admin URL is `http://pulsar:8080`
 
-![](img/dp_cluster_node_save.png)
-
-### Pulsar Cluster
-
-Similar to the above entry for adding a DataProxy cluster, the filling example 
is as follows:
-
-![](img/pulsar_cluster_save.png)
-
-## Usage
-
-After all containers run successfully, you can access `http://localhost` with 
default account:
-
-```shell
-User: admin
-Password: inlong
-```
+### Create Data Stream
+You can refer [Pulsar Example](quick_start/pulsar_example.md) to create Data 
Stream.
 
 ## Destroy
-
 ```shell
 docker-compose down
 ```
diff --git a/docs/deployment/img/create_cluster_tag.png 
b/docs/deployment/img/create_cluster_tag.png
new file mode 100644
index 00..cde903c4c1
Binary files /dev/null and b/docs/deployment/img/create_cluster_tag.png differ
diff --git a/docs/deployment/img/create_pulsar_cluster.png 
b/docs/deployment/img/create_pulsar_cluster.png
new file mode 100644
index 00..456cea0c46
Binary files /dev/null and b/docs/deployment/img/create_pulsar_cluster.png 
differ
diff --git a/docs/deployment/img/dp_cluster

[GitHub] [inlong-website] dockerzhang opened a new pull request, #593: [INLONG-6475][Docker] Refactor the docker-compose guide after add a base flink environment

2022-11-11 Thread GitBox


dockerzhang opened a new pull request, #593:
URL: https://github.com/apache/inlong-website/pull/593

   ### 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 by the actual [GitHub 
Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes #6475
   
   ### Motivation
   
   *Explain here the context, and why you're making that change. What is the 
problem you're trying to solve.*
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
 - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
 - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - If a feature is not applicable for documentation, explain why?
 - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong] dockerzhang merged pull request #6509: [INLONG-6504][Dashboard] Support stream to view execution log and execute workflow

2022-11-11 Thread GitBox


dockerzhang merged PR #6509:
URL: https://github.com/apache/inlong/pull/6509


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong] branch master updated: [INLONG-6504][Dashboard] Support stream to view execution log and execute workflow (#6509)

2022-11-11 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 cd23f5caf [INLONG-6504][Dashboard] Support stream to view execution 
log and execute workflow (#6509)
cd23f5caf is described below

commit cd23f5cafb9e13ada37b2db7727bdeea0be27952
Author: Lizhen <88174078+bluew...@users.noreply.github.com>
AuthorDate: Fri Nov 11 16:58:04 2022 +0800

[INLONG-6504][Dashboard] Support stream to view execution log and execute 
workflow (#6509)
---
 inlong-dashboard/src/locales/cn.json   |   3 +
 inlong-dashboard/src/locales/en.json   |   3 +
 .../GroupDetail/DataStream/ExecutionLogModal.tsx   | 219 +
 .../src/pages/GroupDetail/DataStream/index.tsx |  50 +
 4 files changed, 275 insertions(+)

diff --git a/inlong-dashboard/src/locales/cn.json 
b/inlong-dashboard/src/locales/cn.json
index 60f5a5af0..7be671dba 100644
--- a/inlong-dashboard/src/locales/cn.json
+++ b/inlong-dashboard/src/locales/cn.json
@@ -302,6 +302,9 @@
   "meta.Stream.Status.Pending": "配置中",
   "meta.Stream.Status.Error": "配置失败",
   "meta.Stream.Status.Success": "配置成功",
+  "meta.Stream.ExecuteWorkflow": "执行工作流",
+  "meta.Stream.ExecuteConfirm": "确认执行工作流吗?",
+  "meta.Stream.ExecuteSuccess": "执行成功",
   "meta.Consume.ConsumerGroupName": "消费组名称",
   "meta.Consume.ConsumerGroupNameRules": "只能包含小写字母、数字、中划线、下划线",
   "meta.Consume.TopicName": "Topic名称",
diff --git a/inlong-dashboard/src/locales/en.json 
b/inlong-dashboard/src/locales/en.json
index fffa3bb68..cc17fd9f9 100644
--- a/inlong-dashboard/src/locales/en.json
+++ b/inlong-dashboard/src/locales/en.json
@@ -302,6 +302,9 @@
   "meta.Stream.Status.Pending": "Pending",
   "meta.Stream.Status.Error": "Error",
   "meta.Stream.Status.Success": "Success",
+  "meta.Stream.ExecuteWorkflow": "ExecuteWorkflow",
+  "meta.Stream.ExecuteConfirm": "Are you sure to execute the workflow?",
+  "meta.Stream.ExecuteSuccess": "Execution Success",
   "meta.Consume.ConsumerGroupName": "Consumer Group Name",
   "meta.Consume.TopicName": "Topic Name",
   "meta.Consume.MQType": "MQ Type",
diff --git 
a/inlong-dashboard/src/pages/GroupDetail/DataStream/ExecutionLogModal.tsx 
b/inlong-dashboard/src/pages/GroupDetail/DataStream/ExecutionLogModal.tsx
new file mode 100644
index 0..6445135c8
--- /dev/null
+++ b/inlong-dashboard/src/pages/GroupDetail/DataStream/ExecutionLogModal.tsx
@@ -0,0 +1,219 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import React, { useCallback, useState } from 'react';
+import { Modal, message, Button, Collapse, Popover, Timeline, Pagination, 
Empty } from 'antd';
+import { ModalProps } from 'antd/es/modal';
+import HighTable from '@/components/HighTable';
+import request from '@/utils/request';
+import { useTranslation } from 'react-i18next';
+import { useRequest, useUpdateEffect } from '@/hooks';
+import { timestampFormat } from '@/utils';
+import StatusTag from '@/components/StatusTag';
+
+const { Panel } = Collapse;
+
+export interface Props extends ModalProps {
+  inlongGroupId?: string;
+  inlongStreamId: string;
+}
+
+const Comp: React.FC = ({ inlongGroupId, inlongStreamId, ...modalProps 
}) => {
+  const { t } = useTranslation();
+
+  const [options, setOptions] = useState({
+pageNum: 1,
+pageSize: 5,
+  });
+
+  const { run: getData, data } = useRequest(
+{
+  url: '/workflow/listTaskLogs',
+  params: {
+...options,
+inlongGroupId: inlongGroupId,
+inlongStreamId: inlongStreamId,
+processNames: 'CREATE_GROUP_RESOURCE,CREATE_STREAM_RESOURCE',
+taskType: 'ServiceTask',
+  },
+},
+{
+  manual: true,
+},
+  );
+
+  const onChange = useCallback((pageNum, pageSize) => {
+setOptions(prev => ({
+  ...prev,
+  pageNum,
+  pageSize,
+}));
+  }, []);
+
+  const reRun = useCallback(
+({ taskId }) => {
+  Modal.confirm({
+title: 
t('pages.GroupDashboard.ExecutionLogModal.ConfirmThatItIsRe-executed'),
+onOk: async () => {
+  await request({
+url: `/w

[inlong-website] branch fix-6475 updated (756bba2664 -> 878026ef96)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-6475
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from 756bba2664 [INLONG-6475][Docker] Refactor the docker-compose guide 
after add a base flink environment
 add 878026ef96 [INLONG-6475][Docker] Refactor the docker-compose guide 
after add a base flink environment

No new revisions were added by this update.

Summary of changes:
 docs/deployment/docker.md | 4 ++--
 .../zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



[GitHub] [inlong] dockerzhang merged pull request #6513: [INLONG-6510][Docker] Exclude ClickHouse SQL file in audit for docker mode

2022-11-11 Thread GitBox


dockerzhang merged PR #6513:
URL: https://github.com/apache/inlong/pull/6513


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong] branch master updated: [INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513)

2022-11-11 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 8eb9fb699 [INLONG-6510][Docker] Exclude ck sql file for docker audit 
(#6513)
8eb9fb699 is described below

commit 8eb9fb6991b871d9756e6847846423521fedbc6c
Author: Charles Zhang 
AuthorDate: Fri Nov 11 17:08:25 2022 +0800

[INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513)
---
 inlong-distribution/src/main/assemblies/release.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/inlong-distribution/src/main/assemblies/release.xml 
b/inlong-distribution/src/main/assemblies/release.xml
index 104180208..0cef9e1e7 100644
--- a/inlong-distribution/src/main/assemblies/release.xml
+++ b/inlong-distribution/src/main/assemblies/release.xml
@@ -174,6 +174,9 @@
 
 
../inlong-audit/audit-release/target/apache-inlong-audit-${project.version}-bin/sql
 ../docker/docker-compose/sql
+
+apache_inlong_audit_clickhouse.sql
+
 
 
 



[GitHub] [inlong] dockerzhang merged pull request #6512: [INLONG-6511][Dashboard] The Select/AutoComplete component in EditableTable will mistakenly change the value and cause re-rendering

2022-11-11 Thread GitBox


dockerzhang merged PR #6512:
URL: https://github.com/apache/inlong/pull/6512


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong] branch master updated (8eb9fb699 -> ff7955f3c)

2022-11-11 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 8eb9fb699 [INLONG-6510][Docker] Exclude ck sql file for docker audit 
(#6513)
 add ff7955f3c [INLONG-6511][Dashboard] The Select/AutoComplete component 
in EditableTable will mistakenly change the value and cause re-rendering (#6512)

No new revisions were added by this update.

Summary of changes:
 .../src/components/EditableTable/index.tsx | 22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)



[inlong] 01/05: [INLONG-6498][Dashboard] Field resolution for unified inlong group approval (#6499)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 6d2b866b7e237752cf3bbe563f67f0c257c6b1bf
Author: Daniel 
AuthorDate: Fri Nov 11 10:51:05 2022 +0800

[INLONG-6498][Dashboard] Field resolution for unified inlong group approval 
(#6499)
---
 .../src/components/FormGenerator/plugins.tsx|  5 -
 inlong-dashboard/src/locales/cn.json| 10 +-
 inlong-dashboard/src/locales/en.json| 10 +-
 .../src/pages/ProcessDetail/{Access.tsx => Group.tsx}   |  2 +-
 .../ProcessDetail/{AccessConfig.tsx => GroupConfig.tsx} | 17 ++---
 inlong-dashboard/src/pages/ProcessDetail/index.tsx  |  4 ++--
 6 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/inlong-dashboard/src/components/FormGenerator/plugins.tsx 
b/inlong-dashboard/src/components/FormGenerator/plugins.tsx
index 228c1bee9..cd01029a5 100644
--- a/inlong-dashboard/src/components/FormGenerator/plugins.tsx
+++ b/inlong-dashboard/src/components/FormGenerator/plugins.tsx
@@ -36,10 +36,13 @@ import {
 import HighSelect from '@/components/HighSelect';
 import i18n from '@/i18n';
 
-const text: React.FC> = ({ value, options }) => {
+const text: React.FC> = ({ value, options, asyncValueLabel 
}) => {
   if (dayjs.isDayjs[value]) {
 return value.format('-MM-DD HH:mm');
   }
+  if (asyncValueLabel) {
+return asyncValueLabel;
+  }
   if (Array.isArray(value) && value.every(dayjs.isDayjs)) {
 return value.map(item => item.format('-MM-DD HH:mm')).join(' ~ ');
   }
diff --git a/inlong-dashboard/src/locales/cn.json 
b/inlong-dashboard/src/locales/cn.json
index 029da9daf..60f5a5af0 100644
--- a/inlong-dashboard/src/locales/cn.json
+++ b/inlong-dashboard/src/locales/cn.json
@@ -416,11 +416,11 @@
   "pages.GroupDetail.Audit.Min": "分钟",
   "pages.GroupDetail.Audit.Hour": "小时",
   "pages.GroupDetail.Audit.Day": "天",
-  "pages.ApprovalDetail.AccessConfig.DataStorages": "数据存储",
-  "pages.ApprovalDetail.AccessConfig.ApprovalInformation": "审批信息",
-  "pages.ApprovalDetail.AccessConfig.DataFlowInformation": "数据流信息",
-  "pages.ApprovalDetail.AccessConfig.BasicInformation": "基础信息",
-  "pages.ApprovalDetail.AccessConfig.BindClusterTag": "集群标签",
+  "pages.ApprovalDetail.GroupConfig.DataStorages": "数据存储",
+  "pages.ApprovalDetail.GroupConfig.ApprovalInformation": "审批信息",
+  "pages.ApprovalDetail.GroupConfig.DataFlowInformation": "数据流信息",
+  "pages.ApprovalDetail.GroupConfig.BasicInformation": "基础信息",
+  "pages.ApprovalDetail.GroupConfig.BindClusterTag": "集群标签",
   "pages.ApprovalDetail.ConsumeConfig.ConsumerGroup": "消费组",
   "pages.ApprovalDetail.ConsumeConfig.BasicInfo": "基础信息",
   "pages.ApprovalDetail.ConsumeConfig.ApprovalInfo": "审批信息",
diff --git a/inlong-dashboard/src/locales/en.json 
b/inlong-dashboard/src/locales/en.json
index 70e2e536e..fffa3bb68 100644
--- a/inlong-dashboard/src/locales/en.json
+++ b/inlong-dashboard/src/locales/en.json
@@ -416,11 +416,11 @@
   "pages.GroupDetail.Audit.Min": "Minute",
   "pages.GroupDetail.Audit.Hour": "Hour",
   "pages.GroupDetail.Audit.Day": "Day",
-  "pages.ApprovalDetail.AccessConfig.DataStorages": "DataStorages",
-  "pages.ApprovalDetail.AccessConfig.ApprovalInformation": "Approval 
information",
-  "pages.ApprovalDetail.AccessConfig.DataFlowInformation": "Data stream 
information",
-  "pages.ApprovalDetail.AccessConfig.BasicInformation": "Basic information",
-  "pages.ApprovalDetail.AccessConfig.BindClusterTag": "Cluster tag",
+  "pages.ApprovalDetail.GroupConfig.DataStorages": "DataStorages",
+  "pages.ApprovalDetail.GroupConfig.ApprovalInformation": "Approval 
information",
+  "pages.ApprovalDetail.GroupConfig.DataFlowInformation": "Data stream 
information",
+  "pages.ApprovalDetail.GroupConfig.BasicInformation": "Basic information",
+  "pages.ApprovalDetail.GroupConfig.BindClusterTag": "Cluster tag",
   "pages.ApprovalDetail.ConsumeConfig.ConsumerGroup": "Consumer group",
   "pages.ApprovalDetail.ConsumeConfig.BasicInfo": "Basic information",
   "pages.ApprovalDetail.ConsumeConfig.ApprovalInfo": "Approval information",
diff --git a/inlong-dashboard/src/pages/ProcessDetail/Access.tsx 
b/inlong-dashboard/src/pages/ProcessDetail/Group.tsx
similarity index 97%
rename from inlong-dashboard/src/pages/ProcessDetail/Access.tsx
rename to inlong-dashboard/src/pages/ProcessDetail/Group.tsx
index b3afabeb9..700702db8 100644
--- a/inlong-dashboard/src/pages/ProcessDetail/Access.tsx
+++ b/inlong-dashboard/src/pages/ProcessDetail/Group.tsx
@@ -20,7 +20,7 @@
 import React, { useMemo, forwardRef, useImperativeHandle, useEffect } from 
'react';
 import FormGenerator, { useForm } from '@/components/FormGenerator';
 import { CommonInterface } from './common';
-import { useGroupFormContent, getFormContent } from './AccessConfig';
+import { useGroupFormContent, getFormContent } from './GroupConfig';
 
 export type Pr

[inlong] 02/05: [INLONG-6505][Manager] Support Kafka MQ in Inlong Consume (#6506)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 37ae7ef2cda534ccee000708189ea50c58b3af58
Author: haifxu 
AuthorDate: Fri Nov 11 12:08:24 2022 +0800

[INLONG-6505][Manager] Support Kafka MQ in Inlong Consume (#6506)
---
 .../pojo/consume/kafka/ConsumeKafkaDTO.java| 59 +++
 .../pojo/consume/kafka/ConsumeKafkaInfo.java   | 43 +++
 .../pojo/consume/kafka/ConsumeKafkaRequest.java| 38 ++
 .../service/consume/ConsumeKafkaOperator.java  | 88 ++
 4 files changed, 228 insertions(+)

diff --git 
a/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/kafka/ConsumeKafkaDTO.java
 
b/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/kafka/ConsumeKafkaDTO.java
new file mode 100644
index 0..4058f3093
--- /dev/null
+++ 
b/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/kafka/ConsumeKafkaDTO.java
@@ -0,0 +1,59 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.inlong.manager.pojo.consume.kafka;
+
+import io.swagger.annotations.ApiModel;
+import lombok.AllArgsConstructor;
+import lombok.Builder;
+import lombok.Data;
+import org.apache.inlong.manager.common.enums.ErrorCodeEnum;
+import org.apache.inlong.manager.common.exceptions.BusinessException;
+import org.apache.inlong.manager.common.util.CommonBeanUtils;
+import org.apache.inlong.manager.common.util.JsonUtils;
+import org.apache.inlong.manager.pojo.consume.BaseInlongConsume;
+
+import javax.validation.constraints.NotNull;
+
+/**
+ * Inlong group info of Kafka
+ */
+@Data
+@Builder
+@AllArgsConstructor
+@ApiModel("Inlong group info of Kafka")
+public class ConsumeKafkaDTO extends BaseInlongConsume {
+
+/**
+ * Get the dto instance from the request
+ */
+public static ConsumeKafkaDTO getFromRequest(ConsumeKafkaRequest request) {
+return CommonBeanUtils.copyProperties(request, ConsumeKafkaDTO::new, 
true);
+}
+
+/**
+ * Get the dto instance from the JSON string.
+ */
+public static ConsumeKafkaDTO getFromJson(@NotNull String extParams) {
+try {
+return JsonUtils.parseObject(extParams, ConsumeKafkaDTO.class);
+} catch (Exception e) {
+throw new 
BusinessException(ErrorCodeEnum.CONSUMER_INFO_INCORRECT.getMessage() + ": " + 
e.getMessage());
+}
+}
+
+}
diff --git 
a/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/kafka/ConsumeKafkaInfo.java
 
b/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/kafka/ConsumeKafkaInfo.java
new file mode 100644
index 0..1bdceef55
--- /dev/null
+++ 
b/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/kafka/ConsumeKafkaInfo.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.inlong.manager.pojo.consume.kafka;
+
+import io.swagger.annotations.ApiModel;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import org.apache.inlong.manager.common.consts.MQType;
+import org.apache.inlong.manager.common.util.CommonBeanUtils;
+import org.apache.inlong.manager.common.util.JsonTypeDefine;
+import org.apache.inlong.manager.pojo.consume.InlongConsumeInfo;
+
+/**
+ * Inlong 

[inlong] branch branch-1.4 updated (d061d9a4e -> 8c8145974)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/inlong.git


from d061d9a4e [INLONG-6487][Manager] Add API to force delete the stream 
source (#6489)
 new 6d2b866b7 [INLONG-6498][Dashboard] Field resolution for unified inlong 
group approval (#6499)
 new 37ae7ef2c [INLONG-6505][Manager] Support Kafka MQ in Inlong Consume 
(#6506)
 new 88ba6d5e3 [INLONG-6504][Dashboard] Support stream to view execution 
log and execute workflow (#6509)
 new c1b1ce47b [INLONG-6510][Docker] Exclude ck sql file for docker audit 
(#6513)
 new 8c8145974 [INLONG-6511][Dashboard] The Select/AutoComplete component 
in EditableTable will mistakenly change the value and cause re-rendering (#6512)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/components/EditableTable/index.tsx | 22 +-
 .../src/components/FormGenerator/plugins.tsx   |  5 ++-
 inlong-dashboard/src/locales/cn.json   | 13 +++---
 inlong-dashboard/src/locales/en.json   | 13 +++---
 .../DataStream}/ExecutionLogModal.tsx  |  4 +-
 .../src/pages/GroupDetail/DataStream/index.tsx | 50 ++
 .../pages/ProcessDetail/{Access.tsx => Group.tsx}  |  2 +-
 .../{AccessConfig.tsx => GroupConfig.tsx}  | 17 +++-
 inlong-dashboard/src/pages/ProcessDetail/index.tsx |  4 +-
 .../src/main/assemblies/release.xml|  3 ++
 .../ConsumeKafkaDTO.java}  | 18 
 .../ConsumeKafkaInfo.java} | 17 +++-
 .../ConsumeKafkaRequest.java}  | 12 +++---
 ...beMQOperator.java => ConsumeKafkaOperator.java} | 38 
 14 files changed, 132 insertions(+), 86 deletions(-)
 copy inlong-dashboard/src/pages/{GroupDashboard => 
GroupDetail/DataStream}/ExecutionLogModal.tsx (97%)
 rename inlong-dashboard/src/pages/ProcessDetail/{Access.tsx => Group.tsx} (97%)
 rename inlong-dashboard/src/pages/ProcessDetail/{AccessConfig.tsx => 
GroupConfig.tsx} (86%)
 copy 
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/{tubemq/ConsumeTubeMQDTO.java
 => kafka/ConsumeKafkaDTO.java} (75%)
 copy 
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/{tubemq/ConsumeTubeMQInfo.java
 => kafka/ConsumeKafkaInfo.java} (77%)
 copy 
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/consume/{tubemq/ConsumeTubeMQRequest.java
 => kafka/ConsumeKafkaRequest.java} (82%)
 copy 
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/consume/{ConsumeTubeMQOperator.java
 => ConsumeKafkaOperator.java} (69%)



[inlong] 04/05: [INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit c1b1ce47bd70fcd9745e6fa45059ddd8d9c46559
Author: Charles Zhang 
AuthorDate: Fri Nov 11 17:08:25 2022 +0800

[INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513)
---
 inlong-distribution/src/main/assemblies/release.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/inlong-distribution/src/main/assemblies/release.xml 
b/inlong-distribution/src/main/assemblies/release.xml
index 104180208..0cef9e1e7 100644
--- a/inlong-distribution/src/main/assemblies/release.xml
+++ b/inlong-distribution/src/main/assemblies/release.xml
@@ -174,6 +174,9 @@
 
 
../inlong-audit/audit-release/target/apache-inlong-audit-${project.version}-bin/sql
 ../docker/docker-compose/sql
+
+apache_inlong_audit_clickhouse.sql
+
 
 
 



[inlong] 03/05: [INLONG-6504][Dashboard] Support stream to view execution log and execute workflow (#6509)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 88ba6d5e3e1ff58c05684144c5ab23b1beb65779
Author: Lizhen <88174078+bluew...@users.noreply.github.com>
AuthorDate: Fri Nov 11 16:58:04 2022 +0800

[INLONG-6504][Dashboard] Support stream to view execution log and execute 
workflow (#6509)
---
 inlong-dashboard/src/locales/cn.json   |   3 +
 inlong-dashboard/src/locales/en.json   |   3 +
 .../GroupDetail/DataStream/ExecutionLogModal.tsx   | 219 +
 .../src/pages/GroupDetail/DataStream/index.tsx |  50 +
 4 files changed, 275 insertions(+)

diff --git a/inlong-dashboard/src/locales/cn.json 
b/inlong-dashboard/src/locales/cn.json
index 60f5a5af0..7be671dba 100644
--- a/inlong-dashboard/src/locales/cn.json
+++ b/inlong-dashboard/src/locales/cn.json
@@ -302,6 +302,9 @@
   "meta.Stream.Status.Pending": "配置中",
   "meta.Stream.Status.Error": "配置失败",
   "meta.Stream.Status.Success": "配置成功",
+  "meta.Stream.ExecuteWorkflow": "执行工作流",
+  "meta.Stream.ExecuteConfirm": "确认执行工作流吗?",
+  "meta.Stream.ExecuteSuccess": "执行成功",
   "meta.Consume.ConsumerGroupName": "消费组名称",
   "meta.Consume.ConsumerGroupNameRules": "只能包含小写字母、数字、中划线、下划线",
   "meta.Consume.TopicName": "Topic名称",
diff --git a/inlong-dashboard/src/locales/en.json 
b/inlong-dashboard/src/locales/en.json
index fffa3bb68..cc17fd9f9 100644
--- a/inlong-dashboard/src/locales/en.json
+++ b/inlong-dashboard/src/locales/en.json
@@ -302,6 +302,9 @@
   "meta.Stream.Status.Pending": "Pending",
   "meta.Stream.Status.Error": "Error",
   "meta.Stream.Status.Success": "Success",
+  "meta.Stream.ExecuteWorkflow": "ExecuteWorkflow",
+  "meta.Stream.ExecuteConfirm": "Are you sure to execute the workflow?",
+  "meta.Stream.ExecuteSuccess": "Execution Success",
   "meta.Consume.ConsumerGroupName": "Consumer Group Name",
   "meta.Consume.TopicName": "Topic Name",
   "meta.Consume.MQType": "MQ Type",
diff --git 
a/inlong-dashboard/src/pages/GroupDetail/DataStream/ExecutionLogModal.tsx 
b/inlong-dashboard/src/pages/GroupDetail/DataStream/ExecutionLogModal.tsx
new file mode 100644
index 0..6445135c8
--- /dev/null
+++ b/inlong-dashboard/src/pages/GroupDetail/DataStream/ExecutionLogModal.tsx
@@ -0,0 +1,219 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import React, { useCallback, useState } from 'react';
+import { Modal, message, Button, Collapse, Popover, Timeline, Pagination, 
Empty } from 'antd';
+import { ModalProps } from 'antd/es/modal';
+import HighTable from '@/components/HighTable';
+import request from '@/utils/request';
+import { useTranslation } from 'react-i18next';
+import { useRequest, useUpdateEffect } from '@/hooks';
+import { timestampFormat } from '@/utils';
+import StatusTag from '@/components/StatusTag';
+
+const { Panel } = Collapse;
+
+export interface Props extends ModalProps {
+  inlongGroupId?: string;
+  inlongStreamId: string;
+}
+
+const Comp: React.FC = ({ inlongGroupId, inlongStreamId, ...modalProps 
}) => {
+  const { t } = useTranslation();
+
+  const [options, setOptions] = useState({
+pageNum: 1,
+pageSize: 5,
+  });
+
+  const { run: getData, data } = useRequest(
+{
+  url: '/workflow/listTaskLogs',
+  params: {
+...options,
+inlongGroupId: inlongGroupId,
+inlongStreamId: inlongStreamId,
+processNames: 'CREATE_GROUP_RESOURCE,CREATE_STREAM_RESOURCE',
+taskType: 'ServiceTask',
+  },
+},
+{
+  manual: true,
+},
+  );
+
+  const onChange = useCallback((pageNum, pageSize) => {
+setOptions(prev => ({
+  ...prev,
+  pageNum,
+  pageSize,
+}));
+  }, []);
+
+  const reRun = useCallback(
+({ taskId }) => {
+  Modal.confirm({
+title: 
t('pages.GroupDashboard.ExecutionLogModal.ConfirmThatItIsRe-executed'),
+onOk: async () => {
+  await request({
+url: `/workflow/complete/` + taskId,
+method: 'POST',
+data: {
+  remark: '',
+},
+  });
+  await getData(inlongGroupId);
+  
message.success(t(

[inlong] 05/05: [INLONG-6511][Dashboard] The Select/AutoComplete component in EditableTable will mistakenly change the value and cause re-rendering (#6512)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 8c8145974548568a68bb81720cabdafbefe545be
Author: Daniel 
AuthorDate: Fri Nov 11 17:08:55 2022 +0800

[INLONG-6511][Dashboard] The Select/AutoComplete component in EditableTable 
will mistakenly change the value and cause re-rendering (#6512)
---
 .../src/components/EditableTable/index.tsx | 22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/inlong-dashboard/src/components/EditableTable/index.tsx 
b/inlong-dashboard/src/components/EditableTable/index.tsx
index cadfa05ed..f5961d6b8 100644
--- a/inlong-dashboard/src/components/EditableTable/index.tsx
+++ b/inlong-dashboard/src/components/EditableTable/index.tsx
@@ -20,6 +20,7 @@
 import React, { useEffect, useState } from 'react';
 import { AutoComplete, Button, Table, Input, InputNumber, Form } from 'antd';
 import { FormItemProps } from 'antd/lib/form';
+import { TableProps } from 'antd/lib/table';
 import { useTranslation } from 'react-i18next';
 import HighSelect from '@/components/HighSelect';
 import { useUpdateEffect } from '@/hooks';
@@ -51,12 +52,12 @@ export interface ColumnsItemProps {
   visible?: (val: unknown, rowVal: RowValueType) => boolean | boolean;
 }
 
-export interface EditableTableProps {
+export interface EditableTableProps
+  extends Omit, 'value' | 'onChange' | 'columns'> {
   // id comes from FormItem, like name
   id?: string;
   value?: RowValueType[];
   onChange?: (value: RowValueType[]) => void;
-  size?: string;
   columns: ColumnsItemProps[];
   // Can Edit(Can be changed to read-only)? Default: true.
   editing?: boolean;
@@ -102,7 +103,7 @@ const Comp = ({
   required = true,
   canDelete = true,
   canAdd = true,
-  size,
+  ...rest
 }: EditableTableProps) => {
   if (!id) {
 console.error(
@@ -243,15 +244,12 @@ const Comp = ({
 // Use div to wrap input, select, etc. so that the value and onChange 
events are not taken over by FormItem
 // So the actual value change must be changed by onChange itself and 
then exposed to the outer component
 
-  typeof rule === 'function' ? rule : { ...rule, transform: () 
=> text ?? '' },
-)
-  }
+  rules={item.rules?.map(rule =>
+typeof rule === 'function' ? rule : { ...rule, transform: () => 
text ?? '' },
+  )}
   messageVariables={{ label: item.title }}
-  name={id ? [id, idx, item.dataIndex] : ['__proto__', 'editableRow', 
idx, item.dataIndex]}
+  // If the `name=[id, idx, item.dataIndex]` is used, the array value 
error will occur when the select/autocomplete input is entered, and the 
setValue will be automatically reset.
+  name={['__proto__', 'editableRow', idx, item.dataIndex]}
   className={styles.formItem}
 >
   {formCompObj[item.type || 'input']}
@@ -279,10 +277,10 @@ const Comp = ({
 
   return (
  (



[GitHub] [inlong-website] dockerzhang merged pull request #593: [INLONG-6475][Docker] Refactor the docker-compose guide after add a base flink environment

2022-11-11 Thread GitBox


dockerzhang merged PR #593:
URL: https://github.com/apache/inlong-website/pull/593


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] branch master updated: [INLONG-6475][Docker] Refactor the docker-compose guide after add a base flink environment (#593)

2022-11-11 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-website.git


The following commit(s) were added to refs/heads/master by this push:
 new f5bcb5d118 [INLONG-6475][Docker] Refactor the docker-compose guide 
after add a base flink environment (#593)
f5bcb5d118 is described below

commit f5bcb5d11888766424d004026a29427ec6d8d967
Author: Charles Zhang 
AuthorDate: Fri Nov 11 17:22:15 2022 +0800

[INLONG-6475][Docker] Refactor the docker-compose guide after add a base 
flink environment (#593)
---
 docs/deployment/docker.md  |  55 ++--
 docs/deployment/img/create_cluster_tag.png | Bin 0 -> 22555 bytes
 docs/deployment/img/create_pulsar_cluster.png  | Bin 0 -> 55846 bytes
 docs/deployment/img/dp_cluster.png | Bin 50574 -> 0 bytes
 docs/deployment/img/dp_cluster_node.png| Bin 48235 -> 0 bytes
 docs/deployment/img/dp_cluster_node_save.png   | Bin 37326 -> 0 bytes
 docs/deployment/img/pulsar_cluster_save.png| Bin 34839 -> 0 bytes
 .../current/deployment/docker.md   |  57 -
 .../current/deployment/img/create_cluster_tag.png  | Bin 0 -> 23246 bytes
 .../deployment/img/create_pulsar_cluster.png   | Bin 0 -> 56981 bytes
 .../current/deployment/img/dp_cluster_cn.png   | Bin 42230 -> 0 bytes
 .../current/deployment/img/dp_cluster_node_cn.png  | Bin 50501 -> 0 bytes
 .../deployment/img/dp_cluster_node_save_cn.png | Bin 51542 -> 0 bytes
 .../deployment/img/pulsar_cluster_save_cn.png  | Bin 40501 -> 0 bytes
 14 files changed, 35 insertions(+), 77 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index b09bc08ba4..d47e60d916 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -5,67 +5,42 @@ sidebar_position: 2
 
 Deploy all InLong module by Docker Compose, it's only available for 
development. 
 
-*Notice: The default message queue is Apache Pulsar for Docker.*
+:::note
+The default message queue is [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) for Docker.
 
 ## Environment Requirements
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 - Docker Compose 1.29.2+
-- Flink 1.13.5
 
 ## Download
 You can get `apache-inlong-[version]-bin.tar.gz` from [Download 
Page](https://inlong.apache.org/download) ,or you can build the InLong refer to 
[How to Build](quick_start/how_to_build.md).
 
-## Configure
-Replace the `FLINK_HOST` and `FLINK_PORT` environment variables in 
`docker/docker-compose/docker-compose.yml` refer to the Flink cluster address.
-
 ## Deploy
-
 Start all components.
-
 ```shell
 cd docker/docker-compose
 docker-compose up -d
 ```
+### Create Cluster Tag
+Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster 
label name and person in charge:
+![](img/create_cluster_tag.png)
 
-## Register Cluster
-
-### DataProxy Cluster
-
-Open the Inlong-Dashboard page (the default is ), and select 
to add a DataProxy cluster on the [Clusters] tab:
-
-![](img/dp_cluster.png)
-
-Click the [Create] button, and fill in the cluster name, cluster label, and 
responsible person in the pop-up box to save.
-
-> Note: [Cluster Tag] is a logical concept. Tags with the same name will be 
regarded as the same cluster.
->
-> For example, the DataProxy cluster and the Pulsar cluster with the same 
cluster tag belong to the same cluster.
-
-Then add nodes to this DataProxy cluster - a DataProxy cluster can support 
adding multiple nodes:
+:::caution
+Since each component reports the ClusterTags as 'default_cluster' by default, 
do not use other names.
 
-![](img/dp_cluster_node.png)
+### Register Pulsar Cluster
+Click [Clusters]->[ClusterTags]->[Create] on the page to register Pulsar 
Cluster:
+![](img/create_pulsar_cluster.png)
 
-Just fill in the IP and port of the DataProxy node.
+:::note
+The ClusterTags selects the newly created 'default_cluster', the Pulsar 
cluster deployed by docker:
 
-![](img/dp_cluster_node_save.png)
+Service URL is `pulsar://pulsar:6650`, Admin URL is `http://pulsar:8080`.
 
-### Pulsar Cluster
-
-Similar to the above entry for adding a DataProxy cluster, the filling example 
is as follows:
-
-![](img/pulsar_cluster_save.png)
-
-## Usage
-
-After all containers run successfully, you can access `http://localhost` with 
default account:
-
-```shell
-User: admin
-Password: inlong
-```
+### Create Data Stream
+You can refer [Pulsar Example](quick_start/pulsar_example.md) to create Data 
Stream.
 
 ## Destroy
-
 ```shell
 docker-compose down
 ```
diff --git a/docs/deployment/img/create_cluster_tag.png 
b/docs/deployment/img/create_cluster_tag.png
new file mode 100644
index 00..cde903c4c1
Binary files /dev/null and b/docs/deployment/img/create_cluster_tag.png differ
diff --git a/docs/deployment/img/create_pulsar_cluster.

[GitHub] [inlong-website] dockerzhang opened a new issue, #594: [Improve] Update the docker-compose guilde format

2022-11-11 Thread GitBox


dockerzhang opened a new issue, #594:
URL: https://github.com/apache/inlong-website/issues/594

   ### Description
   
Update the docker-compose guilde format
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] 01/01: [INLONG-594][Doc] Update the docker-compose guide format

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch fix-594
in repository https://gitbox.apache.org/repos/asf/inlong-website.git

commit 4b175cc9b4d36f6392c8ff435988df4595f59dd2
Author: dockerzhang 
AuthorDate: Fri Nov 11 21:26:16 2022 +0800

[INLONG-594][Doc] Update the docker-compose guide format
---
 docs/deployment/docker.md   |   8 ++--
 docs/deployment/img/create_cluster_tag.png  | Bin 22555 -> 22127 bytes
 .../current/deployment/docker.md|   7 +--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index d47e60d916..b2d525d284 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -7,6 +7,7 @@ Deploy all InLong module by Docker Compose, it's only available 
for development.
 
 :::note
 The default message queue is [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) for Docker.
+:::
 
 ## Environment Requirements
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
@@ -21,21 +22,24 @@ Start all components.
 cd docker/docker-compose
 docker-compose up -d
 ```
+
 ### Create Cluster Tag
 Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster 
label name and person in charge:
 ![](img/create_cluster_tag.png)
 
 :::caution
-Since each component reports the ClusterTags as 'default_cluster' by default, 
do not use other names.
+Since each component reports the ClusterTags as `default_cluster` by default, 
do not use other names.
+:::
 
 ### Register Pulsar Cluster
 Click [Clusters]->[ClusterTags]->[Create] on the page to register Pulsar 
Cluster:
 ![](img/create_pulsar_cluster.png)
 
 :::note
-The ClusterTags selects the newly created 'default_cluster', the Pulsar 
cluster deployed by docker:
+The ClusterTags selects the newly created `default_cluster`, the Pulsar 
cluster deployed by docker:
 
 Service URL is `pulsar://pulsar:6650`, Admin URL is `http://pulsar:8080`.
+:::
 
 ### Create Data Stream
 You can refer [Pulsar Example](quick_start/pulsar_example.md) to create Data 
Stream.
diff --git a/docs/deployment/img/create_cluster_tag.png 
b/docs/deployment/img/create_cluster_tag.png
index cde903c4c1..8fb4d7e16f 100644
Binary files a/docs/deployment/img/create_cluster_tag.png and 
b/docs/deployment/img/create_cluster_tag.png differ
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
index f7b7fd89ec..9bb5b471a3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
@@ -7,6 +7,7 @@ sidebar_position: 2
 
 :::note
 Docker 部署默认使用 [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) 作为消息队列服务。
+:::
 
 ## 环境要求
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
@@ -34,16 +35,18 @@ Password: inlong
 ![](img/create_cluster_tag.png)
 
 :::caution
-由于各个组件默认上报集群标签为 'default_cluster',请勿使用其它名称。
+由于各个组件默认上报集群标签为 `default_cluster`,请勿使用其它名称。
+:::
 
 ### 注册 Pulsar 集群
 页面点击 [集群管理]->[集群管理]->[新建集群],注册 Pulsar 集群:
 ![](img/create_pulsar_cluster.png)
 
 :::note
-集群标签选择刚创建的 'default_cluster',docker 部署的 Pulsar 集群:
+集群标签选择刚创建的 `default_cluster`,docker 部署的 Pulsar 集群:
 
 Service URL 为 `pulsar://pulsar:6650`,Admin URL 为 `http://pulsar:8080`。
+:::
 
 ### 创建数据流
 创建数据流可以参考 [Pulsar Example](quick_start/pulsar_example.md).



[inlong-website] branch fix-594 created (now 4b175cc9b4)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-594
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


  at 4b175cc9b4 [INLONG-594][Doc] Update the docker-compose guide format

This branch includes the following new commits:

 new 4b175cc9b4 [INLONG-594][Doc] Update the docker-compose guide format

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[GitHub] [inlong-website] dockerzhang opened a new pull request, #595: [INLONG-594][Doc] Update the docker-compose guide format

2022-11-11 Thread GitBox


dockerzhang opened a new pull request, #595:
URL: https://github.com/apache/inlong-website/pull/595

   ### 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 by the actual [GitHub 
Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes #594
   
   ### Motivation
   
   *Explain here the context, and why you're making that change. What is the 
problem you're trying to solve.*
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
 - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
 - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - If a feature is not applicable for documentation, explain why?
 - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong-website] dockerzhang opened a new issue, #596: [Bug] Caught npm build error

2022-11-11 Thread GitBox


dockerzhang opened a new issue, #596:
URL: https://github.com/apache/inlong-website/issues/596

   ### What happened
   
   https://user-images.githubusercontent.com/18047329/201350714-5f66070b-b278-40de-9e79-2ba3fd6cd409.png";>
   
   
   ### What you expected to happen
   
   build succesfully
   
   ### How to reproduce
   
   run `npm run-script build`.
   
   ### Environment
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] 01/01: [INLONG-596] Bump docusaurus to 2.2.0

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch fix-596
in repository https://gitbox.apache.org/repos/asf/inlong-website.git

commit 55bc65128d858370be27a9e5464ceb09f45e4fbd
Author: dockerzhang 
AuthorDate: Fri Nov 11 21:36:10 2022 +0800

[INLONG-596] Bump docusaurus to 2.2.0
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 13aa5c382b..abc88e2b79 100644
--- a/package.json
+++ b/package.json
@@ -16,9 +16,9 @@
 "write-heading-ids": "docusaurus write-heading-ids"
   },
   "dependencies": {
-"@docusaurus/core": "^2.0.0-beta.21",
-"@docusaurus/plugin-content-docs": "^2.0.0-beta.21",
-"@docusaurus/preset-classic": "2.0.0-beta.21",
+"@docusaurus/core": "^2.2.0",
+"@docusaurus/plugin-content-docs": "^2.2.0",
+"@docusaurus/preset-classic": "2.2.0",
 "@mdx-js/react": "^1.6.21",
 "@svgr/webpack": "^5.5.0",
 "acorn": "^8.6.0",



[inlong-website] branch fix-596 created (now 55bc65128d)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-596
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


  at 55bc65128d [INLONG-596] Bump docusaurus to 2.2.0

This branch includes the following new commits:

 new 55bc65128d [INLONG-596] Bump docusaurus to 2.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[GitHub] [inlong-website] dockerzhang opened a new pull request, #597: [INLONG-596] Bump docusaurus to 2.2.0

2022-11-11 Thread GitBox


dockerzhang opened a new pull request, #597:
URL: https://github.com/apache/inlong-website/pull/597

   ### 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 by the actual [GitHub 
Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes #596
   
   ### Motivation
   
   *Explain here the context, and why you're making that change. What is the 
problem you're trying to solve.*
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
 - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
 - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - If a feature is not applicable for documentation, explain why?
 - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong] dockerzhang commented on issue #6518: [Improve] Update the how to release guide for Apache InLong

2022-11-11 Thread GitBox


dockerzhang commented on issue #6518:
URL: https://github.com/apache/inlong/issues/6518#issuecomment-1311903710

   duplicated with https://github.com/apache/inlong-website/issues/598, close 
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 go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong-website] dockerzhang opened a new issue, #598: [Improve] Update the how to release guide for Apache InLong

2022-11-11 Thread GitBox


dockerzhang opened a new issue, #598:
URL: https://github.com/apache/inlong-website/issues/598

   ### Description
   
   Update the how to release guide for Apache InLong
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] branch fix-598 created (now 6401672dde)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


  at 6401672dde [INLONG-598][Doc] Update the how to release guide for 
Apache InLong

This branch includes the following new commits:

 new 6401672dde [INLONG-598][Doc] Update the how to release guide for 
Apache InLong

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[inlong-website] 01/01: [INLONG-598][Doc] Update the how to release guide for Apache InLong

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git

commit 6401672dde304ff2a6913a397074fe30b8c20042
Author: dockerzhang 
AuthorDate: Sat Nov 12 00:16:36 2022 +0800

[INLONG-598][Doc] Update the how to release guide for Apache InLong
---
 community/how-to-release.md| 312 ++--
 .../current/how-to-release.md  | 319 ++---
 2 files changed, 304 insertions(+), 327 deletions(-)

diff --git a/community/how-to-release.md b/community/how-to-release.md
index abd7bcde78..bc070fd134 100644
--- a/community/how-to-release.md
+++ b/community/how-to-release.md
@@ -3,41 +3,37 @@ title: How to Release
 sidebar_position: 6
 ---
 
-> This article mainly introduces how the Release Manager releases a new 
version in accordance with the Apache requirements.
+This article mainly introduces how to release a new version for Apache InLong 
in accordance with the Apache requirements. For more guideline, you can refer 
the following links:
+- [ASF Release Creation 
Process](https://infra.apache.org/release-publishing.html)
+- [ASF Release Policy](https://www.apache.org/legal/release-policy.html)
 
-## Prolegomenon
-Source Release is the key point which Apache values, also, is necessary for a 
release;
-Binary Release is optional. InLong can choose whether to release the binary 
package to the Apache repository or to the Maven central repository.
+:::caution
+For binary distribution packages, it is necessary to check that the new 
version does not contain third-party dependencies of class x, including direct 
reference and indirect reference parts.
+:::
 
-Note that for binary distribution packages, it is necessary to check that the 
new version does not contain third-party dependencies of class x, including 
direct reference and indirect reference parts.
+## Add GPG Key
+:::note
+This section is refer to [Cryptography with 
OpenPGP](https://infra.apache.org/openpgp.html), ** only for release manager 
who is the first time to release. **
+:::
 
-For more guideline, you can refer the following links:
-
-[ASF Release Creation 
Process](https://infra.apache.org/release-publishing.html)
-
-[ASF Release Policy](https://www.apache.org/legal/release-policy.html)
-
-
-## Adding PG KEY
-> Ref:https://infra.apache.org/openpgp.html
-**This section is the requirements for release manager who is the first time 
to be a release manager**
-
-### Install gpg
+### Install GPG
 For more details, please ref to [Official 
website](https://www.gnupg.org/download/index.html), configurations under Mac 
OS:
 ```shell
 $ brew install gpg
-$ gpg --version #check the version, should be 2.x
+# check the version, should be 2.x
+$ gpg --version
 ```
-### Generate gpg Key
- Attentions:
+
+### Generate GPG Key
+:::caution
 - Name is best to keep consistent with your full name of Apache ID
 - The mailbox used is apache. It is recommended that pg -k view all the keys. 
If the first one is not the key of the apache mailbox, if you need to specify 
the key in the step for encryption operation, the parameter is -u
 - Make sure that there is only one key, and delete the keys of other spare 
mailboxes first
 - Name is best to only use English to avoid garbled
+:::
 
- Generate the key as prompt
 ```shell
-➜  ~ gpg --full-gen-key
+$ gpg --full-gen-key
 gpg (GnuPG) 2.2.20; Copyright (C) 2020 Free Software Foundation, Inc.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
@@ -99,10 +95,10 @@ uid  Guangxu Cheng 
 sub   rsa4096 2020-05-19 [E]
 ```
 
-### upload your key to public gpg keyserver
+### Upload your key to public GPG keyserver
 
 ```shell
-➜  ~ gpg --list-keys
+$ gpg --list-keys
 ---
 pub   rsa4096 2020-05-18 [SC]
   5931F8CFD04B37A325E4465D8C0D31C4149B3A87
@@ -111,186 +107,182 @@ sub   rsa4096 2020-05-18 [E]
 
 # command for sending your key id to key server
 $ gpg --keyserver pgpkeys.mit.edu --send-key 
-# Among them, pgpkeys.mit.edu is a randomly selected keyserver, and the 
keyserver list is: https://sks-keyservers.net/status/, which is automatically 
synchronized with each other, you can choose any one of them.
+# Among them, the keyserver list is: https://sks-keyservers.net/status/, which 
is automatically synchronized with each other, you can choose any one of them.
 ```
 
-### Check whether the key is created successfully
-Uploading takes about one minute, after that, you can check by your email at 
`https://pgpkeys.mit.edu/`.
-
+### Check whether the GPG Key is created successfully
+Uploading takes about one minute, after that, you can check it by your email 
at `https://pgpkeys.mit.edu/`.
 
-### Add your gpg p

[GitHub] [inlong-website] dockerzhang opened a new pull request, #599: [INLONG-598][Doc] Update the how to release guide for Apache InLong

2022-11-11 Thread GitBox


dockerzhang opened a new pull request, #599:
URL: https://github.com/apache/inlong-website/pull/599

   ### 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 by the actual [GitHub 
Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes #598
   
   ### Motivation
   
   *Explain here the context, and why you're making that change. What is the 
problem you're trying to solve.*
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
 - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
 - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - If a feature is not applicable for documentation, explain why?
 - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong] branch release-1.4.0 created (now 8c8145974)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch release-1.4.0
in repository https://gitbox.apache.org/repos/asf/inlong.git


  at 8c8145974 [INLONG-6511][Dashboard] The Select/AutoComplete component 
in EditableTable will mistakenly change the value and cause re-rendering (#6512)

No new revisions were added by this update.



[inlong-website] branch fix-598 updated (6401672dde -> 51625480ef)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from 6401672dde [INLONG-598][Doc] Update the how to release guide for 
Apache InLong
 add 51625480ef update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md   | 8 +---
 .../current/how-to-release.md | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)



[inlong-website] branch fix-598 updated (51625480ef -> c34af3c368)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from 51625480ef update format
 add c34af3c368 update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md | 2 ++
 .../docusaurus-plugin-content-docs-community/current/how-to-release.md  | 2 ++
 2 files changed, 4 insertions(+)



[inlong-website] branch fix-598 updated (c34af3c368 -> b9b182de20)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from c34af3c368 update format
 add b9b182de20 update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md| 23 ++
 .../current/how-to-release.md  | 23 ++
 2 files changed, 20 insertions(+), 26 deletions(-)



[inlong-website] branch fix-598 updated (b9b182de20 -> 9c4c6986d2)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from b9b182de20 update format
 add 9c4c6986d2 update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md   | 2 +-
 .../current/how-to-release.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[inlong-website] branch fix-598 updated (9c4c6986d2 -> 24b402acb8)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from 9c4c6986d2 update format
 add 24b402acb8 update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md| 2 +-
 .../docusaurus-plugin-content-docs-community/current/how-to-release.md | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)



[inlong-website] branch fix-598 updated (24b402acb8 -> 59f795e899)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from 24b402acb8 update format
 add 59f795e899 update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md  | 1 +
 .../docusaurus-plugin-content-docs-community/current/how-to-release.md   | 1 +
 2 files changed, 2 insertions(+)



[inlong] annotated tag 1.4.0-RC0 updated (8c8145974 -> 34925c0c2)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to annotated tag 1.4.0-RC0
in repository https://gitbox.apache.org/repos/asf/inlong.git


*** WARNING: tag 1.4.0-RC0 was modified! ***

from 8c8145974 (commit)
  to 34925c0c2 (tag)
 tagging 8c8145974548568a68bb81720cabdafbefe545be (commit)
 replaces 0.9.0-incubating-RC1
  by EMsnap
  on Sat Nov 12 00:28:40 2022 +0800

- Log -
Tagging the 1.4.0 first Releae Candidate (Candidates start at zero)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAABAgAGBQJjbnhAAAoJECCy1kek1NV4EcUP/0mzdAeIdMBrurfBZWsbRSOl
tew8DttOP0S1M8y+H8uUagojPhOpXF/qqsTc6JWPJ0Gi5NIxkCHANTDRJA66ECpO
ebSlnCyv+u+VFcv9IIpm/rUWeBq6aFFjPwY34r94OZ5rh5BCqZPWctjK3pGg4D1c
nl0DYe0SxAdFprg80j0Pf+mlyYMH+L9NpxFx3koujeNhpw4Yl1qb1X97Mct5etEN
m1s0TMl/Vrquj8x3/FaSq/37481KFxozVXl/wUj5CIlrr9EEp3VjJgj7TqpO45mB
5XojpXyCAFNYwXkM1GVngUGkLzVWBa1rEaNFHnhcwOm+GVv4F2dPgv+bkva4rwL8
0Vl+1UO+t+mtKHCX+oiPojfhQ81tUO2PFPLeLORMoDlQHknjCyqThvXwwiNr3d93
brq35WrlBQAXyWBIVuGAuegjYLU/eugayHf5LwqLhmCR7hIvUwohfpZTRFSEqBjL
beu0uuJ6/htdbbjSdJYjUxYhjGFR/L/1HUFWVJL6L6TWUmlGHAHvco/C1FBCtKqw
lfZciG8X+jwmEmtBzSs32r22It8GXsR81nvpkQKH2J3ik0Ks25TA7n68oh6/forp
Em8UIHQba0XWxvCXDjOoE3CIs6O0Ld7v3jk4aLJ8+HPy8kIVM2fTy3+qn25Ppna+
EtF45G7cwHZn1KTcMMZl
=B8Ni
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:



svn commit: r57971 - /dev/inlong/1.4.0-RC0/

2022-11-11 Thread dockerzhang
Author: dockerzhang
Date: Fri Nov 11 18:08:29 2022
New Revision: 57971

Log:
prepare for 1.4.0 RC0

Added:
dev/inlong/1.4.0-RC0/
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz   (with props)
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.asc   (with props)
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.sha512
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz   (with 
props)
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.asc   (with 
props)
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.sha512
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz   (with props)
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.asc   (with props)
dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.sha512

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz
==
Binary file - no diff available.

Propchange: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz
--
svn:mime-type = application/x-gzip

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.sha512
==
--- dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.sha512 (added)
+++ dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-bin.tar.gz.sha512 Fri Nov 11 
18:08:29 2022
@@ -0,0 +1,4 @@
+apache-inlong-1.4.0-bin.tar.gz: A423877B 02B9B138 33301B56 5EB2A7E0 7B38DABD
+8E1E0A19 B699F207 240E2678 985AD4A4 725234A8
+09DA75F9 62442B81 EE318B72 1F7122BB 1BD15E9A
+2EBE6DF4

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz
==
Binary file - no diff available.

Propchange: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz
--
svn:mime-type = application/x-gzip

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.sha512
==
--- dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.sha512 
(added)
+++ dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-sort-connectors.tar.gz.sha512 Fri 
Nov 11 18:08:29 2022
@@ -0,0 +1,3 @@
+apache-inlong-1.4.0-sort-connectors.tar.gz: 
+28C5FAE8 DFE37EFD 360611C2 BDAAC98E 33755C37 78E52CE4 1EE853C5 691DCB82 
43AACF7D
+ 1BD44AC8 90A6A556 390CC4CA 159C385C 2AFC8229 64F55B75 6167FF19

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz
--
svn:mime-type = application/x-gzip

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.sha512
==
--- dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.sha512 (added)
+++ dev/inlong/1.4.0-RC0/apache-inlong-1.4.0-src.tar.gz.sha512 Fri Nov 11 
18:08:29 2022
@@ -0,0 +1,4 @@
+apache-inlong-1.4.0-src.tar.gz: 8E0C894A 1562FF3B BDFC6884 92E15B3B 9C58A952
+437DBBD0 6FAD77DE C92814A8 1924BC7B 2232AC5F
+85860398 C11DDE7A 76CAA5A8 83980BE2 7BED0BA8
+B5F8F869




[inlong-website] branch fix-598 updated (59f795e899 -> ce2b1e3220)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from 59f795e899 update format
 add ce2b1e3220 update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md   | 8 
 .../current/how-to-release.md | 8 
 2 files changed, 16 insertions(+)



[inlong-website] branch fix-598 updated (ce2b1e3220 -> f7d3251aff)

2022-11-11 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-598
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


from ce2b1e3220 update format
 add f7d3251aff update format

No new revisions were added by this update.

Summary of changes:
 community/how-to-release.md | 16 +---
 .../current/how-to-release.md   | 17 +
 2 files changed, 18 insertions(+), 15 deletions(-)



[GitHub] [inlong] e-mhui commented on pull request #6508: [INLONG-6507][Sort] Convert date to timestamp in oracle connector

2022-11-11 Thread GitBox


e-mhui commented on PR #6508:
URL: https://github.com/apache/inlong/pull/6508#issuecomment-1312336323

   > Please check the mysql connector for the date and timestamp data.
   
   Yes, the oracle connector handles date and timestamp data like the mysql 
connector.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong] e-mhui commented on pull request #6508: [INLONG-6507][Sort] Convert date to timestamp in oracle connector

2022-11-11 Thread GitBox


e-mhui commented on PR #6508:
URL: https://github.com/apache/inlong/pull/6508#issuecomment-1312353160

   > Maybe, PR description is not consistent with modification of code
   
   More details have been added to the PR description.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong-website] dockerzhang merged pull request #599: [INLONG-598][Doc] Update the how to release guide for Apache InLong

2022-11-11 Thread GitBox


dockerzhang merged PR #599:
URL: https://github.com/apache/inlong-website/pull/599


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong-website] dockerzhang closed issue #598: [Improve] Update the how to release guide for Apache InLong

2022-11-11 Thread GitBox


dockerzhang closed issue #598: [Improve] Update the how to release guide for 
Apache InLong
URL: https://github.com/apache/inlong-website/issues/598


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] branch master updated: [INLONG-598][Doc] Update the how to release guide for Apache InLong (#599)

2022-11-11 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-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 908a70dd32 [INLONG-598][Doc] Update the how to release guide for 
Apache InLong (#599)
908a70dd32 is described below

commit 908a70dd321c0e91e957f7311f5430735251993a
Author: Charles Zhang 
AuthorDate: Sat Nov 12 12:48:59 2022 +0800

[INLONG-598][Doc] Update the how to release guide for Apache InLong (#599)
---
 community/how-to-release.md| 334 ++--
 .../current/how-to-release.md  | 341 ++---
 2 files changed, 336 insertions(+), 339 deletions(-)

diff --git a/community/how-to-release.md b/community/how-to-release.md
index abd7bcde78..ec93fcb63b 100644
--- a/community/how-to-release.md
+++ b/community/how-to-release.md
@@ -3,41 +3,37 @@ title: How to Release
 sidebar_position: 6
 ---
 
-> This article mainly introduces how the Release Manager releases a new 
version in accordance with the Apache requirements.
+This article mainly introduces how to release a new version for Apache InLong 
in accordance with the Apache requirements. For more guideline, you can refer 
the following links:
+- [ASF Release Creation 
Process](https://infra.apache.org/release-publishing.html)
+- [ASF Release Policy](https://www.apache.org/legal/release-policy.html)
 
-## Prolegomenon
-Source Release is the key point which Apache values, also, is necessary for a 
release;
-Binary Release is optional. InLong can choose whether to release the binary 
package to the Apache repository or to the Maven central repository.
+:::caution
+For binary distribution packages, it is necessary to check that the new 
version does not contain third-party dependencies of class x, including direct 
reference and indirect reference parts.
+:::
 
-Note that for binary distribution packages, it is necessary to check that the 
new version does not contain third-party dependencies of class x, including 
direct reference and indirect reference parts.
+## Add GPG Key
+:::note
+This section is refer to [Cryptography with 
OpenPGP](https://infra.apache.org/openpgp.html), ** only for release manager 
who is the first time to release. **
+:::
 
-For more guideline, you can refer the following links:
-
-[ASF Release Creation 
Process](https://infra.apache.org/release-publishing.html)
-
-[ASF Release Policy](https://www.apache.org/legal/release-policy.html)
-
-
-## Adding PG KEY
-> Ref:https://infra.apache.org/openpgp.html
-**This section is the requirements for release manager who is the first time 
to be a release manager**
-
-### Install gpg
+### Install GPG
 For more details, please ref to [Official 
website](https://www.gnupg.org/download/index.html), configurations under Mac 
OS:
 ```shell
 $ brew install gpg
-$ gpg --version #check the version, should be 2.x
+# check the version, should be 2.x
+$ gpg --version
 ```
-### Generate gpg Key
- Attentions:
+
+### Generate GPG Key
+:::caution
 - Name is best to keep consistent with your full name of Apache ID
-- The mailbox used is apache. It is recommended that pg -k view all the keys. 
If the first one is not the key of the apache mailbox, if you need to specify 
the key in the step for encryption operation, the parameter is -u
+- The mailbox used is apache. It is recommended that pg -k view all the Key 
ID. If the first one is not the Key ID of the apache mailbox, if you need to 
specify the Key ID in the step for encryption operation, the parameter is -u
 - Make sure that there is only one key, and delete the keys of other spare 
mailboxes first
 - Name is best to only use English to avoid garbled
+:::
 
- Generate the key as prompt
 ```shell
-➜  ~ gpg --full-gen-key
+$ gpg --full-gen-key
 gpg (GnuPG) 2.2.20; Copyright (C) 2020 Free Software Foundation, Inc.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
@@ -99,10 +95,10 @@ uid  Guangxu Cheng 
 sub   rsa4096 2020-05-19 [E]
 ```
 
-### upload your key to public gpg keyserver
+### Upload your key to public GPG keyserver
 
 ```shell
-➜  ~ gpg --list-keys
+$ gpg --list-keys
 ---
 pub   rsa4096 2020-05-18 [SC]
   5931F8CFD04B37A325E4465D8C0D31C4149B3A87
@@ -111,186 +107,192 @@ sub   rsa4096 2020-05-18 [E]
 
 # command for sending your key id to key server
 $ gpg --keyserver pgpkeys.mit.edu --send-key 
-# Among them, pgpkeys.mit.edu is a randomly selected keyserver, and the 
keyserver list is: https://sks-keyservers.net/status/, which is automatically 
synchronized with each other, you can choose any one of them.
+# Among them, the keyserver list is: https://sks-keyservers.net/status/, 

[GitHub] [inlong-website] dockerzhang merged pull request #597: [INLONG-596] Bump docusaurus to 2.2.0

2022-11-11 Thread GitBox


dockerzhang merged PR #597:
URL: https://github.com/apache/inlong-website/pull/597


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong-website] dockerzhang closed issue #596: [Bug] Caught npm build error

2022-11-11 Thread GitBox


dockerzhang closed issue #596: [Bug] Caught npm build error
URL: https://github.com/apache/inlong-website/issues/596


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] branch master updated: [INLONG-596] Bump docusaurus to 2.2.0 (#597)

2022-11-11 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-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 92c2f4fcf9 [INLONG-596] Bump docusaurus to 2.2.0 (#597)
92c2f4fcf9 is described below

commit 92c2f4fcf9f1ab630d185af104fe55e4a04d61a8
Author: Charles Zhang 
AuthorDate: Sat Nov 12 12:49:13 2022 +0800

[INLONG-596] Bump docusaurus to 2.2.0 (#597)
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 13aa5c382b..abc88e2b79 100644
--- a/package.json
+++ b/package.json
@@ -16,9 +16,9 @@
 "write-heading-ids": "docusaurus write-heading-ids"
   },
   "dependencies": {
-"@docusaurus/core": "^2.0.0-beta.21",
-"@docusaurus/plugin-content-docs": "^2.0.0-beta.21",
-"@docusaurus/preset-classic": "2.0.0-beta.21",
+"@docusaurus/core": "^2.2.0",
+"@docusaurus/plugin-content-docs": "^2.2.0",
+"@docusaurus/preset-classic": "2.2.0",
 "@mdx-js/react": "^1.6.21",
 "@svgr/webpack": "^5.5.0",
 "acorn": "^8.6.0",



[GitHub] [inlong-website] dockerzhang merged pull request #595: [INLONG-594][Doc] Update the docker-compose guide format

2022-11-11 Thread GitBox


dockerzhang merged PR #595:
URL: https://github.com/apache/inlong-website/pull/595


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong-website] dockerzhang closed issue #594: [Improve] Update the docker-compose guide format

2022-11-11 Thread GitBox


dockerzhang closed issue #594: [Improve] Update the docker-compose guide format
URL: https://github.com/apache/inlong-website/issues/594


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[inlong-website] branch master updated: [INLONG-594][Doc] Update the docker-compose guide format (#595)

2022-11-11 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-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 8e3444bdb0 [INLONG-594][Doc] Update the docker-compose guide format 
(#595)
8e3444bdb0 is described below

commit 8e3444bdb0acbf9bb99265b49ef11ee8b37291b4
Author: Charles Zhang 
AuthorDate: Sat Nov 12 12:49:44 2022 +0800

[INLONG-594][Doc] Update the docker-compose guide format (#595)
---
 docs/deployment/docker.md   |   8 ++--
 docs/deployment/img/create_cluster_tag.png  | Bin 22555 -> 22127 bytes
 .../current/deployment/docker.md|   7 +--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index d47e60d916..b2d525d284 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -7,6 +7,7 @@ Deploy all InLong module by Docker Compose, it's only available 
for development.
 
 :::note
 The default message queue is [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) for Docker.
+:::
 
 ## Environment Requirements
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
@@ -21,21 +22,24 @@ Start all components.
 cd docker/docker-compose
 docker-compose up -d
 ```
+
 ### Create Cluster Tag
 Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster 
label name and person in charge:
 ![](img/create_cluster_tag.png)
 
 :::caution
-Since each component reports the ClusterTags as 'default_cluster' by default, 
do not use other names.
+Since each component reports the ClusterTags as `default_cluster` by default, 
do not use other names.
+:::
 
 ### Register Pulsar Cluster
 Click [Clusters]->[ClusterTags]->[Create] on the page to register Pulsar 
Cluster:
 ![](img/create_pulsar_cluster.png)
 
 :::note
-The ClusterTags selects the newly created 'default_cluster', the Pulsar 
cluster deployed by docker:
+The ClusterTags selects the newly created `default_cluster`, the Pulsar 
cluster deployed by docker:
 
 Service URL is `pulsar://pulsar:6650`, Admin URL is `http://pulsar:8080`.
+:::
 
 ### Create Data Stream
 You can refer [Pulsar Example](quick_start/pulsar_example.md) to create Data 
Stream.
diff --git a/docs/deployment/img/create_cluster_tag.png 
b/docs/deployment/img/create_cluster_tag.png
index cde903c4c1..8fb4d7e16f 100644
Binary files a/docs/deployment/img/create_cluster_tag.png and 
b/docs/deployment/img/create_cluster_tag.png differ
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
index f7b7fd89ec..9bb5b471a3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
@@ -7,6 +7,7 @@ sidebar_position: 2
 
 :::note
 Docker 部署默认使用 [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) 作为消息队列服务。
+:::
 
 ## 环境要求
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
@@ -34,16 +35,18 @@ Password: inlong
 ![](img/create_cluster_tag.png)
 
 :::caution
-由于各个组件默认上报集群标签为 'default_cluster',请勿使用其它名称。
+由于各个组件默认上报集群标签为 `default_cluster`,请勿使用其它名称。
+:::
 
 ### 注册 Pulsar 集群
 页面点击 [集群管理]->[集群管理]->[新建集群],注册 Pulsar 集群:
 ![](img/create_pulsar_cluster.png)
 
 :::note
-集群标签选择刚创建的 'default_cluster',docker 部署的 Pulsar 集群:
+集群标签选择刚创建的 `default_cluster`,docker 部署的 Pulsar 集群:
 
 Service URL 为 `pulsar://pulsar:6650`,Admin URL 为 `http://pulsar:8080`。
+:::
 
 ### 创建数据流
 创建数据流可以参考 [Pulsar Example](quick_start/pulsar_example.md).



[GitHub] [inlong] gong commented on a diff in pull request #6508: [INLONG-6507][Sort] Convert date to timestamp in oracle connector

2022-11-11 Thread GitBox


gong commented on code in PR #6508:
URL: https://github.com/apache/inlong/pull/6508#discussion_r1020675510


##
inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/debezium/table/RowDataDebeziumDeserializeSchema.java:
##
@@ -760,33 +760,18 @@ public Object convert(Object dbzObj, Schema schema, 
TableChange tableSchema) thr
  * @return the extracted data with schema
  */
 private Object getValueWithSchema(Object fieldValue, String schemaName) {
-if (fieldValue == null) {
-return null;
-}
-// Remove shaded pattern prefix of package name
-schemaName = schemaName.replace(shadedPatternPrefix, "");

Review Comment:
   ```java
   private static final String shadedPatternPrefix = 
"org.apache.inlong.sort.cdc.oracle.shaded.";
   ```
   It is not used.



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [inlong] gong commented on pull request #6508: [INLONG-6507][Sort] Convert date to timestamp in oracle connector

2022-11-11 Thread GitBox


gong commented on PR #6508:
URL: https://github.com/apache/inlong/pull/6508#issuecomment-1312365664

   > > Maybe, PR description is not consistent with modification of code
   > 
   > More details have been added to the PR description.
   
   @e-mhui good.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org