-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69029/
-----------------------------------------------------------
(Updated Oct. 15, 2018, 2:44 p.m.)
Review request for atlas.
Changes
-------
Use the java run return code for exit
Summary (updated)
-----------------
ATLAS-2921: Atlas hive-bridge import-hive.sh returns 0 in case of java error
Bugs: ATLAS-2921
https://issues.apache.org/jira/browse/ATLAS-2921
Repository: atlas
Description
-------
When the import-hive.sh runs the java which has an error than the status code
is saved but only used for an echo message. Later the script exits with 0 code
instead of the error code.
Diffs
-----
addons/hive-bridge/src/bin/import-hive.sh 49e6d7003
Diff: https://reviews.apache.org/r/69029/diff/1/
Testing
-------
Thanks,
László Terjéki