Skip to content

Commit

Permalink
Support hive-tests.yml github actions for JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijitKulkarni1 committed Oct 3, 2024
1 parent b19595b commit b9e3fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-hive-hadoop2/bin/run_hive_tests_java21.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HADOOP_MASTER_IP=$(hadoop_master_ip)
# run product tests
pushd ${PROJECT_ROOT}
set +e
./mvnw -X -B -pl presto-hive-hadoop2-java21 test -P test-hive-hadoop2 -DskipUI \
./mvnw -X -B -pl presto-hive-hadoop2 test -P test-hive-hadoop2-java21 -DskipUI \
-Dhive.hadoop2.timeZone=UTC \
-DHADOOP_USER_NAME=hive \
-Dhive.hadoop2.metastoreHost=localhost \
Expand Down

0 comments on commit b9e3fd3

Please sign in to comment.