RE: Reading Parquet/Hive

2015-12-18 Thread Gwenhael Pasquiers
g[]. Then later on, the String[] poses no issues with Tuple and it seems to be OK. Now ... Let's write those String[] in parquet too :) From: Gwenhael Pasquiers [mailto:gwenhael.pasqui...@ericsson.com] Sent: vendredi 18 décembre 2015 10:04 To: user@flink.apache.org Subject: Reading Parquet/Hi

Reading Parquet/Hive

2015-12-18 Thread Gwenhael Pasquiers
Hi, I'm trying to read Parquet/Hive data using parquet's ParquetInputFormat and hive's DataWritableReadSupport. I have an error when the TupleSerializer tries to create an instance of ArrayWritable, using reflection because ArrayWritable has no no-args constructor. I've been able to make it w