Skip to content

Commit

Permalink
Install winutils on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 21, 2024
1 parent c451235 commit c6a4782
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ jobs:
# Install the package using Chocolatey
choco install vcredist2010 -y --allow-empty-checksums
- name: Install Winutils
if: runner.os == 'Windows'
run: |
git clone https://github.com/cdarlint/winutils.git
HADOOP_HOME = ${{ github.workspace }}/winutils/hadoop-3.3.6
echo "HADOOP_HOME=${HADOOP_HOME}" >> $GITHUB_ENV
echo "PATH=$PATH:${HADOOP_HOME}/bin" >> $GITHUB_ENV
shell: bash

- name: Install Spark
run: |
sparklyr::spark_install(version="${{ matrix.config.spark }}")
Expand Down

0 comments on commit c6a4782

Please sign in to comment.