Skip to content

Commit

Permalink
Set HADOOP_HOME in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Apr 12, 2024
1 parent e0858c5 commit 1e5d21b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
- name: Build and run TPCH/DS
run: |
cd $GITHUB_WORKSPACE/
axel https://archive.apache.org/dist/hadoop/core/hadoop-2.10.1/hadoop-2.10.1.tar.gz
tar xf hadoop-2.10.1.tar.gz -C /usr/local/
export HADOOP_HOME='/usr/local/hadoop-2.10.1'
export JAVA_HOME=/usr/lib/jvm/${{ matrix.java }}-openjdk-amd64
echo "JAVA_HOME: $JAVA_HOME"
mvn -ntp clean install -P${{ matrix.spark }} -P${{ matrix.java }} -Pbackends-velox -DskipTests
Expand Down

0 comments on commit 1e5d21b

Please sign in to comment.