Repository: ambari Updated Branches: refs/heads/trunk e06e19c8f -> 627401f6e
http://git-wip-us.apache.org/repos/asf/ambari/blob/627401f6/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/ZOOKEEPER/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/ZOOKEEPER/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/ZOOKEEPER/metainfo.xml deleted file mode 100644 index 42be202..0000000 --- a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/ZOOKEEPER/metainfo.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<metainfo> - <schemaVersion>2.0</schemaVersion> - <services> - <service> - <name>ZOOKEEPER</name> - <displayName>ZooKeeper</displayName> - <version>3.4.6.2.2.0.0</version> - <osSpecifics> - <osSpecific> - <osFamily>redhat5,redhat6,suse11</osFamily> - <packages> - <package> - <name>zookeeper_2_2_*</name> - </package> - </packages> - </osSpecific> - <osSpecific> - <osFamily>ubuntu12</osFamily> - <packages> - <package> - <name>zookeeper-2-2-.*</name> - </package> - </packages> - </osSpecific> - </osSpecifics> - - </service> - </services> -</metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/627401f6/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/upgrades/upgrade-2.2.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/upgrades/upgrade-2.2.xml b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/upgrades/upgrade-2.2.xml deleted file mode 100644 index f8351eb..0000000 --- a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/upgrades/upgrade-2.2.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<upgrade xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <target>2.2.*.*</target> - <order> - <service name="ZOOKEEPER"> - <component>ZOOKEEPER_SERVER</component> - <component>ZOOKEEPER_CLIENT</component> - </service> - <service name="HDFS"> - <component>JOURNALNODE</component> - <component>NAMENODE</component> - <component>DATANODE</component> - </service> - </order> - <processing> - <service name="ZOOKEEPER"> - <component name="ZOOKEEPER_SERVER"> - <batch xsi:type="count"> - <count>1</count> - </batch> - </component> - </service> - </processing> -</upgrade>
