By data validator you mean comparing entire table contents between HDFS and the database?
This is not currently supported by Sqoop validators. Most users implement it by using Sqoop to re-load the table from HDFS to the database and do the comparison within the DB (typically using hashes or checksums). Gwen On Tue, Aug 12, 2014 at 12:56 AM, tobe <[email protected]> wrote: > An amateur question, can sqoop validate the values of date from each > database? > > I have read > http://sqoop.apache.org/docs/1.4.3/SqoopUserGuide.html#validation and find > out RowCountValidator. But what I want is to verify the values from each > database. > > If it's not supported now, how can I validator the data from two databases?
