-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64127/
-----------------------------------------------------------
Review request for Ambari, Nate Cole and Sid Wagle.
Bugs: AMBARI-22535
https://issues.apache.org/jira/browse/AMBARI-22535
Repository: ambari
Description
-------
GPL code was recently removed from some repositories, such as HDP-UTILS. Oozie
uses a GPL module called extJS which is installed by default with no option not
to install it.
{code}
2017-11-28 17:00:17,813 - Execution of '/usr/bin/yum -d 0 -e 0 -y install
extjs' returned 1. Error: Nothing to do
2017-11-28 17:00:17,814 - Failed to install package extjs. Executing
'/usr/bin/yum clean metadata'
2017-11-28 17:00:18,075 - Retrying to install package extjs after 30 seconds
{code}
Since it no longer is included in the repos, it should be removed. Oozie can
still load and start without it, but the web client will not be available.
**I could not see a way to remove a dependency we need to keep for HDP 2.5
without re-pasting the entire osSpecifics section back into HDP 2.6 with the
extjs stuff cut out**
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml
c9dfaadf37
Diff: https://reviews.apache.org/r/64127/diff/1/
Testing
-------
Installed Oozie on HDP 2.6 and verified SC's passed and the UI was returning an
HTTP 200 with a page saying the UI was disabled.
Thanks,
Jonathan Hurley