Re: Received an event in channel 0 while still having data from a record

2017-01-24 Thread Aljoscha Krettek
Hi Billy, the stack trace seems to indicate that there is a problem at the point where the data sink is trying to read the input elements so it doesn't seem to be related to the source. Could you also post what sinks you have and what the type of the input elements of these sinks are? Cheers, Aljo

Re: Received an event in channel 0 while still having data from a record

2017-01-11 Thread M. Dale
How were the Parquet files you are trying to read generated? Same version of libraries? I am successfully using the following Scala code to read Parquet files using the HadoopInputFormat wrapper. Maybe try that in Java? val hadoopInputFormat = new HadoopInputFormat[Void, GenericRecord](new