----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64663/ -----------------------------------------------------------
Review request for oozie. Repository: oozie-git Description ------- [OOZIE-2150] Shell launcher should print shell script Oozie shell launcher will dump script into log. The script is printed if it is (1) not too big and (2) appears to be plain-text (no null bytes). Diffs ----- core/src/test/java/org/apache/oozie/action/hadoop/ShellTestCase.java 1a654f72 sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/ShellMain.java 55d3d965 Diff: https://reviews.apache.org/r/64663/diff/1/ Testing ------- unit test added Thanks, Jacob Tolar
