Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-12039: [Nightly][Gandiva] Fix gandiva-jar-ubuntu nightly build failure #9766

Closed
wants to merge 1 commit into from

Conversation

projjal
Copy link
Contributor

@projjal projjal commented Mar 22, 2021

After ubuntu-latest tag moved from ubuntu-18.04 to ubuntu-20.04, the java build started failing with Error: Failed to execute goal on project arrow-orc: Could not resolve dependencies for project org.apache.arrow.orc:arrow-orc:jar:4.0.0-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/adoptopenjdk-11-hotspot-amd64/../lib/tools.jar -> [Help 1] which seems to due to some jdk related issue and not related to gandiva. So pinning the version to 18.04

@projjal
Copy link
Contributor Author

projjal commented Mar 22, 2021

@github-actions crossbow submit -g gandiva

@github-actions
Copy link

@github-actions
Copy link

Revision: 35c2828

Submitted crossbow builds: ursacomputing/crossbow @ actions-229

Task Status
gandiva-jar-osx Github Actions
gandiva-jar-ubuntu Github Actions

@projjal
Copy link
Contributor Author

projjal commented Mar 22, 2021

@kou @kszucs Can you review this pr.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou closed this in d6a65de Mar 22, 2021
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
…failure

After ubuntu-latest tag moved from ubuntu-18.04 to ubuntu-20.04, the java build started failing with ```Error:  Failed to execute goal on project arrow-orc: Could not resolve dependencies for project org.apache.arrow.orc:arrow-orc:jar:4.0.0-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/adoptopenjdk-11-hotspot-amd64/../lib/tools.jar -> [Help 1]``` which seems to due to some jdk related issue and not related to gandiva. So pinning the version to 18.04

Closes apache#9766 from projjal/fixnightly

Authored-by: Projjal Chanda <iam@pchanda.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
…failure

After ubuntu-latest tag moved from ubuntu-18.04 to ubuntu-20.04, the java build started failing with ```Error:  Failed to execute goal on project arrow-orc: Could not resolve dependencies for project org.apache.arrow.orc:arrow-orc:jar:4.0.0-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/adoptopenjdk-11-hotspot-amd64/../lib/tools.jar -> [Help 1]``` which seems to due to some jdk related issue and not related to gandiva. So pinning the version to 18.04

Closes apache#9766 from projjal/fixnightly

Authored-by: Projjal Chanda <iam@pchanda.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants