Commit f776e3b
[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 <gurwls223@gmail.com>
Closes #16927 from HyukjinKwon/spark-r-windows-break.1 parent 7b64f7a commit f776e3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments