[GitHub] spark pull request: [spark-11252][network]ShuffleClient should rel...

2015-10-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9227#issuecomment-150277763 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark pull request: [SPARK-10971][SPARKR] RRunner should allow set...

2015-10-22 Thread shivaram
Github user shivaram commented on the pull request: https://github.com/apache/spark/pull/9179#issuecomment-150280544 Hmm lets use `spark.r.driver.command` and `spark.r.command`. Its better to use `command` than `rscript`. For the backwards compatibility thing can we just support both

[GitHub] spark pull request: [SPARK-10708] Consolidate sort shuffle impleme...

2015-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8829 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-9516][UI] Improvement of Thread Dump Pa...

2015-10-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7910#issuecomment-150289159 **[Test build #44152 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44152/consoleFull)** for PR 7910 at commit

[GitHub] spark pull request: [SPARK-9516][UI] Improvement of Thread Dump Pa...

2015-10-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7910#issuecomment-150289594 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-9516][UI] Improvement of Thread Dump Pa...

2015-10-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7910#issuecomment-150289600 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11253][SQL] reset all accumulators in p...

2015-10-22 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9215#discussion_r42775206 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/util/DataFrameCallbackSuite.scala --- @@ -80,4 +80,24 @@ class DataFrameCallbackSuite extends QueryTest

[GitHub] spark pull request: [SPARK-11253][SQL] reset all accumulators in p...

2015-10-22 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/9215#issuecomment-150291397 Can you also double check if our ui looks good after this change? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK-11116] [SQL] First Draft of Dataset API

2015-10-22 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/9190#discussion_r42776824 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/GroupedDataset.scala --- @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Foundation

<    3   4   5   6   7   8