Repository: ambari Updated Branches: refs/heads/trunk b9ed455d5 -> fb9455562
AMBARI-16463. Change Falcon startup properties to specify actimq-all.jar instead of active-mq for 2.5 version of the HDP stack (Venkat Ranganathan via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fb945556 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fb945556 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fb945556 Branch: refs/heads/trunk Commit: fb9455562ab17188765a7163dd444bd2d9a598a8 Parents: b9ed455 Author: Sumit Mohanty <[email protected]> Authored: Wed May 11 14:24:02 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Wed May 11 14:24:02 2016 -0700 ---------------------------------------------------------------------- .../configuration/falcon-startup.properties.xml | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fb945556/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml new file mode 100644 index 0000000..77dd386 --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml @@ -0,0 +1,29 @@ +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> +<!-- +/** + * 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. + */ +--> +<configuration supports_final="false"> + + <property> + <name>*.shared.libs</name> + <value>activemq-all,ant,geronimo-j2ee-management,jms,json-simple,oozie-client,spring-jms,commons-lang3,commons-el</value> + <description></description> + </property> + +</configuration>
