GitHub user shijinkui reopened a pull request:

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

    [SPARK-12953][Examples]RDDRelation writer set overwrite mode

    https://issues.apache.org/jira/browse/SPARK-12953
    
    fix error when run RDDRelation.main():
    "path file:/Users/sjk/pair.parquet already exists"
    
    Set DataFrameWriter's mode to SaveMode.Overwrite

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

    $ git pull https://github.com/shijinkui/spark set_mode

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

    https://github.com/apache/spark/pull/10864.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 #10864
    
----
commit 958a419877e36ad0d3987e83e56b6007937334e8
Author: shijinkui <[email protected]>
Date:   2016-01-21T08:56:26Z

    fix error when run RDDRelation.main():"path file:/Users/sjk/pair.parquet 
already exists"
    
    Setting DataFrameWriter's mode to `SaveMode.Overwrite`

commit 2de63ecdfa8c7b0241587c0f9bb7d3f2edd4f7ce
Author: shijinkui <[email protected]>
Date:   2016-01-25T16:13:21Z

    import order

----


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