[jira] [Comment Edited] (SPARK-24152) Flaky Test: SparkR
[ https://issues.apache.org/jira/browse/SPARK-24152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461983#comment-16461983 ] Felix Cheung edited comment on SPARK-24152 at 5/3/18 6:26 AM: -- ok good. in the event this reoccurs persistently, option 1: * since we have NO_TESTS, we could remove --as-cran from this line [https://github.com/apache/spark/blob/master/R/check-cran.sh#L54] (temporarily) option 2: - we could set _R_CHECK_CRAN_INCOMING_ to "FALSE" in the environment to disable this check check_CRAN_incoming() (see [http://mtweb.cs.ucl.ac.uk/mus/bin/install_R/R-3.1.1/src/library/tools/R/check.R|http://mtweb.cs.ucl.ac.uk/mus/bin/install_R/R-3.1.1/src/library/tools/R/check.R)] was (Author: felixcheung): ok good. in the event this reoccurs persistently, option 1: * since we have NO_TESTS, we could remove --as-cran from this line [https://github.com/apache/spark/blob/master/R/check-cran.sh#L54] (temporarily) option 2: - we could set _R_CHECK_CRAN_INCOMING_ to "FALSE" in the environment to disable this check check_CRAN_incoming() (see [http://mtweb.cs.ucl.ac.uk/mus/bin/install_R/R-3.1.1/src/library/tools/R/check.R)] > Flaky Test: SparkR > -- > > Key: SPARK-24152 > URL: https://issues.apache.org/jira/browse/SPARK-24152 > Project: Spark > Issue Type: Bug > Components: SparkR >Affects Versions: 2.4.0 >Reporter: Dongjoon Hyun >Assignee: Liang-Chi Hsieh >Priority: Critical > > PR builder and master branch test fails with the following SparkR error with > unknown reason. The following is an error message from that. > {code} > * this is package 'SparkR' version '2.4.0' > * checking CRAN incoming feasibility ...Error in > .check_package_CRAN_incoming(pkgdir) : > dims [product 24] do not match the length of object [0] > Execution halted > {code} > *PR BUILDER* > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90039/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89983/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89998/ > *MASTER BRANCH* > - > https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4458/ > (Fail with no failures) > This is critical because we already start to merge the PR by ignoring this > **known unkonwn** SparkR failure. > - https://github.com/apache/spark/pull/21175 -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Comment Edited] (SPARK-24152) Flaky Test: SparkR
[ https://issues.apache.org/jira/browse/SPARK-24152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461983#comment-16461983 ] Felix Cheung edited comment on SPARK-24152 at 5/3/18 6:26 AM: -- ok good. in the event this reoccurs persistently, option 1: * since we have NO_TESTS, we could remove --as-cran from this line [https://github.com/apache/spark/blob/master/R/check-cran.sh#L54] (temporarily) option 2: - we could set _R_CHECK_CRAN_INCOMING_ to "FALSE" in the environment to disable this check check_CRAN_incoming() (see [http://mtweb.cs.ucl.ac.uk/mus/bin/install_R/R-3.1.1/src/library/tools/R/check.R] was (Author: felixcheung): ok good. in the event this reoccurs persistently, option 1: * since we have NO_TESTS, we could remove --as-cran from this line [https://github.com/apache/spark/blob/master/R/check-cran.sh#L54] (temporarily) option 2: - we could set _R_CHECK_CRAN_INCOMING_ to "FALSE" in the environment to disable this check check_CRAN_incoming() (see [http://mtweb.cs.ucl.ac.uk/mus/bin/install_R/R-3.1.1/src/library/tools/R/check.R|http://mtweb.cs.ucl.ac.uk/mus/bin/install_R/R-3.1.1/src/library/tools/R/check.R)] > Flaky Test: SparkR > -- > > Key: SPARK-24152 > URL: https://issues.apache.org/jira/browse/SPARK-24152 > Project: Spark > Issue Type: Bug > Components: SparkR >Affects Versions: 2.4.0 >Reporter: Dongjoon Hyun >Assignee: Liang-Chi Hsieh >Priority: Critical > > PR builder and master branch test fails with the following SparkR error with > unknown reason. The following is an error message from that. > {code} > * this is package 'SparkR' version '2.4.0' > * checking CRAN incoming feasibility ...Error in > .check_package_CRAN_incoming(pkgdir) : > dims [product 24] do not match the length of object [0] > Execution halted > {code} > *PR BUILDER* > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90039/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89983/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89998/ > *MASTER BRANCH* > - > https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4458/ > (Fail with no failures) > This is critical because we already start to merge the PR by ignoring this > **known unkonwn** SparkR failure. > - https://github.com/apache/spark/pull/21175 -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Comment Edited] (SPARK-24152) Flaky Test: SparkR
[ https://issues.apache.org/jira/browse/SPARK-24152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461932#comment-16461932 ] Hyukjin Kwon edited comment on SPARK-24152 at 5/3/18 4:44 AM: -- For the past issue, it was fixed within only a couple of hours (after his action to CRAN admin). Will take an action if it takes a longer while. was (Author: hyukjin.kwon): For the past issue, it was fixed within only a couple of hours. Will take an action if it takes a longer while. > Flaky Test: SparkR > -- > > Key: SPARK-24152 > URL: https://issues.apache.org/jira/browse/SPARK-24152 > Project: Spark > Issue Type: Bug > Components: SparkR >Affects Versions: 2.4.0 >Reporter: Dongjoon Hyun >Priority: Critical > > PR builder and master branch test fails with the following SparkR error with > unknown reason. The following is an error message from that. > {code} > * this is package 'SparkR' version '2.4.0' > * checking CRAN incoming feasibility ...Error in > .check_package_CRAN_incoming(pkgdir) : > dims [product 24] do not match the length of object [0] > Execution halted > {code} > *PR BUILDER* > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90039/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89983/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89998/ > *MASTER BRANCH* > - > https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4458/ > (Fail with no failures) > This is critical because we already start to merge the PR by ignoring this > **known unkonwn** SparkR failure. > - https://github.com/apache/spark/pull/21175 -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Comment Edited] (SPARK-24152) Flaky Test: SparkR
[ https://issues.apache.org/jira/browse/SPARK-24152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461929#comment-16461929 ] Hyukjin Kwon edited comment on SPARK-24152 at 5/3/18 4:40 AM: -- >From Liang-Chi's comment and given previous discussion and resolution - >[https://github.com/apache/spark/pull/20005|https://github.com/apache/spark/pull/20005] > (SPARK-22812) seems it's a problem from R's. We (mainly he) investigated this >problem there and he solved that by asking / reporting the problem to R dev. I >think it's outside of Spark and we could wait for the response. BTW, I think this is quite critical since it blocks all other PRs. was (Author: hyukjin.kwon): >From Liang-Chi's comment and given previous discussion and resolution - >[https://github.com/apache/spark/pull/20005|https://github.com/apache/spark/pull/20005,] > (SPARK-22812) seems it's a problem from R's. We (mainly he) investigated this >problem there and he solved that by asking / reporting the problem to R dev. I >think it's outside of Spark and we could wait for the response. BTW, I think this is quite critical since it blocks all other PRs. > Flaky Test: SparkR > -- > > Key: SPARK-24152 > URL: https://issues.apache.org/jira/browse/SPARK-24152 > Project: Spark > Issue Type: Bug > Components: SparkR >Affects Versions: 2.4.0 >Reporter: Dongjoon Hyun >Priority: Critical > > PR builder and master branch test fails with the following SparkR error with > unknown reason. The following is an error message from that. > {code} > * this is package 'SparkR' version '2.4.0' > * checking CRAN incoming feasibility ...Error in > .check_package_CRAN_incoming(pkgdir) : > dims [product 24] do not match the length of object [0] > Execution halted > {code} > *PR BUILDER* > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90039/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89983/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89998/ > *MASTER BRANCH* > - > https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4458/ > (Fail with no failures) > This is critical because we already start to merge the PR by ignoring this > **known unkonwn** SparkR failure. > - https://github.com/apache/spark/pull/21175 -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Comment Edited] (SPARK-24152) Flaky Test: SparkR
[ https://issues.apache.org/jira/browse/SPARK-24152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461929#comment-16461929 ] Hyukjin Kwon edited comment on SPARK-24152 at 5/3/18 4:39 AM: -- >From Liang-Chi's comment and given previous discussion and resolution - >[https://github.com/apache/spark/pull/20005|https://github.com/apache/spark/pull/20005,] > (SPARK-22812) seems it's a problem from R's. We (mainly he) investigated this >problem there and he solved that by asking / reporting the problem to R dev. I >think it's outside of Spark and we could wait for the response. BTW, I think this is quite critical since it blocks all other PRs. was (Author: hyukjin.kwon): >From Liang-Chi's comment and given previous discussion and resolution - >[https://github.com/apache/spark/pull/20005,] seems it's a problem from R's. >We (mainly he) investigated this problem there and he solved that by asking / >reporting the problem to R dev. I think it's outside of Spark and we could >wait for the response. > Flaky Test: SparkR > -- > > Key: SPARK-24152 > URL: https://issues.apache.org/jira/browse/SPARK-24152 > Project: Spark > Issue Type: Bug > Components: SparkR >Affects Versions: 2.4.0 >Reporter: Dongjoon Hyun >Priority: Critical > > PR builder and master branch test fails with the following SparkR error with > unknown reason. The following is an error message from that. > {code} > * this is package 'SparkR' version '2.4.0' > * checking CRAN incoming feasibility ...Error in > .check_package_CRAN_incoming(pkgdir) : > dims [product 24] do not match the length of object [0] > Execution halted > {code} > *PR BUILDER* > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90039/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89983/ > - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89998/ > *MASTER BRANCH* > - > https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4458/ > (Fail with no failures) > This is critical because we already start to merge the PR by ignoring this > **known unkonwn** SparkR failure. > - https://github.com/apache/spark/pull/21175 -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org