diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1 index f410e8774d96..920c44404e2d 100644 --- a/dev/appveyor-install-dependencies.ps1 +++ b/dev/appveyor-install-dependencies.ps1 @@ -120,8 +120,8 @@ $env:PATH = "$tools\sbt\bin;" + $env:PATH Pop-Location # ========================== Hadoop bin package -# This must match the version at https://github.com/cdarlint/winutils/tree/master/hadoop-3.2.0 -$hadoopVer = "3.2.0" +# This must match the version at https://github.com/cdarlint/winutils/tree/master/hadoop-3.3.5 +$hadoopVer = "3.3.5" $hadoopPath = "$tools\hadoop" if (!(Test-Path $hadoopPath)) { New-Item -ItemType Directory -Force -Path $hadoopPath | Out-Null