Hi Sodham You just need to get into the hive prompt and issue queries on the corresponding table name. Hive queries are pretty much similar to SQL queries.
hive; hive> Select count(*) from <table name>; Regards Bejoy KS Sent from handheld, please excuse typos. -----Original Message----- From: soham sardar <[email protected]> Date: Thu, 31 May 2012 17:43:38 To: <[email protected]> Reply-To: [email protected] Subject: sqoop problem I am trying install sqoop in my lappy but there are some problems with the installation of hue : I m importing some data from mysql into hive and as per the end result it has been impoerted and even the file part-m-00000 contains all the data that is imported but i m still not sure wether the data is actually being imported because when i look at the result on my terminal it says transferred 0 bytes in 3.13 secs so is it really importing and is there any way to access and run queries on the data present in hive ??? I would be greatful with some kind of assistance :)
