[
https://issues.apache.org/jira/browse/TAJO-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13944634#comment-13944634
]
David Chen edited comment on TAJO-30 at 3/23/14 11:31 PM:
----------------------------------------------------------
Apologies for the spurious posts. I had a few issues with my review tools
setup. I have posted a RB review: https://reviews.apache.org/r/19573/
I'll post an updated patch with some changes and clean-up soon.
By the way, I noticed that the {{request-patch-review.py}} tool uses the old
{{post-review}} tool, which will be deprecated in favor of {{rbt}} soon. If you
would like, I can open a ticket and help clean it up, add a {{.reviewboardrc}}
to the source tree, and use {{rbt}} to post the review.
was (Author: davidzchen):
Apologies for the spurious posts. I had a few issues with my review tools
setup. I have posted a RB review: https://reviews.apache.org/r/19573/
By the way, I noticed that the {{request-patch-review.py}} tool uses the old
{{post-review}} tool, which will be deprecated in favor of {{rbt}} soon. If you
would like, I can open a ticket and help clean it up, add a {{.reviewboardrc}}
to the source tree, and use {{rbt}} to post the review.
> Parquet Integration
> -------------------
>
> Key: TAJO-30
> URL: https://issues.apache.org/jira/browse/TAJO-30
> Project: Tajo
> Issue Type: New Feature
> Reporter: Hyunsik Choi
> Assignee: David Chen
> Labels: Parquet
> Attachments: TAJO-30.patch
>
>
> Parquet is a columnar storage format developed by Twitter. Implement Parquet
> (http://parquet.io/) support for Tajo.
> The implementation consists of the following:
> * {{ParquetScanner}} and {{ParquetAppender}} - FileScanner and FileAppenders
> for reading and writing Parquet.
> * {{TajoParquetReader}} and {{TajoParquetWriter}} - Top-level reader and
> writer for serializing/deserializing to Tajo Tuples.
> * {{TajoReadSupport}} and {{TajoWriteSupport}} - Abstractions to perform
> conversion between Parquet and Tajo records.
> * {{TajoRecordMaterializer}} - Materializes Tajo Tuples from Parquet's
> internal representation.
> * {{TajoRecordConverter}} - Used by {{TajoRecordMateriailzer}} to
> materialize a Tajo Tuple.
> * {{TajoSchemaConverter}} - Converts between Tajo and Parquet schemas.
--
This message was sent by Atlassian JIRA
(v6.2#6252)