HadoopFsUtils.copyDistributedFileToLocalTempFile possible improvement
Open
priority: low
refactoring
under discussion
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Background
Some possible simplification of code
## Feature
In `HadoopFsUtils.copyDistributedFileToLocalTempFile` consider using:
```
fs.copyToLocalFile(false, new Path(hdfsPath), new Path("someLocalName"), true)
```
Contributor guide
Assessment
This issue has not been assessed yet.