Hi Shaik If you already have the data in hdfs then just create an External Table with that hdfs location. You'll have the data in your hive table.
Or if you want to have a managed table then also it is good use a Load data statement. It'd be faster as well since it is a hdfs move operation under the hood that requires just some change in hdfs metadata. Regards Bejoy KS Sent from handheld, please excuse typos. -----Original Message----- From: shaik ahamed <shaik5...@gmail.com> Date: Wed, 11 Jul 2012 20:09:07 To: <user@hive.apache.org> Reply-To: user@hive.apache.org Subject: hi all Hi All, As i have a data of 100GB in HDFS as i want this 100 gb file to move or copy to the hive directory or path how can i achieve this . Is there any cmd to run this. Please provide me a solution where i can load fast ... Thanks in advance Shaik