Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 881C1200BD3 for ; Tue, 1 Nov 2016 04:44:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 86BD9160B05; Tue, 1 Nov 2016 03:44:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B7853160B09 for ; Tue, 1 Nov 2016 04:43:59 +0100 (CET) Received: (qmail 47966 invoked by uid 500); 1 Nov 2016 03:43:58 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 47846 invoked by uid 99); 1 Nov 2016 03:43:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 03:43:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 787532C2A66 for ; Tue, 1 Nov 2016 03:43:58 +0000 (UTC) Date: Tue, 1 Nov 2016 03:43:58 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SPARK-18190) Fix R version to not the latest in AppVeyor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 03:44:00 -0000 [ https://issues.apache.org/jira/browse/SPARK-18190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-18190: ------------------------------------ Assignee: (was: Apache Spark) > Fix R version to not the latest in AppVeyor > ------------------------------------------- > > Key: SPARK-18190 > URL: https://issues.apache.org/jira/browse/SPARK-18190 > Project: Spark > Issue Type: Improvement > Components: Build, SparkR > Reporter: Hyukjin Kwon > > Currently, Spark supports the test on Windows via AppVeyor but not it seems failing to download R 3.3.1 after R 3.3.2 is released. > It downloads given R version after checking if that is the latest or not via http://rversions.r-pkg.org/r-release because the URL. > For example, the latest one has the URL as below: > https://cran.r-project.org/bin/windows/base/R-3.3.1-win.exe > and the old one has the URL as below. > https://cran.r-project.org/bin/windows/base/old/3.3.0/R-3.3.0-win.exe > The problem is, it seems the versions of R on Windows are not always synced with the latest versions. > Please check https://cloud.r-project.org > So, currently, AppVeyor tries to find https://cran.r-project.org/bin/windows/base/old/3.3.1/R-3.3.1-win.exe (which is the URL for old versions) as 3.3.2 is released but does not exist because it seems R 3.3.2 for Windows is not there. > It seems safer to lower the version as SparkR supports 3.1+ if I remember correctly. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org