Browse Source

AMBARI-6083. Disable Lineage related configuration for Falcon In Ambari.(vbrodetskyi)

Vitaly Brodetskyi 11 years ago
parent
commit
b1d8b1b02a

+ 1 - 18
ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2

@@ -64,13 +64,6 @@ 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
 
@@ -93,14 +86,4 @@ prism.system.lib.location=${falcon.home}/server/webapp/prism/WEB-INF/lib
 *.internal.queue.size=1000
 *.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
+*.falcon.http.authentication.type=simple