-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25931/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-1540
https://issues.apache.org/jira/browse/SQOOP-1540
Repository: sqoop-trunk
Description
-------
Because of the conflict in libthrift jar file versions used by Hive and
Accumulo (version 1.6.1+), Sqoop unit tests are failing. The patch is to fix
it.
Diffs
-----
src/test/org/apache/sqoop/accumulo/AccumuloTestCase.java bc77369
Diff: https://reviews.apache.org/r/25931/diff/
Testing
-------
Patch provided by Josh Elser which manipulates the MiniAcccumuloCluster
classpath such that hive jar files are excluded. Tested with Accumulo
versions 1.5 and 1.6 and 1.6.1 and all accumulo tests pass with these versions
with the provided patch
Thanks,
Venkat Ranganathan