You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/05/21 15:58:38 UTC

[jira] [Created] (AMBARI-5837) Enable Lineage related configuration for Falcon In Ambari

Andrew Onischuk created AMBARI-5837:
---------------------------------------

             Summary: Enable Lineage related configuration for Falcon In Ambari
                 Key: AMBARI-5837
                 URL: https://issues.apache.org/jira/browse/AMBARI-5837
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.6.1


Following changes needs to be done in startup.properties file under conf:

**Add the following service in application.services**  
org.apache.falcon.metadata.MetadataMappingService

    
    
    
    *.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
    

**Configuration for Graph DB**
    
    
    
    ######### 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
    





--
This message was sent by Atlassian JIRA
(v6.2#6252)