This is an automated email from the ASF dual-hosted git repository.

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


    from 4a118519f [INLONG-7512][DataProxy] Change the log level to DEBUG to 
avoid generating a lot of log files. (#7634)
     new eda50fe73 [INLONG-7273][Manager] Support creating table in Kudu 
cluster (#7274)
     new 2856dc95d [INLONG-7511][Manager] Update the manager's stop script to 
make sure the process stops completely. (#7645)
     new 11a086a1d [INLONG-7643][Dashboard] Support specifying buckets when 
creating kudu resource (#7644)

The 3 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:
 inlong-dashboard/src/locales/cn.json               |   1 +
 inlong-dashboard/src/locales/en.json               |   1 +
 inlong-dashboard/src/metas/sinks/defaults/Kudu.ts  |  13 ++
 .../inlong/manager/pojo/sink/kudu/KuduSink.java    |   3 +
 .../inlong/manager/pojo/sink/kudu/KuduSinkDTO.java |   5 +
 .../manager/pojo/sink/kudu/KuduSinkRequest.java    |   3 +
 .../manager/pojo/sink/kudu/KuduTableInfo.java      |   1 +
 inlong-manager/manager-service/pom.xml             |   5 +
 .../resource/sink/kudu/KuduResourceClient.java     | 179 +++++++++++++++++++++
 .../KuduResourceOperator.java}                     | 105 ++++++------
 inlong-manager/manager-web/bin/shutdown.sh         |  21 ++-
 pom.xml                                            |   7 +
 12 files changed, 282 insertions(+), 62 deletions(-)
 create mode 100644 
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/kudu/KuduResourceClient.java
 copy 
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/{hudi/HudiResourceOperator.java
 => kudu/KuduResourceOperator.java} (55%)

Reply via email to