Github user deenar commented on the pull request:

    https://github.com/apache/spark/pull/5030#issuecomment-103797063
  
    Sure I will go ahead and close this. But @rxin I just wanted to make sure
    we are talking about the same change, the use of these new methods is
    fairly straight foward, similar to existing saveAs methods, it's utility
    might be limited to users saving object files. I only contributed this as
    heard from other people on London Spark meetups that were looking for
    something similar,
    
    Deenar
    
    
    
    void*saveAsObjectFile
    
<http://spark.apache.org/docs/1.2.2/api/java/org/apache/spark/rdd/RDD.html#saveAsObjectFile(java.lang.String)>*
    (String path)
    Save this RDD as a SequenceFile of serialized objects.
    void*saveAsTextFile
    
<http://spark.apache.org/docs/1.2.2/api/java/org/apache/spark/rdd/RDD.html#saveAsTextFile(java.lang.String)>*
    (String path)
    Save this RDD as a text file, using string representations of elements.
    void*saveAsTextFile
    
<http://spark.apache.org/docs/1.2.2/api/java/org/apache/spark/rdd/RDD.html#saveAsTextFile(java.lang.String,
    java.lang.Class)>*(String path, Class<? extends
    org.apache.hadoop.io.compress.CompressionCodec> codec)
    Save this RDD as a compressed text file, using string representations of
    elements.
    
    On 20 May 2015 at 08:13, Sean Owen <[email protected]> wrote:
    
    > OK I think let's leave this one then. @deenar <https://github.com/deenar>
    > would you mind closing this PR?
    >
    > —
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/spark/pull/5030#issuecomment-103786483>.
    >



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

Reply via email to