Hi,
I have a csv table in Hive which is configured to skip the header row using
TBLPROPERTIES("skip.header.line.count"="1").
When querying from Hive the header row is not included in the data, but
when running the same query via HiveContext I get the header row.

I made sure that HiveContext sees the skip.header.line.count setting by
running "show create table"

Any ideas?

Thank you.
Daniel

Reply via email to