Github user mateiz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/158#discussion_r11190025
  
    --- Diff: python/pyspark/storagelevel.py ---
    @@ -25,23 +25,25 @@ class StorageLevel:
         Also contains static constants for some commonly used storage levels, 
such as MEMORY_ONLY.
         """
     
    -    def __init__(self, useDisk, useMemory, deserialized, replication = 1):
    +    def __init__(self, useDisk, useMemory, useTachyon, deserialized, 
replication = 1):
    --- End diff --
    
    The useTachyon should be called useOffHeap (param names are also part of 
the public interface in Python)


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

Reply via email to