-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4858/
-----------------------------------------------------------
Review request for Sqoop, Jarek Cecho and Kathleen Ting.
Summary
-------
Sqoop metastore jobs cannot be launched via Oozie when sqoop.metastore.client.record.password
disabled.
The changes include:
1) Print out informative error message.
2) Add a note to user doc.
This addresses bug SQOOP-453.
https://issues.apache.org/jira/browse/SQOOP-453
Diffs
-----
/src/docs/user/saved-jobs.txt 1329854
/src/java/org/apache/sqoop/SqoopOptions.java 1329854
Diff: https://reviews.apache.org/r/4858/diff
Testing
-------
Manually verified the following cases:
1) sqoop.metastore.client.record.password = false && --password is NOT given in the
command tag
=> Jobs fail with the error message in task logs.
2) sqoop.metastore.client.record.password = false && --password is given in the command
tag
=> Jobs succeed.
3) sqoop.metastore.client.record.password = true
=> Jobs succeed.
I also ran ant test and ant checkstyle.
Thanks,
Cheolsoo
|