Best way to load the data in hadoop

2011-09-27 Thread vikas srivastava
Hey folk, I m using python scripts to load the data in to hadoop, actually get lots of data on daily bases through ETL, data would be present in SQL tables as well as in CSV, Is there any better way and easy way to store the data in hadoop, or dere is any application which is used for loading

Re: Best way to load the data in hadoop

2011-09-27 Thread Reju R
Hi, For reading from SQL tables, you can use SQOOP tool. For storing the data, and keeping the data relation, we can use Hive as a solution. You can write some mapreduce program to read the data from CSV files into hadoop. Regards Reju. R On Tue, Sep 27, 2011 at 7:26 PM, vikas srivastava