----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57499/ -----------------------------------------------------------
Review request for Sqoop. Bugs: SQOOP-3149 https://issues.apache.org/jira/browse/SQOOP-3149 Repository: sqoop-trunk Description ------- HBase delete is added as part of incremental data import, Modified the return type of method which is responsible for holding list of Put objects to List of Mutation objects and at the time of execution of insert or delete using the type of object in Mutation, executed the actaul operation either insert or delete. Jira ticket for the same: https://issues.apache.org/jira/browse/SQOOP-3149 Diffs ----- src/java/org/apache/sqoop/hbase/HBasePutProcessor.java fdbe1276 src/java/org/apache/sqoop/hbase/PutTransformer.java 533467e5 src/java/org/apache/sqoop/hbase/ToStringPutTransformer.java 363e1456 src/java/org/apache/sqoop/mapreduce/HBaseBulkImportMapper.java 58ccee7b Diff: https://reviews.apache.org/r/57499/diff/1/ Testing ------- Executed with jar prepared with these changes into hadoop cluster and tested bot import and then incremental import. File Attachments ---------------- HBase delete support for incremental import https://reviews.apache.org/media/uploaded/files/2017/03/11/5b1895fd-4c6b-42fa-8a92-4e093153e370__hbase_delete_support_in_incremental_import Thanks, Jilani Shaik