-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12953][Examples]RDDRelation writer set overwrite mode #10864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for submitting a patch. However, I don't think these examples are here for you to keep running them -- it is just an example. |
|
Can you close this pull request? Thanks. |
|
@rxin This case throw exception at the second time of running. Unit test is import to project, example is useful for spark user. :) |
|
That's fair -- if you reopen I can merge it provided that tests pass. |
|
Test build #2452 has finished for PR 10864 at commit
|
|
hi, @rxin, I have reopened, please trigger the test |
|
Test build #2456 has finished for PR 10864 at commit
|
|
test it |
|
Jenkins, retest this please. |
|
Test build #50154 has finished for PR 10864 at commit
|
…uet already exists" Setting DataFrameWriter's mode to `SaveMode.Overwrite`
|
@JoshRosen fix checkstyle failure, please retest it. |
|
Jenkins, retest this please |
|
Test build #51054 has finished for PR 10864 at commit
|
|
LGTM, so I'm merging this to master. Thanks! |
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