[GitHub] spark pull request: [SPARK-6612] [MLLib] [PySpark] Python KMeans p...

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

[GitHub] spark pull request: [SPARK-6612] [MLLib] [PySpark] Python KMeans p...

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

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread scwf
Github user scwf commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29406960 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,13 @@ class HiveResolutionSuite extends

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29406952 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/package.scala --- @@ -29,12 +29,23 @@ package object analysis {

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5799#discussion_r29406904 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala --- @@ -0,0 +1,55 @@ +/* +* Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5744#issuecomment-97683034 Merged build triggered. --- 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-6913][SQL] Fixed java.sql.SQLException...

2015-04-30 Thread SlavikBaranov
Github user SlavikBaranov commented on the pull request: https://github.com/apache/spark/pull/5782#issuecomment-97683350 Thanks for comments, fixed. --- 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

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

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

[GitHub] spark pull request: [SPARK-5938][SQL] Improve JsonRDD performance

2015-04-30 Thread NathanHowell
GitHub user NathanHowell opened a pull request: https://github.com/apache/spark/pull/5801 [SPARK-5938][SQL] Improve JsonRDD performance This patch comprises of a few related pieces of work: * Schema inference is performed directly on the JSON token stream * `String =

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

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

[GitHub] spark pull request: [SPARK-7031][ThriftServer]let thrift server ta...

2015-04-30 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5609#issuecomment-97692357 Another different case failed. Jenkins, retest this please. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29408785 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/InputInfoTracker.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29408797 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/InputInfoTracker.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29408816 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/InputInfoTracker.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread jerryshao
Github user jerryshao commented on the pull request: https://github.com/apache/spark/pull/5680#issuecomment-97695062 Yes, I will do this, please take take a look at the whole design, thanks a lot :) --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29410293 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala --- @@ -70,9 +70,8 @@ private[streaming] class

[GitHub] spark pull request: [SPARK-6612] [MLLib] [PySpark] Python KMeans p...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5647#issuecomment-97675700 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 project

[GitHub] spark pull request: [SPARK-1406] Mllib pmml model export

2015-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/3062 --- 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-6846 [WEBUI] Stage kill URL easy to acci...

2015-04-30 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5528#issuecomment-97676514 That's fine, in the sense that the endpoint returns no data. OK, so it works except for this proxying. Hm, surely the YARN proxy can pass on a POST. We'll have to look

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29406469 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,13 @@ class HiveResolutionSuite extends

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5799#issuecomment-97691954 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 project

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

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

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

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

[GitHub] spark pull request: [SPARK-7196][SQL] Support precision and scale ...

2015-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5777#issuecomment-97695518 @viirya apparently this doesn't fix the problem. Can you look into it more? Thanks. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29408973 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/BatchInfo.scala --- @@ -32,7 +33,7 @@ import org.apache.spark.streaming.Time

[GitHub] spark pull request: [SPARK-7274][SQL] Create Column expression for...

2015-04-30 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5802#discussion_r29410114 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -363,6 +380,28 @@ object functions { def sqrt(e: Column): Column =

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29410045 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala --- @@ -135,28 +132,25 @@ private[streaming] class

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

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

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5799#issuecomment-97709044 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 project

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

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

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

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

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

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

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5680#issuecomment-97708818 Merged build triggered. --- 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-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5680#issuecomment-97708865 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 have

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

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

[GitHub] spark pull request: [SPARK-7267][SQL]Push down Project when it's c...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5797#issuecomment-97715468 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 project

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

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

[GitHub] spark pull request: [SPARK-7267][SQL]Push down Project when it's c...

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

[GitHub] spark pull request: [SPARK-6967] [SQL] fix date type convertion in...

2015-04-30 Thread nadavoosh
Github user nadavoosh commented on the pull request: https://github.com/apache/spark/pull/5590#issuecomment-97717732 hi @adrian-wang ! I am using spark and needed to include this fix, since I am reading from a table that has Date types. I just ran into a new problem though: when the

[GitHub] spark pull request: [SPARK-7031][ThriftServer]let thrift server ta...

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

[GitHub] spark pull request: [SPARK-7031][ThriftServer]let thrift server ta...

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

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

2015-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5744#issuecomment-97677458 I will let @marmbrus take a look at this tomorrow. Meantime, can you add the apply method and Python getitem method? Thanks. --- If your project is set up for it,

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5744#issuecomment-97677730 Merged build triggered. --- 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: Merge pull request #1 from apache/master

2015-04-30 Thread sven0726
Github user sven0726 closed the pull request at: https://github.com/apache/spark/pull/5800 --- 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-7133][SQL] Implement struct, array, and...

2015-04-30 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/5744#issuecomment-97677728 @rxin , already done :) --- 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

[GitHub] spark pull request: Merge pull request #1 from apache/master

2015-04-30 Thread sven0726
GitHub user sven0726 opened a pull request: https://github.com/apache/spark/pull/5800 Merge pull request #1 from apache/master You can merge this pull request into a Git repository by running: $ git pull https://github.com/sven0726/spark-1 master Alternatively you can review

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5799#discussion_r29406784 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/stat/FrequentItems.scala --- @@ -0,0 +1,127 @@ +/* +* Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5799#discussion_r29406755 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala --- @@ -0,0 +1,55 @@ +/* +* Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5744#issuecomment-97683042 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 have

[GitHub] spark pull request: [SPARK-7267][SQL]Push down Project when it's c...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5797#issuecomment-97688351 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 have

[GitHub] spark pull request: [SPARK-7267][SQL]Push down Project when it's c...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5797#issuecomment-97688243 Merged build triggered. --- 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-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29408488 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,13 @@ class HiveResolutionSuite

[GitHub] spark pull request: [SPARK-7031][ThriftServer]let thrift server ta...

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

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29409065 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala --- @@ -70,9 +70,8 @@ private[streaming] class

[GitHub] spark pull request: [SPARK-7031][ThriftServer]let thrift server ta...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5609#issuecomment-97695850 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 project

[GitHub] spark pull request: [SPARK-7031][ThriftServer]let thrift server ta...

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

[GitHub] spark pull request: [SPARK-6602][Core] Update Master, Worker, Clie...

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

[GitHub] spark pull request: [SPARK-7249] Updated Hadoop dependencies due t...

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

[GitHub] spark pull request: [SPARK-7274][SQL] Create Column expression for...

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

[GitHub] spark pull request: [SPARK-7274][SQL] Create Column expression for...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5802#issuecomment-97700671 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 have

[GitHub] spark pull request: [SPARK-6888][SQL] Make the jdbc driver handlin...

2015-04-30 Thread rtreffer
Github user rtreffer commented on the pull request: https://github.com/apache/spark/pull/#issuecomment-97702611 Still no build :cry: --- 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

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29411128 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,11 @@ class HiveResolutionSuite extends

[GitHub] spark pull request: [SPARK-6999] [SQL] Remove the infinite recursi...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5804#issuecomment-97706125 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 have

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29412354 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,11 @@ class HiveResolutionSuite

[GitHub] spark pull request: [SPARK-5342][YARN] Allow long running Spark ap...

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

[GitHub] spark pull request: [SPARK-4699][SQL] make caseSensitive configura...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5806#issuecomment-97712608 Merged build triggered. --- 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-5342][YARN] Allow long running Spark ap...

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

[GitHub] spark pull request: [SPARK-4699][SQL] make caseSensitive configura...

2015-04-30 Thread scwf
GitHub user scwf opened a pull request: https://github.com/apache/spark/pull/5806 [SPARK-4699][SQL] make caseSensitive configurable in Analyzer.scala You can merge this pull request into a Git repository by running: $ git pull https://github.com/scwf/spark case Alternatively

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

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

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5744#issuecomment-97677743 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 have

[GitHub] spark pull request: [SPARK-7133][SQL] Implement struct, array, and...

2015-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5744#discussion_r29406389 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1166,7 +1166,7 @@ def __init__(self, jc): # container operators __contains__ =

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5799#issuecomment-97681263 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5799#discussion_r29406968 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/stat/FrequentItems.scala --- @@ -0,0 +1,127 @@ +/* +* Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29407261 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/package.scala --- @@ -29,12 +29,23 @@ package object analysis { /**

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29410424 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala --- @@ -95,7 +95,7 @@ private[ui] class StreamingPage(parent:

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5798#issuecomment-97702165 Merged build triggered. --- 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-7269] [SQL] Incorrect analysis for aggr...

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

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

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

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5805#issuecomment-97713362 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

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

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5799#issuecomment-97679106 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 have

[GitHub] spark pull request: [SPARK-7242][SQL][MLLIB] Frequent items for Da...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5799#issuecomment-97679097 Merged build triggered. --- 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-7232] [SQL] Add a Substitution batch fo...

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

[GitHub] spark pull request: [SPARK-7232] [SQL] Add a Substitution batch fo...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5776#issuecomment-97680176 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 project

[GitHub] spark pull request: [SPARK-7232] [SQL] Add a Substitution batch fo...

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

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29406841 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,13 @@ class HiveResolutionSuite

[GitHub] spark pull request: [SPARK-7112][Streaming] Add a DirectStreamTrac...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5680#issuecomment-97692199 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 have this

[GitHub] spark pull request: [SPARK-7112][Streaming] Add a DirectStreamTrac...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5680#issuecomment-97692178 Build triggered. --- 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

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/5680#issuecomment-97694754 There are merge conflicts! Please merge master! --- 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-6602][Core] Update Master, Worker, Clie...

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

[GitHub] spark pull request: [SPARK-6602][Core] Update Master, Worker, Clie...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5392#issuecomment-97695958 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 project

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29409167 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/InputInfoTracker.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-7196][SQL] Support precision and scale ...

2015-04-30 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/5777#issuecomment-97696066 @rxin ok. --- 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

[GitHub] spark pull request: [SPARK-7112][Streaming][WIP] Add a InputInfoTr...

2015-04-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/5680#discussion_r29409159 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala --- @@ -135,28 +132,25 @@ private[streaming] class

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/5798#issuecomment-97701616 Thank you for the comments, I've updated the code for preserving the attribute name. Attribute name normalization seems still require some discussion, let's keep

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5805#issuecomment-97706740 Merged build triggered. --- 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-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/5798#discussion_r29411449 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveResolutionSuite.scala --- @@ -81,9 +81,11 @@ class HiveResolutionSuite extends

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

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

[GitHub] spark pull request: [SPARK-6913][SQL] Fixed java.sql.SQLException...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5782#issuecomment-97715156 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 project

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5798#issuecomment-97679300 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 project

  1   2   3   4   5   6   7   8   9   10   >