Skip to content

Commit

Permalink
Use Hadoop 3 winutils in AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jul 8, 2020
1 parent 371b35d commit 492af87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/appveyor-install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ $env:MAVEN_OPTS = "-Xmx2g -XX:ReservedCodeCacheSize=1g"
Pop-Location

# ========================== Hadoop bin package
# This must match the version at https://github.com/steveloughran/winutils/tree/master/hadoop-2.7.1
$hadoopVer = "2.7.1"
# This must match the version at https://github.com/steveloughran/winutils/tree/master/hadoop-3.0.0
$hadoopVer = "3.0.0"
$hadoopPath = "$tools\hadoop"
if (!(Test-Path $hadoopPath)) {
New-Item -ItemType Directory -Force -Path $hadoopPath | Out-Null
Expand Down

0 comments on commit 492af87

Please sign in to comment.