You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/04/20 15:47:33 UTC

ambari git commit: AMBARI-10597. Update Ambari setup for Falcon to add new dependency in startup.properties (dlysnichenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 38a9bbae5 -> 19e8490df


AMBARI-10597. Update Ambari setup for Falcon to add new dependency in startup.properties (dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/19e8490d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/19e8490d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/19e8490d

Branch: refs/heads/trunk
Commit: 19e8490dfa11dcad37245639125bc2c29ec600b5
Parents: 38a9bba
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Mon Apr 20 16:46:42 2015 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Mon Apr 20 16:47:20 2015 +0300

----------------------------------------------------------------------
 .../configuration/falcon-startup.properties.xml | 29 ++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/19e8490d/ambari-server/src/main/resources/stacks/HDP/2.3/services/FALCON/configuration/falcon-startup.properties.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/FALCON/configuration/falcon-startup.properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/FALCON/configuration/falcon-startup.properties.xml
new file mode 100644
index 0000000..1a095f3
--- /dev/null
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/FALCON/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-core,ant,geronimo-j2ee-management,hadoop-distcp,jms,json-simple,oozie-client,spring-jms,commons-lang3</value>
+    <description></description>
+  </property>
+
+</configuration>