Переглянути джерело

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

Andrew Onishuk 11 роки тому
батько
коміт
48ca3fe0b3

+ 17 - 0
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