You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Jun He (Jira)" <ji...@apache.org> on 2021/06/11 06:42:00 UTC

[jira] [Created] (BIGTOP-3557) Java on Fedora-33 is set to JDK11 as default

Jun He created BIGTOP-3557:
------------------------------

             Summary: Java on Fedora-33 is set to JDK11 as default
                 Key: BIGTOP-3557
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3557
             Project: Bigtop
          Issue Type: Bug
          Components: toolchain
            Reporter: Jun He
            Assignee: Jun He


On Fedora-33, JDK-11 is set as default JDK when installing pandoc for R. This causes hive build failure on fedora-33 as following:
{code:java}
[INFO] Hive Kryo Registrator .............................. SKIPPED
[INFO] Hive TestUtils ..................................... SKIPPED
[INFO] Hive Packaging ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:11 min
[INFO] Finished at: 2021-06-11T01:00:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hive-upgrade-acid: Could not resolve dependencies for project org.apache.hive:hive-upgrade-acid:jar:3.1.2: Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path /usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.fc33.x86_64/../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
{code}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)