-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27797/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-1693
https://issues.apache.org/jira/browse/SQOOP-1693
Repository: sqoop-trunk
Description
-------
Sqoop1 uses Kite SDK 0.16 for the new Parquet support (SQOOP-1366). One feature
compression codec (SQOOP-1391) requires Kite SDK 0.17 (CDK-299). There is a
breaking change in Kite SDK 0.17. When no metastore uri specified, it will
throw an exception, unless "kite.hive.allow-local-metatore" is set to true in
hive-site.xml. The patch intends to correct the problem for Sqoop's unit tests.
Diffs
-----
ivy.xml b77adeb
ivy/libraries.properties 8f98739
testdata/hcatalog/conf/hive-site.xml c84af28
Diff: https://reviews.apache.org/r/27797/diff/
Testing
-------
All passed
Thanks,
Qian Xu