[jira] [Commented] (SPARK-17404) [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R

2016-09-05 Thread Yin Huai (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15466154#comment-15466154
 ] 

Yin Huai commented on SPARK-17404:
--

Thanks!

> [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R
> ---
>
> Key: SPARK-17404
> URL: https://issues.apache.org/jira/browse/SPARK-17404
> Project: Spark
>  Issue Type: Bug
>  Components: SparkR
>Affects Versions: 1.6.3
>Reporter: Yin Huai
>Assignee: Sun Rui
> Fix For: 1.6.3
>
>
> https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/286/console
> Seems showDF in test_sparkSQL.R is broken. 
> {code}
> Failed 
> -
> 1. Failure: showDF() (@test_sparkSQL.R#1400) 
> ---
> `s` produced no output
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-17404) [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R

2016-09-05 Thread Shivaram Venkataraman (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15465927#comment-15465927
 ] 

Shivaram Venkataraman commented on SPARK-17404:
---

I've kicked off 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/288/
 after the cherry-pick. Lets watch this and see if it fixes things

> [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R
> ---
>
> Key: SPARK-17404
> URL: https://issues.apache.org/jira/browse/SPARK-17404
> Project: Spark
>  Issue Type: Bug
>  Components: SparkR
>Affects Versions: 1.6.3
>Reporter: Yin Huai
>
> https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/286/console
> Seems showDF in test_sparkSQL.R is broken. 
> {code}
> Failed 
> -
> 1. Failure: showDF() (@test_sparkSQL.R#1400) 
> ---
> `s` produced no output
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-17404) [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R

2016-09-05 Thread Shivaram Venkataraman (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15465929#comment-15465929
 ] 

Shivaram Venkataraman commented on SPARK-17404:
---

I've kicked off 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/288/
 after the cherry-pick. Lets watch this and see if it fixes things

> [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R
> ---
>
> Key: SPARK-17404
> URL: https://issues.apache.org/jira/browse/SPARK-17404
> Project: Spark
>  Issue Type: Bug
>  Components: SparkR
>Affects Versions: 1.6.3
>Reporter: Yin Huai
>
> https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/286/console
> Seems showDF in test_sparkSQL.R is broken. 
> {code}
> Failed 
> -
> 1. Failure: showDF() (@test_sparkSQL.R#1400) 
> ---
> `s` produced no output
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-17404) [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R

2016-09-05 Thread Shivaram Venkataraman (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15465915#comment-15465915
 ] 

Shivaram Venkataraman commented on SPARK-17404:
---

Hmm - we upgraded the version of testthat on the cluster last week. This could 
be related to that. I'm going to try and backport
https://github.com/apache/spark/pull/12867 to branch-1.6 and see if it fixes 
things

> [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R
> ---
>
> Key: SPARK-17404
> URL: https://issues.apache.org/jira/browse/SPARK-17404
> Project: Spark
>  Issue Type: Bug
>  Components: SparkR
>Affects Versions: 1.6.3
>Reporter: Yin Huai
>
> https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/286/console
> Seems showDF in test_sparkSQL.R is broken. 
> {code}
> Failed 
> -
> 1. Failure: showDF() (@test_sparkSQL.R#1400) 
> ---
> `s` produced no output
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-17404) [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R

2016-09-05 Thread Yin Huai (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15465781#comment-15465781
 ] 

Yin Huai commented on SPARK-17404:
--

cc [~felixcheung] and [~shivaram]

> [BRANCH-1.6] Broken test: showDF in test_sparkSQL.R
> ---
>
> Key: SPARK-17404
> URL: https://issues.apache.org/jira/browse/SPARK-17404
> Project: Spark
>  Issue Type: Bug
>  Components: SparkR
>Affects Versions: 1.6.3
>Reporter: Yin Huai
>
> https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-1.6-test-sbt-hadoop-2.2/286/console
> Seems showDF in test_sparkSQL.R is broken. 
> {code}
> Failed 
> -
> 1. Failure: showDF() (@test_sparkSQL.R#1400) 
> ---
> `s` produced no output
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org