You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by romansew <gi...@git.apache.org> on 2015/09/02 03:29:45 UTC

[GitHub] spark pull request: SPARK-10314 [CORE] RDD persist to OFF_HEAP tac...

GitHub user romansew opened a pull request:

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

    SPARK-10314 [CORE] RDD persist to OFF_HEAP tachyon got block rdd_x_x …

    SPARK-10314 [CORE] RDD persist to OFF_HEAP tachyon got block rdd_x_x not found exception when parallelism is bigger than data split size

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

    $ git pull https://github.com/jd-ode/spark master

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

    https://github.com/apache/spark/pull/8562.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 #8562
    
----

----


---
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-10314 [CORE] RDD persist to OFF_HEAP tac...

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

    https://github.com/apache/spark/pull/8562#issuecomment-136910457
  
    Can one of the admins verify this patch?


---
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-10314 [CORE] RDD persist to OFF_HEAP tac...

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

    https://github.com/apache/spark/pull/8562#issuecomment-136911830
  
    The empty block cache to mem the memSize in BlockStatus#isCached is 4. but the empty block cache to offheap the externalBlockStoreSize is 0. so the isCached function return false.


---
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-10314 [CORE] RDD persist to OFF_HEAP tac...

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

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


---
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