[
https://issues.apache.org/jira/browse/AMBARI-8379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Fernandez resolved AMBARI-8379.
-----------------------------------------
Resolution: Fixed
Pushed additional fix to trunk in commit
cb8987357f02b08e14c99a2b244f479c7473b1c6
Pushed additional fix to branch-1.7.0 in commit
ff850fc06b23d8ab1b62ccd10265d15c7a27d465
> Falcon lineage needs changes to startup.properties
> --------------------------------------------------
>
> Key: AMBARI-8379
> URL: https://issues.apache.org/jira/browse/AMBARI-8379
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: AMBARI-8379.patch, AMBARI-8379_branch-1.7.0.patch,
> falcon_customize_service.png
>
>
> Summary of changes needed and implications
> changes in falcon/conf/startup.properties:
> 1) For Falcon lineage to work below changes are needed on Ambari deployed
> configs for Falcon
> Implications : Lineage feature of Falcon is blocked without these changes
> MetadataMappingService is required for lineage:
> {code}
> *.application.services=org.apache.falcon.security.AuthenticationInitializationService,\
>
> org.apache.falcon.workflow.WorkflowJobEndNotificationService,\
> 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.service.LogCleanupService,\
> org.apache.falcon.metadata.MetadataMappingService
> {code}
> {code}
> ######### Graph Database Properties #########
> # Graph implementation
> *.falcon.graph.blueprints.graph=com.thinkaurelius.titan.core.TitanFactory
> # Graph Storage
> *.falcon.graph.storage.directory=/grid/0/data/lineage/graphdb
> *.falcon.graph.storage.backend=berkeleyje
> *.falcon.graph.serialize.path=/grid/0/data/lineage
> *.falcon.graph.preserve.history=false
> {code}
> The properties that need a directory in the local file system should detect a
> mount point that is available on the Falcon server, and the python scripts
> need to crease these directories when the Falcon service is configured.
> The folder permission are,
> owner:falcon user
> group:hadoop
> permissions:775
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)