Out of the box support for LocalOutputFile with ParquetWriter?
未关闭
question
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.6k
- 平均合并
- 3 天 12 小时
- 30 天内合并 PR
- 33
描述
Hi,
It seems that even though it is possible to use ParquetReader with LocalInputFile out of the box, it is not possible to use ParquetWriter with LocalOutputFile.
This forces people to implement their own Builder (as it is abstract) and thus requires to add hadoop dependencies in the classpath.
It would be great if it was possible to do so, cheers!
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先比较 ParquetReader 支持 LocalInputFile 的方式与 issue 中描述的 ParquetWriter builder 路径。无需自定义 Builder 或额外添加 Hadoop 依赖,ParquetWriter 即可直接使用 LocalOutputFile 时,工作就完成了;没有指定具体文件或测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- data
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100