Repository: ambari Updated Branches: refs/heads/trunk afce48094 -> 35bf069ba
AMBARI-5593. Mysql install fails on Ubuntu (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/35bf069b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/35bf069b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/35bf069b Branch: refs/heads/trunk Commit: 35bf069bacb1676f47508d1efd4f5fbeafc532fd Parents: afce480 Author: Andrew Onishuk <[email protected]> Authored: Wed May 7 16:04:39 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Wed May 7 16:04:39 2014 +0300 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/35bf069b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml index c29acce..1d203ea 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml @@ -68,6 +68,10 @@ <type>rpm</type> <name>extjs</name> </package> + <package> + <type>rpm</type> + <name>libxml2-utils</name> + </package> </packages> </osSpecific>
