Re: How to take Whole Database From RDBMS to HDFS Instead of Table/Table

2013-02-27 Thread Kai Voigt
http://sqoop.apache.org/docs/1.4.1-incubating/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal
 is your friend

Kai

Am 27.02.2013 um 12:09 schrieb samir das mohapatra samir.help...@gmail.com:

 Hi All,
 
Using sqoop how to take entire database table into HDFS insted of Table by 
 Table ?.
 
 How do you guys did it?
 Is there some trick?
 
 Regards,
 samir.

-- 
Kai Voigt
k...@123.org






Re: How to take Whole Database From RDBMS to HDFS Instead of Table/Table

2013-02-27 Thread Jagat Singh
You might want to read this

http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal



On Wed, Feb 27, 2013 at 10:09 PM, samir das mohapatra 
samir.help...@gmail.com wrote:

 Hi All,

Using sqoop how to take entire database table into HDFS insted of Table
 by Table ?.

 How do you guys did it?
 Is there some trick?

 Regards,
 samir.



Re: How to take Whole Database From RDBMS to HDFS Instead of Table/Table

2013-02-27 Thread samir das mohapatra
thanks all.



On Wed, Feb 27, 2013 at 4:41 PM, Jagat Singh jagatsi...@gmail.com wrote:

 You might want to read this


 http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal




 On Wed, Feb 27, 2013 at 10:09 PM, samir das mohapatra 
 samir.help...@gmail.com wrote:

 Hi All,

Using sqoop how to take entire database table into HDFS insted of
 Table by Table ?.

 How do you guys did it?
 Is there some trick?

 Regards,
 samir.





Re: How to take Whole Database From RDBMS to HDFS Instead of Table/Table

2013-02-27 Thread Michel Segel
I wouldn't use sqoop if you are taking everything.
Simpler to write your own java/jdbc program that writes its output to HDFS.

Just saying...

Sent from a remote device. Please excuse any typos...

Mike Segel

On Feb 27, 2013, at 5:15 AM, samir das mohapatra samir.help...@gmail.com 
wrote:

 thanks all.
 
 
 
 On Wed, Feb 27, 2013 at 4:41 PM, Jagat Singh jagatsi...@gmail.com wrote:
 You might want to read this
 
 http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal
 
 
 
 
 On Wed, Feb 27, 2013 at 10:09 PM, samir das mohapatra 
 samir.help...@gmail.com wrote:
 Hi All,
 
Using sqoop how to take entire database table into HDFS insted of Table 
 by Table ?.
 
 How do you guys did it?
 Is there some trick?
 
 Regards,
 samir.
 


Re: How to take Whole Database From RDBMS to HDFS Instead of Table/Table

2013-02-27 Thread samir das mohapatra
Is it good way to take total 5PB data through the JAVA/JDBC Program ?


On Wed, Feb 27, 2013 at 5:56 PM, Michel Segel michael_se...@hotmail.comwrote:

 I wouldn't use sqoop if you are taking everything.
 Simpler to write your own java/jdbc program that writes its output to HDFS.

 Just saying...

 Sent from a remote device. Please excuse any typos...

 Mike Segel

 On Feb 27, 2013, at 5:15 AM, samir das mohapatra samir.help...@gmail.com
 wrote:

 thanks all.



 On Wed, Feb 27, 2013 at 4:41 PM, Jagat Singh jagatsi...@gmail.com wrote:

 You might want to read this


 http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal




 On Wed, Feb 27, 2013 at 10:09 PM, samir das mohapatra 
 samir.help...@gmail.com wrote:

 Hi All,

Using sqoop how to take entire database table into HDFS insted of
 Table by Table ?.

 How do you guys did it?
 Is there some trick?

 Regards,
 samir.