You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by chenghao-intel <gi...@git.apache.org> on 2014/12/03 06:14:35 UTC

[GitHub] spark pull request: [SPARK-4713] [SQL] SchemaRDD.unpersist() shoul...

GitHub user chenghao-intel opened a pull request:

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

    [SPARK-4713] [SQL] SchemaRDD.unpersist() should not raise exception if it is not persisted

    Unpersist a uncached RDD, will not raise exception, for example:
    ```
    val data = Array(1, 2, 3, 4, 5)
    val distData = sc.parallelize(data)
    distData.unpersist(true)
    ```
    
    But the `SchemaRDD` will raise exception if the `SchemaRDD` is not cached. Since `SchemaRDD` is the subclasses of the `RDD`, we should follow the same behavior.

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

    $ git pull https://github.com/chenghao-intel/spark try_uncache

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

    https://github.com/apache/spark/pull/3572.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 #3572
    
----
commit 50a7a8932fe36d0f6f7eb5b44a580ee694dc0a34
Author: Cheng Hao <ha...@intel.com>
Date:   2014-12-03T05:00:36Z

    SchemaRDD.unpersist() should not raise exception if it is not persisted

----


---
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: [SPARK-4713] [SQL] SchemaRDD.unpersist() shoul...

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

    https://github.com/apache/spark/pull/3572#issuecomment-65357431
  
      [Test build #24075 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24075/consoleFull) for   PR 3572 at commit [`50a7a89`](https://github.com/apache/spark/commit/50a7a8932fe36d0f6f7eb5b44a580ee694dc0a34).
     * This patch merges cleanly.


---
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: [SPARK-4713] [SQL] SchemaRDD.unpersist() shoul...

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

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


---
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: [SPARK-4713] [SQL] SchemaRDD.unpersist() shoul...

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

    https://github.com/apache/spark/pull/3572#issuecomment-65361249
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24075/
    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: [SPARK-4713] [SQL] SchemaRDD.unpersist() shoul...

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

    https://github.com/apache/spark/pull/3572#issuecomment-66737774
  
    Thanks, merged to 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 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: [SPARK-4713] [SQL] SchemaRDD.unpersist() shoul...

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

    https://github.com/apache/spark/pull/3572#issuecomment-65361245
  
      [Test build #24075 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24075/consoleFull) for   PR 3572 at commit [`50a7a89`](https://github.com/apache/spark/commit/50a7a8932fe36d0f6f7eb5b44a580ee694dc0a34).
     * 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