Skip to content

Commit bc5bb80

Browse files
HyukjinKwoncmonkey
authored andcommitted
[SPARK-19571][R] Fix SparkR test break on Windows via AppVeyor
## What changes were proposed in this pull request? It seems wintuils for Hadoop 2.6.5 not exiting for now in https://github.com/steveloughran/winutils This breaks the tests in SparkR on Windows so this PR proposes to use winutils built by Hadoop 2.6.4 for now. ## How was this patch tested? Manually via AppVeyor **Before** https://ci.appveyor.com/project/spark-test/spark/build/627-r-test-break **After** https://ci.appveyor.com/project/spark-test/spark/build/629-r-test-break Author: hyukjinkwon <[email protected]> Closes apache#16927 from HyukjinKwon/spark-r-windows-break.
1 parent 8f30557 commit bc5bb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/appveyor-install-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $env:MAVEN_OPTS = "-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"
9595
Pop-Location
9696

9797
# ========================== Hadoop bin package
98-
$hadoopVer = "2.6.5"
98+
$hadoopVer = "2.6.4"
9999
$hadoopPath = "$tools\hadoop"
100100
if (!(Test-Path $hadoopPath)) {
101101
New-Item -ItemType Directory -Force -Path $hadoopPath | Out-Null

0 commit comments

Comments
 (0)