n:* Sanjay Subramanian [mailto:sanjay.subraman...@wizecommerce.com]
> *Gesendet:* Mittwoch, 22. Mai 2013 19:16
> *An:* user@hive.apache.org
> *Betreff:* Re: Hive skipping first line
>
> ** **
>
> Can u try doing a
>
> Hive -e "select * from tablename"
&
Excuting "hive -e select * from tablename" gives me back all my sample rows
without skipping one
Thanks
Tim
Von: Sanjay Subramanian [mailto:sanjay.subraman...@wizecommerce.com]
Gesendet: Mittwoch, 22. Mai 2013 19:16
An: user@hive.apache.org
Betreff: Re: Hive skipping first line
Hi,
I got some little problem with the content of hive tables.
These table's contents are generated by pig and do so have no header line,
they are accessed as "TextFile" with an external hive table. When I fetch
records through the java hive library (Version: 0.10.0-cdh4.2.0) with the
"hiveCli