You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Rajesh Mahindra (Jira)" <ji...@apache.org> on 2021/11/25 19:23:00 UTC

[jira] [Created] (HUDI-2859) Avoid avro to parquet to hive conversion for schema in HiveSyncTool

Rajesh Mahindra created HUDI-2859:
-------------------------------------

             Summary: Avoid avro to parquet to hive conversion for schema in HiveSyncTool
                 Key: HUDI-2859
                 URL: https://issues.apache.org/jira/browse/HUDI-2859
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: Rajesh Mahindra
            Assignee: Rajesh Mahindra


Currently, in HiveSyncTool, we pass a parquet format schema to the hive classes. HEnce, we are doing a AVRO -> PARQUET -> HIVE schema conversion everytime. Investigate if we can instead use AVRO schema in the hive sync interface and avoid the conversion to parquet.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)