From 58af8fc830bb4c51bd80bc46da669125ec6339f6 Mon Sep 17 00:00:00 2001 From: hyukjinkwon Date: Tue, 14 Feb 2017 23:48:37 +0900 Subject: [PATCH] Fix SparkR test break on Windows via AppVeyor --- dev/appveyor-install-dependencies.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1 index 5a729674c3cb3..1350095a945d7 100644 --- a/dev/appveyor-install-dependencies.ps1 +++ b/dev/appveyor-install-dependencies.ps1 @@ -95,7 +95,7 @@ $env:MAVEN_OPTS = "-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m" Pop-Location # ========================== Hadoop bin package -$hadoopVer = "2.6.5" +$hadoopVer = "2.6.4" $hadoopPath = "$tools\hadoop" if (!(Test-Path $hadoopPath)) { New-Item -ItemType Directory -Force -Path $hadoopPath | Out-Null