You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/08/09 09:38:14 UTC

[incubator-linkis] branch dev-1.2.1 updated (ac203efa2 -> 0bfb83cf6)

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

peacewong pushed a change to branch dev-1.2.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


    from ac203efa2 Add  ResourceDaoTest (#2623)
     new b2954850e [ISSUE-2441]Knife4j interface document (#2439)
     new ad672e710 fix: fix hiveMetaDao and LockManagerMapper sql error
     new 5dcecf8f2 refactor: reduce log info
     new aeffc672d Global variables have the lowest priority(#2559)
     new 6dc9d92ff Optimize the read efficiency of the result set when the result set is output after the script is executed (#2550)
     new 926b56a8d ES engine  code optimization and NoSuchMethodError bug fix (#2600)
     new bdcc75ab2 [ISSUE-2596]presto pom.xml update (#2599)
     new c86532394  Fixed a null pointer exception caused by a client request(#2614) (#2616)
     new b4ae904e7 add test case for factory launch extension (#2617)
     new 44c93752f Optimized module and plugin configuration (#2618)
     new af2eef66c add test case for shell engine (#2620)
     new 60e7cf8eb ${} 2 #{} / Fix the dead loop (#2631)
     new 7e47dc1c4 EC's Yarn app id log adjusted to the file yarnApp.log file (#2630)
     new 8d7a7bb47 The rollbackversion function modifies the case (#2633)
     new 5b001e978 Upgrade version to 1.2.0 (#2634)
     new c5e078705 Recorded in upgrade docs linkis-dist/package/db/upgrade (#2613) (#2635)
     new c7b53bda7 Merge remote-tracking branch 'apache/dev-1.2.0' into dev-1.2.1-merge
     new 67a913805 fix test case for ShellEngineConnExecutor (#2654)
     new 357d67117 Merge remote-tracking branch 'apache/dev-1.2.0' into dev-1.2.1-merge
     new 9108d78a1 adjust
     new 0bfb83cf6 Merge pull request #2647 from casionone/dev-1.2.1-merge

The 2752 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:
 linkis-commons/linkis-common/pom.xml               |   2 +-
 .../common/utils/VariableOperationUtils.java       | 115 +-----------
 .../apache/linkis/common/utils/VariableUtils.scala |   8 +-
 .../common/variable/VariableOperationTest.java     |  57 +++++-
 linkis-commons/linkis-hadoop-common/pom.xml        |   4 +-
 linkis-commons/linkis-httpclient/pom.xml           |   4 +-
 linkis-commons/linkis-module/pom.xml               |   4 +-
 .../apache/linkis/restful/CommonRestfulApi.java    |   4 +
 .../scala/org/apache/linkis/server/Message.scala   |  18 +-
 linkis-commons/linkis-mybatis/pom.xml              |   2 +-
 linkis-commons/linkis-protocol/pom.xml             |   2 +-
 linkis-commons/linkis-rpc/pom.xml                  |   4 +-
 .../linkis/rpc/message/utils/MessageUtils.java     |   3 +-
 linkis-commons/linkis-scheduler/pom.xml            |   6 +-
 linkis-commons/linkis-storage/pom.xml              |   6 +-
 .../storage/resultset/StorageResultSetReader.scala |   8 +-
 .../apache/linkis/storage/utils/StorageUtils.scala |   9 +-
 linkis-commons/pom.xml                             |   2 +-
 .../linkis-cli/linkis-cli-application/pom.xml      |  11 +-
 .../linkis-cli/linkis-cli-common/pom.xml           |   2 +-
 .../linkis-cli/linkis-cli-core/pom.xml             |   4 +-
 .../linkis-client/linkis-cli/pom.xml               |   4 +-
 .../linkis-computation-client/pom.xml              |  12 +-
 .../linkis-computation-governance-common/pom.xml   |   8 +-
 .../linkis-engineconn-linux-launch/pom.xml         |   4 +-
 .../linkis-engineconn-manager-core/pom.xml         |  10 +-
 .../linkis-engineconn-manager-server/pom.xml       |  17 +-
 .../service/impl/DefaultEngineConnKillService.java |  68 +++----
 .../linkis-engineconn-manager/pom.xml              |   2 +-
 .../linkis-once-engineconn/pom.xml                 |  12 +-
 .../linkis-streaming-engineconn/pom.xml            |   2 +-
 .../linkis-computation-engineconn/pom.xml          |  18 +-
 .../linkis-engineconn-common/pom.xml               |  10 +-
 .../linkis-engineconn-core/pom.xml                 |   8 +-
 .../accessible-executor/pom.xml                    |  10 +-
 .../executor-core/pom.xml                          |  10 +-
 .../linkis-engineconn-plugin-core/pom.xml          |  10 +-
 .../linkis-engineconn-plugin-server/pom.xml        |  13 +-
 .../server/restful/EnginePluginRestful.java        |   5 +
 .../linkis-engineconn/pom.xml                      |   2 +-
 .../linkis-entrance/pom.xml                        |  27 ++-
 .../entrance/restful/EntranceLabelRestfulApi.java  |   7 +
 .../entrance/restful/EntranceMetricRestfulApi.java |  12 ++
 .../entrance/restful/EntranceRestfulApi.java       |  41 +++++
 .../linkis-jdbc-driver/pom.xml                     |   4 +-
 .../linkis-application-manager/pom.xml             |  17 +-
 .../am/restful/ECResourceInfoRestfulApi.java       |  23 +++
 .../linkis/manager/am/restful/EMRestfulApi.java    |  41 +++++
 .../manager/am/restful/EngineRestfulApi.java       |  43 +++++
 .../manager/am/selector/DefaultNodeSelector.scala  |  13 +-
 .../am/selector/rule/AvailableNodeSelectRule.scala |   8 +-
 .../am/selector/rule/ScoreNodeSelectRule.scala     |   6 +-
 .../engine/DefaultEngineCreateService.scala        |  36 ++--
 .../linkis/manager/rm/restful/RMMonitorRest.scala  |  13 +-
 .../manager/rm/service/LabelResourceService.scala  |   2 +-
 .../linkis-manager/linkis-label-common/pom.xml     |   6 +-
 .../manager/label/entity/engine/EngineType.scala   |   5 +-
 .../linkis-manager/linkis-manager-common/pom.xml   |  10 +-
 .../linkis-manager-persistence/pom.xml             |  12 +-
 .../linkis/manager/dao/LockManagerMapper.java      |   5 +-
 .../linkis-manager/pom.xml                         |   2 +-
 linkis-computation-governance/pom.xml              |   2 +-
 linkis-dist/deploy-config/linkis-env.sh            |   2 +-
 .../db/upgrade/1.2.0_schema/mysql/linkis_ddl.sql   |  17 +-
 linkis-dist/pom.xml                                |  11 +-
 linkis-dist/release-docs/LICENSE                   |   6 +
 ... LICENSE-elasticsearch-rest-client-sniffer.txt} |   0
 ...n.txt => LICENSE-elasticsearch-rest-client.txt} |   0
 ...18n.txt => LICENSE-jackson-dataformat-cbor.txt} |   0
 ...i18n.txt => LICENSE-jackson-dataformat-csv.txt} |   0
 ...8n.txt => LICENSE-jackson-dataformat-smile.txt} |   0
 ...18n.txt => LICENSE-jackson-dataformat-yaml.txt} |   0
 linkis-engineconn-plugins/elasticsearch/pom.xml    |  13 +-
 .../executer/client/EsClientFactory.scala          |   2 +-
 linkis-engineconn-plugins/flink/pom.xml            |  15 +-
 linkis-engineconn-plugins/hive/pom.xml             |  13 +-
 .../hive/src/main/resources/log4j2.xml             |   2 +-
 linkis-engineconn-plugins/io_file/pom.xml          |  13 +-
 linkis-engineconn-plugins/jdbc/pom.xml             |  17 +-
 linkis-engineconn-plugins/openlookeng/pom.xml      |  13 +-
 linkis-engineconn-plugins/pipeline/pom.xml         |  13 +-
 linkis-engineconn-plugins/pom.xml                  |   5 +-
 linkis-engineconn-plugins/presto/pom.xml           |  47 +----
 linkis-engineconn-plugins/python/pom.xml           |  13 +-
 linkis-engineconn-plugins/shell/pom.xml            |  16 +-
 .../shell/src/main/resources/conf/log4j2.xml       |   2 +-
 .../shell/TestShellEngineConnPlugin.scala          |  19 +-
 .../common/TestShellEngineConnPluginConst.scala}   |  12 +-
 .../exception/TestNoCorrectUserException.scala}    |  21 ++-
 .../executor/TestShellEngineConnExecutor.scala     |  52 ++++++
 linkis-engineconn-plugins/spark/pom.xml            |  51 +++++-
 .../spark/src/main/resources/log4j2.xml            |   2 +-
 .../spark/config/SparkConfiguration.scala          |   2 +-
 .../spark/extension/TestExecutionHooks.scala       |  27 ++-
 .../spark/factory/TestSparkEngineConnFactory.scala |  29 +--
 ...SparkSubmitProcessEngineConnLaunchBuilder.scala |  30 ++--
 linkis-engineconn-plugins/sqoop/pom.xml            |  15 +-
 .../sqoop/src/main/resources/log4j2.xml            |   2 +-
 linkis-extensions/linkis-io-file-client/pom.xml    |   8 +-
 linkis-extensions/pom.xml                          |   2 +-
 .../linkis-code-orchestrator/pom.xml               |   4 +-
 .../linkis-computation-orchestrator/pom.xml        |   8 +-
 .../linkis-orchestrator-core/pom.xml               |  10 +-
 .../plugin/linkis-orchestrator-ecm-plugin/pom.xml  |   8 +-
 linkis-orchestrator/pom.xml                        |   2 +-
 .../linkis-bml/linkis-bml-client/pom.xml           |  10 +-
 .../linkis-bml/linkis-bml-common/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-server/pom.xml           |  11 +-
 .../linkis/bml/restful/BmlProjectRestful.java      |  51 ++++++
 .../apache/linkis/bml/restful/BmlRestfulApi.java   |  81 +++++++++
 linkis-public-enhancements/linkis-bml/pom.xml      |   2 +-
 .../linkis-cs-client/pom.xml                       |   8 +-
 .../linkis-cs-common/pom.xml                       |   4 +-
 .../linkis-cs-listener/pom.xml                     |   6 +-
 .../linkis-cs-server/pom.xml                       |  13 +-
 .../server/restful/ContextHistoryRestfulApi.java   |  35 ++++
 .../cs/server/restful/ContextIDRestfulApi.java     |  41 +++++
 .../server/restful/ContextListenerRestfulApi.java  |  10 ++
 .../cs/server/restful/ContextRestfulApi.java       |  86 ++++++++-
 .../linkis-context-service/pom.xml                 |   4 +-
 .../linkis-datasource-client/pom.xml               |   8 +-
 .../linkis-datasource-manager/common/pom.xml       |   2 +-
 .../linkis-datasource-manager/server/pom.xml       |  15 +-
 .../core/restful/DataSourceAdminRestfulApi.java    |  33 ++++
 .../core/restful/DataSourceCoreRestfulApi.java     | 108 ++++++++++-
 .../core/restful/DataSourceOperateRestfulApi.java  |   7 +
 .../service/impl/DataSourceRelateServiceImpl.java  |   2 +-
 .../linkis-metadata-query/common/pom.xml           |   8 +-
 .../linkis-metadata-query/server/pom.xml           |   9 +-
 .../query/server/restful/MetadataQueryRestful.java |  45 +++++
 .../service/elasticsearch/pom.xml                  |   7 +-
 .../linkis-metadata-query/service/hive/pom.xml     |   9 +-
 .../linkis-metadata-query/service/kafka/pom.xml    |   9 +-
 .../linkis-metadata-query/service/mysql/pom.xml    |   7 +-
 .../linkis-datasource/linkis-metadata/pom.xml      |  11 +-
 .../linkis/metadata/hive/dao/impl/HiveMetaDao.xml  |   2 +-
 .../metadata/restful/api/DataSourceRestfulApi.java |  27 +++
 .../metadata/restful/api/MdqTableRestfulApi.java   |  38 ++++
 .../linkis-datasource/pom.xml                      |   2 +-
 .../linkis-configuration/pom.xml                   |   8 +-
 .../restful/api/ConfigurationRestfulApi.java       |  87 +++++++++
 .../linkis-error-code-client/pom.xml               |   6 +-
 .../linkis-error-code-common/pom.xml               |   4 +-
 .../linkis-error-code-server/pom.xml               |   4 +-
 .../server/restful/LinkisErrorCodeRestful.java     |   5 +
 .../linkis-publicservice/linkis-error-code/pom.xml |   2 +-
 .../linkis-instance-label-client/pom.xml           |   6 +-
 .../linkis-instance-label-server/pom.xml           |   8 +-
 .../instance/label/restful/InstanceRestful.java    |  18 ++
 .../linkis-publicservice/linkis-jobhistory/pom.xml |  12 +-
 .../jobhistory/restful/api/QueryRestfulApi.java    |  44 +++++
 .../linkis-ps-common-lock/pom.xml                  |   6 +-
 .../linkis-storage-script-dev-client/pom.xml       |   6 +-
 .../linkis-storage-script-dev-server/pom.xml       |  10 +-
 .../filesystem/restful/api/BMLFsRestfulApi.java    |  31 ++++
 .../filesystem/restful/api/FsRestfulApi.java       | 113 ++++++++++++
 .../linkis-udf/linkis-udf-client/pom.xml           |   6 +-
 .../linkis-udf/linkis-udf-common/pom.xml           |   6 +-
 .../linkis-udf/linkis-udf-service/pom.xml          |  12 +-
 .../udf/api/{UDFApi.java => UDFRestfulApi.java}    | 198 ++++++++++++++++++++-
 .../linkis-publicservice/linkis-variable/pom.xml   |   6 +-
 .../variable/restful/api/VariableRestfulApi.java   |  17 +-
 .../linkis-publicservice/pom.xml                   |  16 +-
 linkis-public-enhancements/pom.xml                 |   9 +-
 .../linkis-service-discovery/linkis-eureka/pom.xml |   3 +-
 .../linkis-gateway-authentication/pom.xml          |   8 +-
 .../linkis-gateway-core/pom.xml                    |   8 +-
 .../linkis-gateway-httpclient-support/pom.xml      |   6 +-
 .../linkis-gateway-server-support/pom.xml          |   9 +-
 .../linkis-spring-cloud-gateway/pom.xml            |   4 +-
 .../linkis-gateway-datasource-ruler/pom.xml        |   2 +-
 .../linkis-service-gateway/pom.xml                 |   2 +-
 linkis-spring-cloud-services/pom.xml               |   2 +-
 linkis-web/.env                                    |   2 +-
 pom.xml                                            |  22 ++-
 tool/dependencies/known-dependencies.txt           |  13 +-
 176 files changed, 2023 insertions(+), 770 deletions(-)
 copy linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/scala/org/apache/linkis/manager/am/service/em/ECMOperateService.scala => linkis-dist/package/db/upgrade/1.2.0_schema/mysql/linkis_ddl.sql (68%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-elasticsearch-rest-client-sniffer.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-elasticsearch-rest-client.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-cbor.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-csv.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-smile.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-yaml.txt} (100%)
 copy linkis-commons/linkis-scheduler/src/test/scala/org/apache/linkis/scheduler/queue/parallelqueue/ParallelConsumerManagerTest.scala => linkis-engineconn-plugins/shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/TestShellEngineConnPlugin.scala (60%)
 copy linkis-engineconn-plugins/shell/src/{main/scala/org/apache/linkis/manager/engineplugin/shell/common/ShellEnginePluginConst.scala => test/scala/org/apache/linkis/manager/engineplugin/shell/common/TestShellEngineConnPluginConst.scala} (69%)
 copy linkis-engineconn-plugins/shell/src/{main/scala/org/apache/linkis/manager/engineplugin/shell/exception/NoCorrectUserException.scala => test/scala/org/apache/linkis/manager/engineplugin/shell/exception/TestNoCorrectUserException.scala} (70%)
 create mode 100644 linkis-engineconn-plugins/shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/executor/TestShellEngineConnExecutor.scala
 copy linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/exception/EntranceErrorException.scala => linkis-engineconn-plugins/spark/src/test/scala/org/apache/linkis/engineplugin/spark/extension/TestExecutionHooks.scala (57%)
 copy linkis-commons/linkis-scheduler/src/test/scala/org/apache/linkis/scheduler/queue/fifoqueue/FIFOSchedulerContextImplTest.scala => linkis-engineconn-plugins/spark/src/test/scala/org/apache/linkis/engineplugin/spark/factory/TestSparkEngineConnFactory.scala (54%)
 copy linkis-computation-governance/linkis-manager/linkis-label-common/src/main/java/org/apache/linkis/manager/label/entity/search/SearchableLabel.java => linkis-engineconn-plugins/spark/src/test/scala/org/apache/linkis/engineplugin/spark/launch/TestSparkSubmitProcessEngineConnLaunchBuilder.scala (59%)
 rename linkis-public-enhancements/linkis-publicservice/linkis-udf/linkis-udf-service/src/main/java/org/apache/linkis/udf/api/{UDFApi.java => UDFRestfulApi.java} (69%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org