How to read hudi files with Mapreduce?

2021-08-11 Thread Jian Feng
Hi all, anyone can give me a sample? -- FengJian Data Infrastructure Team Mobile +65 90388153 Address 5 Science Park Drive, Shopee Building, Singapore 118265

Re: How to read hudi files with Mapreduce?

2021-08-13 Thread Vinoth Chandar
Hi Jian, We have a hoodie-hadoop-mr package with some InputFormat. You can try using HoodieParquetInputFormat to read from a MR job. I have only tested with Hive this way myself. So wondering if anyone else here has real experience trying with MR itself. Thanks Vinoth On Wed, Aug 11, 2021 at 3:2