Repository: ambari
Updated Branches:
  refs/heads/trunk bf8fd74e2 -> b1d8b1b02


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


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

Branch: refs/heads/trunk
Commit: b1d8b1b02aaa91a863690e4df94a287b53de4970
Parents: bf8fd74
Author: Vitaly Brodetskyi <vbrodets...@hortonworks.com>
Authored: Wed Jun 11 09:43:31 2014 +0300
Committer: Vitaly Brodetskyi <vbrodets...@hortonworks.com>
Committed: Wed Jun 11 09:43:31 2014 +0300

----------------------------------------------------------------------
 .../package/templates/startup.properties.j2      | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b1d8b1b0/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 6bd0d0f..fe661a7 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,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
\ No newline at end of file

Reply via email to