-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7011/
-----------------------------------------------------------
Review request for Sqoop.
Description
-------
I've added code that is putting HBase delegation token to mapreduce job.
Unfortunately we're currently still supporting HBase 0.90 that do not have
security patches and that is missing required method "obtainAuthTokenForJob".
I've used reflection to get the method or ignore state when it's missing.
This addresses bug SQOOP-599.
https://issues.apache.org/jira/browse/SQOOP-599
Diffs
-----
build.xml edcda6e
src/java/org/apache/sqoop/mapreduce/HBaseImportJob.java 6a784d2
Diff: https://reviews.apache.org/r/7011/diff/
Testing
-------
* ant test -Dhadoopversion={20,100,23,200}
* Manual tests on secure hadoop cluster
Thanks,
Jarek Cecho