Re: Hive skipping first line

2013-05-23 Thread Dean Wampler
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" &

AW: Hive skipping first line

2013-05-23 Thread Tim Bittersohl
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

Hive skipping first line

2013-05-22 Thread Tim Bittersohl
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