## What changes were proposed in this pull request? Oozie DB schema may be manually pre-created to save time during initial service start. However, `ooziedb.sh` could still take quite some time to confirm that the schema exists. The goal of this change is to allow users who pre-create Oozie DB schema to make Ambari skip managing the DB (create or check existence).
## How was this patch tested? Deployed cluster via blueprint with pre-created Oozie DB. Confirmed that `ooziedb.sh` call is skipped: ``` Skipping creation of oozie schema as host is sys prepped ``` Ran Oozie service check. [ Full content available at: https://github.com/apache/ambari/pull/2171 ] This message was relayed via gitbox.apache.org for [email protected]
