aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorLianhui Wang <lianhuiwang09@gmail.com>2016-06-01 08:30:38 -0500
committerSean Owen <sowen@cloudera.com>2016-06-01 08:30:38 -0500
commit6563d72b168c39115376e73788b48a2d60803d4e (patch)
treeaf6ffec045d492385f83036598f73f748bce7728 /python
parente4ce1bc4f3ca088365ff199e563f23a552dc88ef (diff)
downloadspark-6563d72b168c39115376e73788b48a2d60803d4e.tar.gz
spark-6563d72b168c39115376e73788b48a2d60803d4e.tar.bz2
spark-6563d72b168c39115376e73788b48a2d60803d4e.zip
[SPARK-15664][MLLIB] Replace FileSystem.get(conf) with path.getFileSystem(conf) when removing CheckpointFile in MLlib
## What changes were proposed in this pull request? if sparkContext.set CheckpointDir to another Dir that is not default FileSystem, it will throw exception when removing CheckpointFile in MLlib. So we should always get the FileSystem from Path to avoid wrong FS problem. ## How was this patch tested? N/A Author: Lianhui Wang <lianhuiwang09@gmail.com> Closes #13408 from lianhuiwang/SPARK-15664.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions