[
https://issues.apache.org/jira/browse/AMBARI-8379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218465#comment-14218465
]
Hudson commented on AMBARI-8379:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #988 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/988/])
AMBARI-8379. Falcon lineage needs changes to startup.properties (alejandro)
(afernandez:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=cb8987357f02b08e14c99a2b244f479c7473b1c6)
* ambari-web/app/models/service_config.js
> 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)