You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by davies <gi...@git.apache.org> on 2016/03/10 00:52:01 UTC

[GitHub] spark pull request: test Window 1.6

GitHub user davies opened a pull request:

    https://github.com/apache/spark/pull/11619

    test Window 1.6

    This PR is used to test


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/davies/spark window_1.6

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11619.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11619
    
----
commit ef2f6d22df844da70911ad7bd6b5bd4d4834ed89
Author: Herman van Hovell <hv...@questtec.nl>
Date:   2015-12-17T23:16:35Z

    [SPARK-8641][SQL] Native Spark Window functions
    
    This PR removes Hive windows functions from Spark and replaces them with (native) Spark ones. The PR is on par with Hive in terms of features.
    
    This has the following advantages:
    * Better memory management.
    * The ability to use spark UDAFs in Window functions.
    
    cc rxin / yhuai
    
    Author: Herman van Hovell <hv...@questtec.nl>
    
    Closes #9819 from hvanhovell/SPARK-8641-2.

commit 20d8659b7c03a8a873b4a868f719bbb68825ce14
Author: Davies Liu <da...@databricks.com>
Date:   2016-01-07T07:21:52Z

    [SPARK-12295] [SQL] external spilling for window functions
    
    This PR manage the memory used by window functions (buffered rows), also enable external spilling.
    
    After this PR, we can run window functions on a partition with hundreds of millions of rows with only 1G.
    
    Author: Davies Liu <da...@databricks.com>
    
    Closes #10605 from davies/unsafe_window.

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: test Window 1.6

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/11619#issuecomment-194571804
  
    **[Test build #52778 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52778/consoleFull)** for PR 11619 at commit [`20d8659`](https://github.com/apache/spark/commit/20d8659b7c03a8a873b4a868f719bbb68825ce14).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: test Window 1.6

Posted by davies <gi...@git.apache.org>.
Github user davies closed the pull request at:

    https://github.com/apache/spark/pull/11619


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: test Window 1.6

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/11619#issuecomment-194618111
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: test Window 1.6

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/11619#issuecomment-194618116
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/52778/
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: test Window 1.6

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/11619#issuecomment-194617968
  
    **[Test build #52778 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52778/consoleFull)** for PR 11619 at commit [`20d8659`](https://github.com/apache/spark/commit/20d8659b7c03a8a873b4a868f719bbb68825ce14).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org