Skip to content

Commit 492af87

Browse files
committed
Use Hadoop 3 winutils in AppVeyor build
1 parent 371b35d commit 492af87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/appveyor-install-dependencies.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ $env:MAVEN_OPTS = "-Xmx2g -XX:ReservedCodeCacheSize=1g"
9595
Pop-Location
9696

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

0 commit comments

Comments
 (0)