|
|
+
Abhishek 2012-07-07, 20:41
-
Re: Bad recordsRussell Jurney 2012-07-07, 21:22
Throw, catch and handle an exception on bad records. Don't error out. Log
the error in your exception handler, increment a counter. For general discussion, see: http://www.quora.com/Big-Data/In-Big-Data-ETL-how-many-records-are-an-acceptable-loss On Sat, Jul 7, 2012 at 1:41 PM, Abhishek <[EMAIL PROTECTED]> wrote: > Hi all, > > If the job is failing because of some bad records.How would I know which > records are bad.Can I put them in log file and skip those records > > Regards > Abhi > > > Sent from my iPhone > -- Russell Jurney twitter.com/rjurney [EMAIL PROTECTED] datasyndrome.com +
Abhishek 2012-07-07, 22:21
+
Russell Jurney 2012-07-07, 22:55
|