针对 Hive-JDBC 依赖项的 Mule 4 应用程序执行错误

我在执行过程中遇到以下错误。 原因:我刚刚为 DB 连接添加了 Hive-jdbc 依赖项。

此外,如果我删除此依赖项,应用程序运行良好。任何人都可以帮忙吗

<dependency>
  <groupId>org.apache.hive</groupId>
  <artifactId>hive-jdbc</artifactId>
  <version>1.2.1</version>
</dependency>

错误

Failed to execute goal
org.mule.tools.maven:mule-maven-plugin:3.3.5:process-sources
(default-process-sources) on project hive-db-poc: There was an
exception while creating the repository of [MavenProject:
com.mycompany:hive-db-poc:1.0.0-M4-snAPSHOT @
D:\workspace\7\hive-db-poc\pom.xml]: There was a problem while copying
the artifact [jdk.tools:jdk.tools:1.6:jar] file
[/D:/AnypointStudio-7.6.0-win64/AnypointStudio/plugins/org.mule.tooling.jdk.win32.x86_64_1.0.0.202004281356/jre/../lib/tools.jar]
to the application local repository: Source
'D:\AnypointStudio-7.6.0-win64\AnypointStudio\plugins\org.mule.tooling.jdk.win32.x86_64_1.0.0.202004281356\jre\..\lib\pom.xml'
does not exist -> [Help 1]*
wjw850329 回答:针对 Hive-JDBC 依赖项的 Mule 4 应用程序执行错误

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/8310.html

大家都在问