[GitHub] spark pull request: [SPARK-5817] [SQL] Fix bug of udtf with column...

2015-04-14 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4602#discussion_r28372261 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala --- @@ -107,6 +113,12 @@ trait CheckAnalysis {

[GitHub] spark pull request: [SPARK-6890] [core] Fix launcher lib work with...

2015-04-14 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/5504#issuecomment-93068968 Actually, it might be caused by this change. --- 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-6350][Mesos] Make mesosExecutorCores co...

2015-04-14 Thread tnachen
Github user tnachen commented on the pull request: https://github.com/apache/spark/pull/5063#issuecomment-93105439 What @sryza is correct. spark.mesos.executor.cores is different than spark.executor.cores, as it's only the cpu cores used for the mesos executor, which is used to

[GitHub] spark pull request: [SPARK-6807] [SparkR] Merge recent SparkR-pkg ...

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5436#issuecomment-93105782 [Test build #30277 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30277/consoleFull) for PR 5436 at commit

[GitHub] spark pull request: [SPARK-6807] [SparkR] Merge recent SparkR-pkg ...

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

[GitHub] spark pull request: [SPARK-6911] [SQL] improve accessor for nested...

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5513#issuecomment-93106227 [Test build #671 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/671/consoleFull) for PR 5513 at commit

[GitHub] spark pull request: [SPARK-4897] [PySpark] Python 3 support

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5173#issuecomment-93106732 [Test build #30278 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30278/consoleFull) for PR 5173 at commit

[GitHub] spark pull request: [SPARK-4897] [PySpark] Python 3 support

2015-04-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5173#issuecomment-93106745 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-6229] Add SASL encryption to network li...

2015-04-14 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/5377#issuecomment-93109032 /cc @rxin @aarondav in case you guys missed the JIRA update. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-6229] Add SASL encryption to network li...

2015-04-14 Thread aarondav
Github user aarondav commented on the pull request: https://github.com/apache/spark/pull/5377#issuecomment-93109516 Will take a look tomorrow, thanks for the ping! --- 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-6350][Mesos] Make mesosExecutorCores co...

2015-04-14 Thread jongyoul
Github user jongyoul commented on a diff in the pull request: https://github.com/apache/spark/pull/5063#discussion_r28381413 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala --- @@ -220,10 +222,9 @@ private[spark] class

[GitHub] spark pull request: [SPARK-5277][SQL] - SparkSqlSerializer doesn't...

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5237#issuecomment-93110412 [Test build #30279 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30279/consoleFull) for PR 5237 at commit

[GitHub] spark pull request: [SPARK-5277][SQL] - SparkSqlSerializer doesn't...

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

[GitHub] spark pull request: [SPARK-6911] [SQL] improve accessor for nested...

2015-04-14 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/5513#discussion_r28381742 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala --- @@ -515,14 +515,15 @@ class Column(protected[sql] val expr: Expression) extends

[GitHub] spark pull request: [SPARK-6703][Core] Provide a way to discover e...

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5501#issuecomment-93003725 [Test build #30264 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30264/consoleFull) for PR 5501 at commit

[GitHub] spark pull request: [SPARK-6747][SQL] Support List as a return t...

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5395#issuecomment-93003697 [Test build #30265 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30265/consoleFull) for PR 5395 at commit

[GitHub] spark pull request: [SPARK-6703][Core] Provide a way to discover e...

2015-04-14 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5501#discussion_r28355633 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1855,6 +1857,28 @@ object SparkContext extends Logging { } /**

[GitHub] spark pull request: [SPARK-5259][CORE]Make sure mapStage.pendingta...

2015-04-14 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/4055#discussion_r28356278 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -543,6 +543,53 @@ class DAGSchedulerSuite extends FunSuiteLike

[GitHub] spark pull request: [SPARK-4897] [PySpark] Python 3 support

2015-04-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5173#issuecomment-93113314 [Test build #674 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/674/consoleFull) for PR 5173 at commit

<    2   3   4   5   6   7