Dear all: The chat records of WeChat group“Apache linkis Community Development Group”are as follows:
微信群"Apache Linkis 社区开发群"的聊天记录如下: ————— 2022-6-9 ————— Heisenberg海森堡 13:56 @peacewong@WDS 平哥 多数据源支持的PR 与dev-1.2.0的pom.xml有冲突 @peacewong@WDS How can I resolve the PR supported by multiple data sources and pom.xml of dev-1.2.0 conflicts? Heisenberg海森堡 13:57 我PR上排除了hive-jdbc依赖中jetty的一些包,不然JDBC引擎启动会发生依赖冲突,这个应该以哪个为准呀[捂脸] In my PR,except for the jetty installation package in hive JDBC dependency,dependency conflicts will occur when the JDBC engine is started.how to judge the choice in this case? Heisenberg海森堡 13:58 peacewong@WDS 13:59 是引入ds client后吗? After introducing DS client? Heisenberg海森堡 14:03 pom中我引入了ds-client的依赖,同时在hive-jdbc的依赖中排出了jetty的包 I introduced DS client dependency in pom,and excluded jetty packages form hive JDBC dependency? casion 14:17 hive-jdbc 依赖引入的jetty需要排除,这个和项目使用的jetty不是同一个版本,有冲突。 datasource-client也会将jetty引入么 it is necessary to exclude the jetty introduced by hive JDBC dependency,which is not the same version as the jetty used in the project and has conflicts.Will datasource client also introduce jetty. peacewong@WDS 14:18 client的也要排除下 The client should also be excluded. Heisenberg海森堡 14:18 All excluded. 都排除了 Heisenberg海森堡 14:19 client 和hive-jdbc 我提交的pr里都排除了 The PR I submitted excludes client and hive JDBC. Heisenberg海森堡 14:19 jetty peacewong@WDS 14:19 [强][强]client应该只依赖Httpcliient相关就好的 The client should only rely on httpclient. Heisenberg海森堡 14:19 也在测试机器上 安装部署测试过了 Also installed and deployed on the test machine Heisenberg海森堡 14:20 多数据源可以跑起来 Multiple datasources can running. Heisenberg海森堡 14:20 那这个依赖冲突咋处理? How to handle this dependency conflict? peacewong@WDS 14:23 还有冲突?那需要client的排一下 And conflict? The client needs to queue up. Heisenberg海森堡 14:25 [捂脸]代码冲突 Code conflict. casion 14:28 好像没有特别大的冲突,merge到 apache:dev-1.2.0 到你的分支 解决冲突后再提交? There seems to be no major conflict. Merge to apache:dev-1.2.0 to your branch and submit after resolving the conflict? casion 14:28 Heisenberg海森堡 14:35 OK