-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52736/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Laszlo Puskas,
and Sebastian Toader.
Bugs: AMBARI-18567
https://issues.apache.org/jira/browse/AMBARI-18567
Repository: ambari
Description
-------
Added missing import
Diffs
-----
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py
a5bd59d
ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py 2a512f4
Diff: https://reviews.apache.org/r/52736/diff/
Testing
-------
Unit test:
```
$ mvn -pl ambari-server -am -DskipSurefireTests
-Dpython.test.mask=test_oozie_server.py test
...
Total run:18
Total errors:0
Total failures:0
```
Manual test:
* install cluster via wizard (tested with HDP 2.4)
* select Oozie and dependencies
* disable WebHDFS
* verify Oozie start succeeds
Thanks,
Attila Doroszlai