-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8173/
-----------------------------------------------------------
Review request for Sqoop.
Description
-------
I've added following abilities to the addtowar.sh script:
* Print out all jars that we're adding to war file
* Allow specifying multiple hadoop paths (which is the case of Hadoop 2)
* Introduce basic "auto hadoop version detection" as an optional way
* Support for CDH3 and CDH4MR1 (my rationale is that cdh users are majority of
Sqoop users and this distribution specific code is only about 4 lines of code
in script that is suppose to run once during installation)
This addresses bug SQOOP-719.
https://issues.apache.org/jira/browse/SQOOP-719
Diffs
-----
dist/src/main/bin/addtowar.sh fb65d351a7d265fee899ac14cb5c6297c5b5d56a
Diff: https://reviews.apache.org/r/8173/diff/
Testing
-------
I've tested script on all supported Hadoop distributions.
Thanks,
Jarek Cecho