HadoopFsUtils.copyDistributedFileToLocalTempFile possible improvement
未关闭
priority: low
refactoring
under discussion
- 主要语言
- Scala
- 星标
- 33
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Background
Some possible simplification of code
## Feature
In `HadoopFsUtils.copyDistributedFileToLocalTempFile` consider using:
```
fs.copyToLocalFile(false, new Path(hdfsPath), new Path("someLocalName"), true)
```
贡献指南
评估
这个 Issue 还没有评估数据。