Repository: ambari
Updated Branches:
  refs/heads/trunk 6641dbfa6 -> 48ca3fe0b


AMBARI-5837. Enable Lineage related configuration for Falcon In Ambari 
(aonishuk)


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

Branch: refs/heads/trunk
Commit: 48ca3fe0b337f244b1f081c27c27e5442ff36074
Parents: 6641dbf
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Wed May 21 17:10:29 2014 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Wed May 21 17:10:29 2014 +0300

----------------------------------------------------------------------
 .../FALCON/package/templates/startup.properties.j2 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/48ca3fe0/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2
 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2
index 59831d2..6bd0d0f 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2
@@ -64,6 +64,13 @@ 
prism.application.services=org.apache.falcon.entity.store.ConfigurationStore
 prism.configstore.listeners=org.apache.falcon.entity.v0.EntityGraph,\
                         org.apache.falcon.entity.ColoClusterRelation,\
                         org.apache.falcon.group.FeedGroupMap
+*.application.services=org.apache.falcon.security.AuthenticationInitializationService,\
+                        org.apache.falcon.service.ProcessSubscriberService,\
+                        org.apache.falcon.entity.store.ConfigurationStore,\
+                        org.apache.falcon.rerun.service.RetryService,\
+                        org.apache.falcon.rerun.service.LateRunService,\
+                        org.apache.falcon.metadata.MetadataMappingService,\
+                        org.apache.falcon.service.LogCleanupService
 *.broker.impl.class=org.apache.activemq.ActiveMQConnectionFactory
 
*.shared.libs=activemq-core,ant,geronimo-j2ee-management,hadoop-distcp,jms,json-simple,oozie-client,spring-jms,s4fs-0.1.jar
 
@@ -87,3 +94,13 @@ 
prism.system.lib.location=${falcon.home}/server/webapp/prism/WEB-INF/lib
 *.current.colo=default
 *.falcon.authentication.type=simple
 *.falcon.http.authentication.type=simple
+
+######### Graph Database Properties #########
+# Graph implementation
+*.falcon.graph.blueprints.graph=com.thinkaurelius.titan.core.TitanFactory
+
+# Graph Storage
+*.falcon.graph.storage.directory=/${falcon.home}/data/graphdb
+*.falcon.graph.storage.backend=berkeleyje
+*.falcon.graph.serialize.path=/${falcon.home}/data
+*.falcon.graph.preserve.history=false

Reply via email to