We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371b35d commit 492af87Copy full SHA for 492af87
dev/appveyor-install-dependencies.ps1
@@ -95,8 +95,8 @@ $env:MAVEN_OPTS = "-Xmx2g -XX:ReservedCodeCacheSize=1g"
95
Pop-Location
96
97
# ========================== 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"
+# This must match the version at https://github.com/steveloughran/winutils/tree/master/hadoop-3.0.0
+$hadoopVer = "3.0.0"
100
$hadoopPath = "$tools\hadoop"
101
if (!(Test-Path $hadoopPath)) {
102
New-Item -ItemType Directory -Force -Path $hadoopPath | Out-Null
0 commit comments