Repository: falcon Updated Branches: refs/heads/master bd32b610e -> 60e2f68b8
http://git-wip-us.apache.org/repos/asf/falcon/blob/60e2f68b/src/build/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/src/build/findbugs-exclude.xml b/src/build/findbugs-exclude.xml index 62720e3..5c35b8c 100644 --- a/src/build/findbugs-exclude.xml +++ b/src/build/findbugs-exclude.xml @@ -53,13 +53,13 @@ </Match> <Match> - <Class name="org.apache.falcon.persistence.FeedSLAAlertBean" /> + <Class name="org.apache.falcon.persistence.EntitySLAAlertBean" /> <Bug pattern="UWF_UNWRITTEN_FIELD,NP_BOOLEAN_RETURN_NULL" /> </Match> <Match> - <Class name="org.apache.falcon.persistence.MonitoredFeedsBean" /> + <Class name="org.apache.falcon.persistence.MonitoredEntityBean" /> <Bug pattern="NP_BOOLEAN_RETURN_NULL,UWF_UNWRITTEN_FIELD" /> </Match> http://git-wip-us.apache.org/repos/asf/falcon/blob/60e2f68b/src/conf/startup.properties ---------------------------------------------------------------------- diff --git a/src/conf/startup.properties b/src/conf/startup.properties index 5ac3d5c..78c7e1e 100644 --- a/src/conf/startup.properties +++ b/src/conf/startup.properties @@ -54,7 +54,7 @@ ##For feed SLA monitoring enable these two # org.apache.falcon.service.FalconJPAService,\ -# org.apache.falcon.service.FeedSLAMonitoringService,\ +# org.apache.falcon.service.EntitySLAMonitoringService,\ ##Add if you want to send data to graphite # org.apache.falcon.metrics.MetricNotificationService\ @@ -64,7 +64,7 @@ #*.application.services=org.apache.falcon.security.AuthenticationInitializationService,\ # org.apache.falcon.workflow.WorkflowJobEndNotificationService, \ # org.apache.falcon.service.ProcessSubscriberService,\ -# org.apache.falcon.service.FeedSLAMonitoringService,\ +# org.apache.falcon.service.EntitySLAMonitoringService,\ # org.apache.falcon.service.LifecyclePolicyMap,\ # org.apache.falcon.service.FalconJPAService,\ # org.apache.falcon.entity.store.ConfigurationStore,\ @@ -96,7 +96,7 @@ prism.application.services=org.apache.falcon.service.LifecyclePolicyMap,\ org.apache.falcon.entity.ColoClusterRelation,\ org.apache.falcon.group.FeedGroupMap,\ org.apache.falcon.entity.store.FeedLocationStore,\ - org.apache.falcon.service.FeedSLAMonitoringService,\ + org.apache.falcon.service.EntitySLAMonitoringService,\ org.apache.falcon.service.SharedLibraryHostingService ## If you wish to use Falcon native scheduler, add the State store as a configstore listener. ## # org.apache.falcon.state.store.jdbc.JDBCStateStore
