Github user gabrielhuang commented on a diff in the pull request:
https://github.com/apache/spark/pull/15811#discussion_r88130822
--- Diff: python/pyspark/rdd.py ---
@@ -181,6 +181,7 @@ def __init__(self, jrdd, ctx,
jrdd_deserializer=AutoBatchedSerializer(PickleSeri
self._jrdd = jrdd
self.is_cached = False
self.is_checkpointed = False
+ self.is_locally_checkpointed = False
--- End diff --
No it's not. I just mirrored the behavior of self.is_checkpointed: the flag
self.is_locally_checkpointed is set by the Python wrappers, but
isLocallyChecked() wraps around the scala equivalent, which I imagine reads
itself a scala flag.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]