You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2015/05/01 03:07:02 UTC

ambari git commit: AMBARI-10873: Falcon startup.properties change to include commons-el jar (jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 61dc3344a -> 4bb3f33ca


AMBARI-10873: Falcon startup.properties change to include commons-el jar (jluniya)


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

Branch: refs/heads/trunk
Commit: 4bb3f33ca6aac2f306b9eac810724968362dd772
Parents: 61dc334
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Thu Apr 30 18:06:49 2015 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Thu Apr 30 18:06:49 2015 -0700

----------------------------------------------------------------------
 .../services/FALCON/configuration/falcon-startup.properties.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4bb3f33c/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
index 1a095f3..409cd5a 100644
--- 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
@@ -22,7 +22,7 @@
 
   <property>
     <name>*.shared.libs</name>
-    <value>activemq-core,ant,geronimo-j2ee-management,hadoop-distcp,jms,json-simple,oozie-client,spring-jms,commons-lang3</value>
+    <value>activemq-core,ant,geronimo-j2ee-management,jms,json-simple,oozie-client,spring-jms,commons-lang3,commons-el</value>
     <description></description>
   </property>