-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-8511][pyspark] Modify a test to remove a saved model in regression.py
#6926
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
|
Test build #35401 has finished for PR 6926 at commit
|
|
Jenkins, test this please. |
|
This actually appears in even more places in MLlib. Would you mind fixing those too with this JIRA/PR? Thanks for catching this issue! |
|
@jkbradley sure! will do! |
|
Test build #35405 has finished for PR 6926 at commit
|
…ngs, instead of `os.removedirs()`
|
Test build #35412 has finished for PR 6926 at commit
|
|
Jenkins, test this please. |
|
LGTM pending tests |
|
@jkbradley Thank you for reviewing it! |
|
Test build #35434 has finished for PR 6926 at commit
|
|
Merged build finished. Test FAILed. |
|
The tests passed, but posting here failed. I'll merge with master and branch-1.4 |
…ession.py` [[SPARK-8511] Modify a test to remove a saved model in `regression.py` - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-8511) Author: Yu ISHIKAWA <[email protected]> Closes #6926 from yu-iskw/SPARK-8511 and squashes the following commits: 7cd0948 [Yu ISHIKAWA] Use `shutil.rmtree()` to temporary directories for saving model testings, instead of `os.removedirs()` 4a01c9e [Yu ISHIKAWA] [SPARK-8511][pyspark] Modify a test to remove a saved model in `regression.py` (cherry picked from commit 5d89d9f) Signed-off-by: Joseph K. Bradley <[email protected]> Conflicts: python/pyspark/mllib/tests.py
|
@jkbradley thank you for merging it! |
…ession.py` [[SPARK-8511] Modify a test to remove a saved model in `regression.py` - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-8511) Author: Yu ISHIKAWA <[email protected]> Closes apache#6926 from yu-iskw/SPARK-8511 and squashes the following commits: 7cd0948 [Yu ISHIKAWA] Use `shutil.rmtree()` to temporary directories for saving model testings, instead of `os.removedirs()` 4a01c9e [Yu ISHIKAWA] [SPARK-8511][pyspark] Modify a test to remove a saved model in `regression.py` (cherry picked from commit 5d89d9f) Signed-off-by: Joseph K. Bradley <[email protected]> Conflicts: python/pyspark/mllib/tests.py
…ession.py` [[SPARK-8511] Modify a test to remove a saved model in `regression.py` - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-8511) Author: Yu ISHIKAWA <[email protected]> Closes apache#6926 from yu-iskw/SPARK-8511 and squashes the following commits: 7cd0948 [Yu ISHIKAWA] Use `shutil.rmtree()` to temporary directories for saving model testings, instead of `os.removedirs()` 4a01c9e [Yu ISHIKAWA] [SPARK-8511][pyspark] Modify a test to remove a saved model in `regression.py`
[SPARK-8511] Modify a test to remove a saved model in
regression.py- ASF JIRA