----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37828/ -----------------------------------------------------------
Review request for Sqoop. Summary (updated) ----------------- SQOOP-2531: readlink -f not supported on OS X Repository: sqoop-trunk Description (updated) ------- Tool scripts (sqoop-toolname) rely on "readlink -f" to get the path to the script, which is not an available readlink option on OS X. Functions to solve this are already in bin/sqoop (to follow a file link to the final target). Added those to the tool script template. Diffs (updated) ----- src/scripts/tool-script.sh.template 56b5a1a Diff: https://reviews.apache.org/r/37828/diff/ Testing (updated) ------- Manually tested updated tool scripts on OS X 10.10.5. Thanks, Stuart Williams
