[
https://issues.apache.org/jira/browse/GOBBLIN-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16162681#comment-16162681
]
Tilak Patidar commented on GOBBLIN-248:
---------------------------------------
PR link [https://github.com/apache/incubator-gobblin/pull/2101]
> Converter for Json to Parquet
> -----------------------------
>
> Key: GOBBLIN-248
> URL: https://issues.apache.org/jira/browse/GOBBLIN-248
> Project: Apache Gobblin
> Issue Type: New Feature
> Components: gobblin-core
> Reporter: Tilak Patidar
> Assignee: Abhishek Tiwari
> Priority: Minor
>
> This PR adds support for converting JSON records from JSON sources into
> Parquet format. The user has to define the source.schema which will help in
> generating Parquet schema and conversion of JSON into Parquet. In future, a
> ParquetHdfsWriter could be implemented to write Parquet files.
> The following data types are supported for now:
> * STRING
> * INT
> * LONG
> * FLOAT
> * DOUBLE
> * BOOLEAN
> * ARRAY
> * ENUM
> * RECORD
> * MAP
> Nesting is not supported for now.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)