Using a Cygwin distribution, I\'ve installed Hadoop 0.20.3 and Hive 0.11.0.
First of all, I don\'t understand how to use the Hive CLI:
hive> show tabl
Try to use this with single quotes in data:
insert into table test_hive values ('1','puneet');