Check out HBase's importtsv. (http://hbase.apache.org/book/ops_mgt.html#importtsv)
-- Lars ----- Original Message ----- From: iwannaplay games <funnlearnfork...@gmail.com> To: hdfs-user@hadoop.apache.org Cc: Sent: Thursday, July 19, 2012 3:33 AM Subject: Re: Loading data in hdfs Thanks Tariq Now i want to convert this csv file to table.(HBase table with column families) How can i do that Regards Prabhjot On 7/19/12, Mohammad Tariq <donta...@gmail.com> wrote: > Hi Prabhjot > > You can also use : > hadoop fs -put <src fs path> <destn hdfs path> > > Regards, > Mohammad Tariq > > > On Thu, Jul 19, 2012 at 3:52 PM, Bejoy Ks <bejoy.had...@gmail.com> wrote: >> Hi Prabhjot >> >> Yes, Just use the filesystem commands >> hadoop fs -copyFromLocal <src fs path> <destn hdfs path> >> >> Regards >> Bejoy KS >> >> On Thu, Jul 19, 2012 at 3:49 PM, iwannaplay games >> <funnlearnfork...@gmail.com> wrote: >>> Hi, >>> >>> I am unable to use sqoop and want to load data in hdfs for testing, >>> Is there any way by which i can load my csv or text file to hadoop >>> file system directly without writing code in java >>> >>> Regards >>> Prabhjot >