Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADE4D10383 for ; Tue, 14 Jan 2014 16:31:56 +0000 (UTC) Received: (qmail 96218 invoked by uid 500); 14 Jan 2014 16:31:56 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 96180 invoked by uid 500); 14 Jan 2014 16:31:56 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 96172 invoked by uid 500); 14 Jan 2014 16:31:56 -0000 Delivered-To: apmail-incubator-ambari-dev@incubator.apache.org Received: (qmail 96165 invoked by uid 99); 14 Jan 2014 16:31:55 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 16:31:55 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 7BCFB1D4130; Tue, 14 Jan 2014 16:31:55 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0648668758873328207==" MIME-Version: 1.0 Subject: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service. From: "Eugene Chekanskiy" To: "Andrew Onischuk" , "Dmitro Lisnichenko" Cc: "Eugene Chekanskiy" , "Ambari" Date: Tue, 14 Jan 2014 16:31:55 -0000 Message-ID: <20140114163155.7700.41991@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Eugene Chekanskiy" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/16859/ X-Sender: "Eugene Chekanskiy" Reply-To: "Eugene Chekanskiy" X-ReviewRequest-Repository: ambari --===============0648668758873328207== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16859/ ----------------------------------------------------------- Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko. Bugs: AMBARI-4263 https://issues.apache.org/jira/browse/AMBARI-4263 Repository: ambari Description ------- Added new service(FALCON). It was split it into 3 components: Falcon Service, Falcon Client, Falcon Oozie EL. Falcon Oozie EL must be installed on host with Oozie Server(Oozie Server must be stopped before install). Currently only main parameters(see global.xml) are configurable(to prevent changing important properties like implementation classes). Diffs ----- ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/configuration/global.xml PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/configuration/oozie-site.xml PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/metainfo.xml PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon_client.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon_oozie_el.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon_server.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/params.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/service_check.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/status_params.py PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/templates/client.properties.j2 PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/templates/runtime.properties.j2 PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/templates/startup.properties.j2 PRE-CREATION ambari-server/src/main/resources/stacks/HDP/2.0.8/services/HDFS/package/scripts/hdfs_namenode.py e26f758 ambari-server/src/main/resources/stacks/HDP/2.0.8/services/HDFS/package/scripts/params.py a2479c0 ambari-server/src/main/resources/stacks/HDP/2.0.8/services/OOZIE/package/scripts/oozie.py 88be4ae Diff: https://reviews.apache.org/r/16859/diff/ Testing ------- Component was tested on one node cluster. All components were installed manually using API. Thanks, Eugene Chekanskiy --===============0648668758873328207==--