-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28220/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-1627
https://issues.apache.org/jira/browse/SQOOP-1627
Repository: sqoop-trunk
Description
-------
With the last few changes builds are broken with Hadoop100 and Hadoop20 builds.
There are a variety of issues.
We are using classes that are only in Hadoop 2 (TaskAtttemptContextImpl) -
This is not even public and stable. We should change it later!
We used Hadoop 2 specific methods because Hadoop 1 methods are deprecated
(Job.getInstance)
Method that is only available in later HBase versions (merge) for example
Diffs
-----
build.xml 21fd406
src/java/org/apache/sqoop/mapreduce/HBaseImportJob.java a93114f
src/test/org/apache/sqoop/mapreduce/mainframe/TestMainframeDatasetFTPRecordReader.java
613ee7a
src/test/org/apache/sqoop/mapreduce/mainframe/TestMainframeDatasetInputFormat.java
70958e0
src/test/org/apache/sqoop/mapreduce/sqlserver/SqlServerUpsertOutputFormatTest.java
b8c4538
Diff: https://reviews.apache.org/r/28220/diff/
Testing
-------
Ran with the profiles affected as well as 200 profile
Thanks,
Venkat Ranganathan