You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Praveen Adlakha (JIRA)" <ji...@apache.org> on 2016/10/20 13:44:58 UTC

[jira] [Updated] (FALCON-2160) Update startup.properties to contain valid application services

     [ https://issues.apache.org/jira/browse/FALCON-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Praveen Adlakha updated FALCON-2160:
------------------------------------
    Issue Type: Sub-task  (was: Improvement)
        Parent: FALCON-2170

> Update startup.properties to contain valid application services
> ---------------------------------------------------------------
>
>                 Key: FALCON-2160
>                 URL: https://issues.apache.org/jira/browse/FALCON-2160
>             Project: Falcon
>          Issue Type: Sub-task
>          Components: prism
>    Affects Versions: trunk
>            Reporter: Pragya Mittal
>            Assignee: Praveen Adlakha
>
> In case of incorrect ordering of application services server fails to start. Modify the documentation as well as startup.properties to contain the correct order.
> The correct set of application services used in distributed mode is :
> {noformat}
> *.application.services=org.apache.falcon.security.AuthenticationInitializationService,\
>                         org.apache.falcon.metrics.MetricNotificationService,\
>                         org.apache.falcon.workflow.WorkflowJobEndNotificationService, \
>                         org.apache.falcon.service.ProcessSubscriberService,\
>                         org.apache.falcon.service.FalconJPAService,\
>                         org.apache.falcon.extensions.ExtensionService,\
>                         org.apache.falcon.service.LifecyclePolicyMap,\
>                         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.service.GroupsService,\
>                         org.apache.falcon.service.ProxyUserService,\
>                         org.apache.falcon.service.EntitySLAMonitoringService,\
>                         org.apache.falcon.service.EntitySLAAlertService,\
>                         org.apache.falcon.service.BacklogMetricEmitterService
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)