You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/03/12 06:53:39 UTC

[incubator-inlong] branch master updated (41ebc98 -> 68a7ace)

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

healchow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git.


    from 41ebc98  [INLONG-2962][DataProxy] Unit tests throw so many error msg (#3081)
     add 68a7ace  [INLONG-2827][Manager] Support configurable plugin when creating Hive table (#3003)

No new revisions were added by this update.

Summary of changes:
 inlong-manager/manager-dao/pom.xml                 |   4 +
 .../hive/CreateHiveTableForStreamListener.java     |  14 ++-
 .../thirdparty/hive/CreateHiveTableListener.java   |  16 ++-
 ...Operator.java => DefaultHiveTableOperator.java} |  20 ++--
 .../thirdparty/hive/IHiveTableOperator.java        |  21 ++--
 .../manager/service/utils/SpringContextUtils.java  | 119 +++++++++++++++++++++
 .../inlong/manager/web/InLongWebApplication.java   |   6 +-
 .../manager-web/src/main/resources/bean.properties |   8 +-
 8 files changed, 168 insertions(+), 40 deletions(-)
 rename inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/thirdparty/hive/{HiveTableOperator.java => DefaultHiveTableOperator.java} (98%)
 copy inlong-sort-standalone/sort-standalone-common/src/main/java/org/apache/inlong/sort/standalone/metrics/MetricListener.java => inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/thirdparty/hive/IHiveTableOperator.java (65%)
 create mode 100644 inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/utils/SpringContextUtils.java
 copy inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build_linux.sh => inlong-manager/manager-web/src/main/resources/bean.properties (89%)
 mode change 100755 => 100644