Oozie 发行版创建失败/在 Hadoop (AWS EC2) 上安装 Oozie

问题描述 投票:0回答:0

我正在努力更好地了解这里发生的事情。我对这一切真的很陌生。 Oozie-5.2.1 Hadoop-3.3.5 Java openjdk 版本“11.0.18”

[INFO] ---------------< org.apache.oozie:oozie-fluent-job-api >----------------
[INFO] Building Apache Oozie Fluent Job API 5.2.1                        [2/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Oozie Fluent Job 5.2.1 ...................... SUCCESS [  3.232 s]
[INFO] Apache Oozie Fluent Job API 5.2.1 .................. FAILURE [  0.548 s]
[INFO] Apache Oozie Client 5.2.1 .......................... SKIPPED
[INFO] Apache Oozie Share Lib Oozie 5.2.1 ................. SKIPPED
[INFO] Apache Oozie Share Lib HCatalog 5.2.1 .............. SKIPPED
[INFO] Apache Oozie Share Lib Distcp 5.2.1 ................ SKIPPED
[INFO] Apache Oozie Core 5.2.1 ............................ SKIPPED
[INFO] Apache Oozie Share Lib Streaming 5.2.1 ............. SKIPPED
[INFO] Apache Oozie Share Lib Pig 5.2.1 ................... SKIPPED
[INFO] Apache Oozie Share Lib Git 5.2.1 ................... SKIPPED
[INFO] Apache Oozie Share Lib Hive 5.2.1 .................. SKIPPED
[INFO] Apache Oozie Share Lib Hive 2 5.2.1 ................ SKIPPED
[INFO] Apache Oozie Share Lib Sqoop 5.2.1 ................. SKIPPED
[INFO] Apache Oozie Examples 5.2.1 ........................ SKIPPED
[INFO] Apache Oozie Share Lib Spark 5.2.1 ................. SKIPPED
[INFO] Apache Oozie Share Lib 5.2.1 ....................... SKIPPED
[INFO] Apache Oozie Docs 5.2.1 ............................ SKIPPED
[INFO] Apache Oozie WebApp 5.2.1 .......................... SKIPPED
[INFO] Apache Oozie Tools 5.2.1 ........................... SKIPPED
[INFO] Apache Oozie MiniOozie 5.2.1 ....................... SKIPPED
[INFO] Apache Oozie Fluent Job Client 5.2.1 ............... SKIPPED
[INFO] Apache Oozie Server 5.2.1 .......................... SKIPPED
[INFO] Apache Oozie Distro 5.2.1 .......................... SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests 5.2.1 ........ SKIPPED
[INFO] Apache Oozie Main 5.3.0-SNAPSHOT ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.384 s
[INFO] Finished at: 2023-04-15T05:33:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-fluent-job-api: Could not resolve dependencies for project org.apache.oozie:oozie-fluent-job-api:jar:5.2.1: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/java-11-openjdk-amd64/../lib/tools.jar -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
    [ERROR] 
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR]   mvn <args> -rf :oozie-fluent-job-api

ERROR, Oozie distro creation failed

我正在尝试按照 本网站 的说明进行操作。 [这个]是我现在的pom(https://github.com/apache/oozie/blob/master/pom.xml)

之前的错误与 Maven 未解析有关。任何指导将不胜感激。

amazon-web-services hadoop terminal pom.xml oozie
© www.soinside.com 2019 - 2024. All rights reserved.