Tilak Patidar created GOBBLIN-248:
-------------------------------------
Summary: 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)