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 9E080200AEF for ; Sat, 14 May 2016 01:48:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D006160A12; Fri, 13 May 2016 23:48:50 +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 E66F116099F for ; Sat, 14 May 2016 01:48:49 +0200 (CEST) Received: (qmail 19391 invoked by uid 500); 13 May 2016 23:48:49 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 19380 invoked by uid 99); 13 May 2016 23:48:49 -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; Fri, 13 May 2016 23:48:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09795DFC71; Fri, 13 May 2016 23:48:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jluniya@apache.org To: commits@ambari.apache.org Message-Id: <60a711417f79447e87a9d10a30acc62f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-16463: Change Falcon startup properties to specify actimq-all.jar instead of active-mq for 2.5 version of the HDP stack (Venkat Ranganathan via jluniya) Date: Fri, 13 May 2016 23:48:49 +0000 (UTC) archived-at: Fri, 13 May 2016 23:48:50 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.4 dfac1a7e0 -> 0515d6e21 AMBARI-16463: Change Falcon startup properties to specify actimq-all.jar instead of active-mq for 2.5 version of the HDP stack (Venkat Ranganathan via jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0515d6e2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0515d6e2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0515d6e2 Branch: refs/heads/branch-2.4 Commit: 0515d6e211b61a89bbb2975f311fbf12e8f44e93 Parents: dfac1a7 Author: Jayush Luniya Authored: Fri May 13 16:48:00 2016 -0700 Committer: Jayush Luniya Committed: Fri May 13 16:48:41 2016 -0700 ---------------------------------------------------------------------- .../configuration/falcon-startup.properties.xml | 29 ++++++++++++++++++++ .../configuration/falcon-startup.properties.xml | 29 -------------------- 2 files changed, 29 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0515d6e2/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/configuration/falcon-startup.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/configuration/falcon-startup.properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/configuration/falcon-startup.properties.xml new file mode 100644 index 0000000..77dd386 --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/configuration/falcon-startup.properties.xml @@ -0,0 +1,29 @@ + + + + + + *.shared.libs + activemq-all,ant,geronimo-j2ee-management,jms,json-simple,oozie-client,spring-jms,commons-lang3,commons-el + + + + http://git-wip-us.apache.org/repos/asf/ambari/blob/0515d6e2/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml deleted file mode 100644 index 77dd386..0000000 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/configuration/falcon-startup.properties.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - *.shared.libs - activemq-all,ant,geronimo-j2ee-management,jms,json-simple,oozie-client,spring-jms,commons-lang3,commons-el - - - -