Provide example to write/save your own object (without thrift, avro, protoc)
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.6k
- 平均合并
- 3 天 12 小时
- 30 天内合并 PR
- 33
描述
I am studying parquet and found that it is not so easy to grasp the basic mechanism for writing/reading your own objects to a parquet file when you are not using protocol buffer, avro or thrift.
So my wish is to have a module that cover this topic.
I think for educational purposes it may have some value as it would help people get into the code.
I did the exercice, the code is here:
https://github.com/nromanetti/parquet-mr/tree/master/parquet-manual
**Reporter**: [Nicolas Romanetti](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nicolasr)
**Note**: *This issue was originally created as [PARQUET-420](https://issues.apache.org/jira/browse/PARQUET-420). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先查看 issue 中链接的 parquet-manual 示例,并将其与当前的 parquet-java 布局进行比较。确定教育模块或示例应放置的位置,并在其清楚演示如何在不使用 Thrift、Avro 或 Protocol Buffers 的情况下写入和读取自定义对象时,认为该 issue 已完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100