[
https://issues.apache.org/jira/browse/HIVE-29575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ayush Saxena resolved HIVE-29575.
---------------------------------
Fix Version/s: 4.3.0
Resolution: Fixed
> Hive build is failing with JAVA_HOME not set in github actions
> --------------------------------------------------------------
>
> Key: HIVE-29575
> URL: https://issues.apache.org/jira/browse/HIVE-29575
> Project: Hive
> Issue Type: Bug
> Reporter: Kokila N
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.3.0
>
>
> Github Action Build fails with error
> {code:java}
> Run mvn clean install -DskipTests -Pitests
> mvn clean install -DskipTests -Pitests
> shell: /bin/bash -e {0}
> env:
> DEVELOCITY_ACCESS_KEY:
> JAVA_HOME_21.0.11_x64: /Users/runner/hostedtoolcache/jdk/21.0.11/x64
> JAVA_HOME: /Users/runner/hostedtoolcache/jdk/21.0.11/x64
> JAVA_HOME_21_0_11_X64: /Users/runner/hostedtoolcache/jdk/21.0.11/x64
> The JAVA_HOME environment variable is not defined correctly,
> this environment variable is needed to run this program.
> Error: Process completed with exit code 1.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)