Re: ParquetRecordReader warnings: counter initialization

2014-09-22 Thread Andrew Ash
Thanks for the info Michael. I see this a few other places in the Impala+Parquet context but a real quick scan didn't reveal any leads on this warning. I'll ignore for now. Andrew On Mon, Sep 22, 2014 at 12:16 PM, Michael Armbrust wrote: > These are coming from the parquet library and as far

Re: ParquetRecordReader warnings: counter initialization

2014-09-22 Thread Michael Armbrust
These are coming from the parquet library and as far as I know can be safely ignored. On Mon, Sep 22, 2014 at 3:27 AM, Andrew Ash wrote: > Hi All, > > I'm seeing the below WARNINGs in stdout using Spark SQL in Spark 1.1.0 -- > is this warning a known issue? I don't see any open Jira tickets for

ParquetRecordReader warnings: counter initialization

2014-09-22 Thread Andrew Ash
Hi All, I'm seeing the below WARNINGs in stdout using Spark SQL in Spark 1.1.0 -- is this warning a known issue? I don't see any open Jira tickets for it. Sep 22, 2014 10:13:54 AM INFO: parquet.hadoop.InternalParquetRecordReader: at row 0. reading next block Sep 22, 2014 10:13:54 AM INFO: parque