I have data in hadoop and created a external table using partitions (date and hour). The table creation is fine but when i try to query the data i m not getting any results.
Yes. You need to inform Hive about the new partition. The command to use is ALTER TABLE ... ADD PARTITION.