[GitHub] spark pull request: [SPARK-12665][CORE][GRAPHX] Remove Vector, Vec...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10613#issuecomment-169277163 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12665][CORE][GRAPHX] Remove Vector, Vec...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10613#issuecomment-169277161 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 projec

[GitHub] spark pull request: [SPARK-12573][SPARK-12574][SQL] Move SQL Parse...

2016-01-06 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/10583#discussion_r48940364 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/CatalystQl.scala --- @@ -0,0 +1,969 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-12665][CORE][GRAPHX] Remove Vector, Vec...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10613#issuecomment-169276940 **[Test build #48844 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48844/consoleFull)** for PR 10613 at commit [`99029db`](https://g

[GitHub] spark pull request: [SPARK-12630][DOC] Update param descriptions

2016-01-06 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10598#issuecomment-169275901 @BryanCutler Thanks for the review, I added a new commit - will review update other two PRs with 100 fill-column as well. --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-12340][SQL]fix Int overflow in the Spar...

2016-01-06 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10562#issuecomment-169274323 @QiangCai We have many conflicts against `branch-1.6` so I'd merge this into only `master` for now. If you want merge this into `branch-1.6` please feel free open an

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169273963 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169273957 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169273855 **[Test build #48845 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48845/consoleFull)** for PR 10552 at commit [`af22848`](https://g

[GitHub] spark pull request: [SPARK-12604] [CORE] Java count(AprroxDistinct...

2016-01-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/10554#discussion_r48938992 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaPairRDD.scala --- @@ -288,17 +288,18 @@ class JavaPairRDD[K, V](val rdd: RDD[(K, V)]) * im

[GitHub] spark pull request: [SPARK-12340][SQL]fix Int overflow in the Spar...

2016-01-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10562 --- 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 ena

[GitHub] spark pull request: [SPARK-12340][SQL]fix Int overflow in the Spar...

2016-01-06 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10562#issuecomment-169272584 Merging this into `master` and `branch-1.6`. Thanks @QiangCai ! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] spark pull request: [Streaming][UI][SPARK-12672]Use the uiRoot fun...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10617#issuecomment-169271840 **[Test build #48846 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48846/consoleFull)** for PR 10617 at commit [`70a12b6`](https://gi

[GitHub] spark pull request: [SPARK-5682][Core] Add encrypted shuffle in sp...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-169271044 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-5682][Core] Add encrypted shuffle in sp...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-169271043 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-12340][SQL]fix Int overflow in the Spar...

2016-01-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/10562#issuecomment-169270903 LGTM --- 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 a

[GitHub] spark pull request: [SPARK-5682][Core] Add encrypted shuffle in sp...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-169270859 **[Test build #48841 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48841/consoleFull)** for PR 8880 at commit [`05bb703`](https://git

[GitHub] spark pull request: [SPARK-12638] [API DOC] Parameter explanation ...

2016-01-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/10587#issuecomment-169270733 LGTM --- 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 a

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169270419 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169270414 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 projec

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169270236 **[Test build #48843 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48843/consoleFull)** for PR 10609 at commit [`d587f0a`](https://g

[GitHub] spark pull request: [Streaming][UI][SPARK-12672]Use the uiRoot fun...

2016-01-06 Thread SaintBacchus
GitHub user SaintBacchus opened a pull request: https://github.com/apache/spark/pull/10617 [Streaming][UI][SPARK-12672]Use the uiRoot function instead of default root path to gain the streaming batch url. You can merge this pull request into a Git repository by running: $ git

[GitHub] spark pull request: [SPARK-12578][SQL] Distinct should not be sile...

2016-01-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10557 --- 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 ena

[GitHub] spark pull request: [SPARK-12578][SQL] Distinct should not be sile...

2016-01-06 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10557#issuecomment-169267439 Merged. Thanks. --- 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-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169267284 **[Test build #48845 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48845/consoleFull)** for PR 10552 at commit [`af22848`](https://gi

[GitHub] spark pull request: [SPARK-12665][CORE][GRAPHX] Remove Vector, Vec...

2016-01-06 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10613#issuecomment-169266714 Thanks for your suggestion. I've update the title and corresponding JIRA. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: SPARK-12637 Print stage info of finished stage...

2016-01-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/10585#discussion_r48936240 --- Diff: core/src/main/scala/org/apache/spark/scheduler/StageInfo.scala --- @@ -61,6 +61,21 @@ class StageInfo( "running" } } +

[GitHub] spark pull request: [SPARK-12665][CORE][GRAPHX] Remove deprecated ...

2016-01-06 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10613#issuecomment-169264616 I'd update the title to just say the classes you are removing, since there are only 3. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] spark pull request: [SPARK-12665][CORE][GRAPHX] Remove deprecated ...

2016-01-06 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10613#issuecomment-169264571 LGTM --- 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

[GitHub] spark pull request: [SPARK-12295] [SQL] external spilling for wind...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10605#issuecomment-169263416 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 projec

[GitHub] spark pull request: [SPARK-12295] [SQL] external spilling for wind...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10605#issuecomment-169263417 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12295] [SQL] external spilling for wind...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10605#issuecomment-169263236 **[Test build #48835 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48835/consoleFull)** for PR 10605 at commit [`560ef90`](https://g

[GitHub] spark pull request: [SPARK-12617][PySpark]Clean up the leak socket...

2016-01-06 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/10579#discussion_r48934872 --- Diff: python/pyspark/context.py --- @@ -54,6 +54,64 @@ } +class Py4jCallbackConnectionCleaner(object): + +""" +A c

<    2   3   4   5   6   7