|
|
-
Re: How to take Whole Database From RDBMS to HDFS Instead of Table/TableMichel Segel 2013-02-27, 12:26
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 <[EMAIL PROTECTED]> wrote: > thanks all. > > > > On Wed, Feb 27, 2013 at 4:41 PM, Jagat Singh <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. > |