Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25BF1200BEA for ; Tue, 13 Dec 2016 06:15:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2452B160B2A; Tue, 13 Dec 2016 05:15:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6D1EA160B22 for ; Tue, 13 Dec 2016 06:15:37 +0100 (CET) Received: (qmail 72695 invoked by uid 500); 13 Dec 2016 05:15:36 -0000 Mailing-List: contact commits-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list commits@falcon.apache.org Received: (qmail 72686 invoked by uid 99); 13 Dec 2016 05:15:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 05:15:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 66B69E09B3; Tue, 13 Dec 2016 05:15:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pallavi@apache.org To: commits@falcon.apache.org Message-Id: <0626bd5057e247d98e7c569b0dcffaf4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: falcon git commit: FALCON-2211 Falcon Fails to start in distributed mode Date: Tue, 13 Dec 2016 05:15:36 +0000 (UTC) archived-at: Tue, 13 Dec 2016 05:15:38 -0000 Repository: falcon Updated Branches: refs/heads/master c36a1397c -> f241255f8 FALCON-2211 Falcon Fails to start in distributed mode Author: Praveen Adlakha Reviewers: @pallavi-rao Closes #318 from PraveenAdlakha/2211 and squashes the following commits: 99bd6ee [Praveen Adlakha] comments addressed 6b2ab19 [Praveen Adlakha] FALCON-2211 Falcon Fails to start in distributed mode Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/f241255f Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/f241255f Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/f241255f Branch: refs/heads/master Commit: f241255f8c72921600ef2e567cd5ab9f8afd7056 Parents: c36a139 Author: Praveen Adlakha Authored: Tue Dec 13 10:45:21 2016 +0530 Committer: Pallavi Rao Committed: Tue Dec 13 10:45:21 2016 +0530 ---------------------------------------------------------------------- common/src/main/resources/startup.properties | 12 +++++++++++- src/conf/startup.properties | 11 +++++++++-- src/main/assemblies/distributed-package.xml | 10 ---------- 3 files changed, 20 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/f241255f/common/src/main/resources/startup.properties ---------------------------------------------------------------------- diff --git a/common/src/main/resources/startup.properties b/common/src/main/resources/startup.properties index f91f3b6..01386f1 100644 --- a/common/src/main/resources/startup.properties +++ b/common/src/main/resources/startup.properties @@ -35,7 +35,6 @@ org.apache.falcon.workflow.WorkflowJobEndNotificationService, \ org.apache.falcon.service.ProcessSubscriberService,\ org.apache.falcon.service.FalconJPAService,\ - org.apache.falcon.extensions.ExtensionService,\ org.apache.falcon.service.EntitySLAMonitoringService,\ org.apache.falcon.service.LifecyclePolicyMap,\ org.apache.falcon.entity.store.ConfigurationStore,\ @@ -45,6 +44,17 @@ org.apache.falcon.service.LogCleanupService,\ org.apache.falcon.service.GroupsService,\ org.apache.falcon.service.ProxyUserService + + +##Add if you want to use Metadata Service +## Also enable all the properties which starts with falcon.graph prefix +#org.apache.falcon.metadata.MetadataMappingService,\ + +##Add if you want to use Trusted or User Extensions +## In case of distributed Mode enable ExtensionService only on Prism +## It should come after FalconJPAService in application services +#org.apache.falcon.extensions.ExtensionService,\ + ##Add if you want to send data to graphite # org.apache.falcon.metrics.MetricNotificationService\ ## Add if you want to use Falcon Azure integration ## http://git-wip-us.apache.org/repos/asf/falcon/blob/f241255f/src/conf/startup.properties ---------------------------------------------------------------------- diff --git a/src/conf/startup.properties b/src/conf/startup.properties index 901c3a9..67347cd 100644 --- a/src/conf/startup.properties +++ b/src/conf/startup.properties @@ -43,16 +43,23 @@ 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.metadata.MetadataMappingService,\ org.apache.falcon.service.LogCleanupService,\ org.apache.falcon.service.GroupsService,\ org.apache.falcon.service.ProxyUserService +##Add if you want to use Metadata Service +## Also enable all the properties which starts with falcon.graph prefix +#org.apache.falcon.metadata.MetadataMappingService,\ + +##Add if you want to use Trusted or User Extensions +## In case of distributed Mode enable ExtensionService only on Prism +## It should come after FalconJPAService in application services +#org.apache.falcon.extensions.ExtensionService,\ + ##For feed SLA monitoring enable these two # org.apache.falcon.service.FalconJPAService,\ # org.apache.falcon.service.EntitySLAMonitoringService,\ http://git-wip-us.apache.org/repos/asf/falcon/blob/f241255f/src/main/assemblies/distributed-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/distributed-package.xml b/src/main/assemblies/distributed-package.xml index 09665dc..4683a81 100644 --- a/src/main/assemblies/distributed-package.xml +++ b/src/main/assemblies/distributed-package.xml @@ -248,16 +248,6 @@ - ../ - extensions/mirroring - - */** - - 0770 - 0770 - - - ../examples/app examples/app 0755