Kokila N created HIVE-29575:
-------------------------------
Summary: 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
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)