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 wrote: > 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

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 wrote: > thanks all. > > > > On W

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 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

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

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 : > Hi All, > >Using sqoop how to take entire database table into HDFS insted of Table by > Table ?. > > How do