Json object to Parquet format using Java without converting to AVRO(Without using Spark, Hive, Pig,Impala)

前端 未结 2 482
猫巷女王i
猫巷女王i 2020-12-13 02:58

I have a scenario where to convert the messages present as Json object to Apache Parquet format using Java. Any sample code or examples would be helpful. As far as what I ha

2条回答
  •  自闭症患者
    2020-12-13 03:18

    I had the same problem, and what I understood that there are not much samples available for parquet write without using avro or other frameworks. Finally I went with Avro. :)

    Have a look at this, may help you.

提交回复
热议问题