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 7CC92200C5E for ; Fri, 7 Apr 2017 15:38:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7B68B160B93; Fri, 7 Apr 2017 13:38:55 +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 CA1DE160B97 for ; Fri, 7 Apr 2017 15:38:54 +0200 (CEST) Received: (qmail 71258 invoked by uid 500); 7 Apr 2017 13:38:54 -0000 Mailing-List: contact commits-help@ranger.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.apache.org Delivered-To: mailing list commits@ranger.apache.org Received: (qmail 71240 invoked by uid 99); 7 Apr 2017 13:38:52 -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, 07 Apr 2017 13:38:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E922E0F98; Fri, 7 Apr 2017 13:38:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@ranger.apache.org Date: Fri, 07 Apr 2017 13:38:53 -0000 Message-Id: <24114a1b39d04e9c8cc194859f135750@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] ranger git commit: RANGER-1457 - Move COMPONENT_INSTALL_DIR_NAME to install.properties for Yarn plugin archived-at: Fri, 07 Apr 2017 13:38:55 -0000 RANGER-1457 - Move COMPONENT_INSTALL_DIR_NAME to install.properties for Yarn plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/a20e7a2f Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/a20e7a2f Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/a20e7a2f Branch: refs/heads/master Commit: a20e7a2f9d5c4ad47030eb07968414fdcadb6c3d Parents: 8cc4374 Author: Colm O hEigeartaigh Authored: Wed Mar 15 11:15:03 2017 +0000 Committer: Colm O hEigeartaigh Committed: Fri Apr 7 14:32:34 2017 +0100 ---------------------------------------------------------------------- plugin-yarn/scripts/install.properties | 7 ++++++ .../scripts/yarn-plugin-install.properties | 23 -------------------- src/main/assembly/plugin-yarn.xml | 6 ----- 3 files changed, 7 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/a20e7a2f/plugin-yarn/scripts/install.properties ---------------------------------------------------------------------- diff --git a/plugin-yarn/scripts/install.properties b/plugin-yarn/scripts/install.properties index 9c11271..f776c5f 100644 --- a/plugin-yarn/scripts/install.properties +++ b/plugin-yarn/scripts/install.properties @@ -29,6 +29,13 @@ POLICY_MGR_URL= # REPOSITORY_NAME= +# +# Name of the directory where the component's lib and conf directory exist. +# This location should be relative to the parent of the directory containing +# the plugin installation files. +# +COMPONENT_INSTALL_DIR_NAME=hadoop + # Enable audit logs to Solr #Example #XAAUDIT.SOLR.ENABLE=true http://git-wip-us.apache.org/repos/asf/ranger/blob/a20e7a2f/plugin-yarn/scripts/yarn-plugin-install.properties ---------------------------------------------------------------------- diff --git a/plugin-yarn/scripts/yarn-plugin-install.properties b/plugin-yarn/scripts/yarn-plugin-install.properties deleted file mode 100644 index 074bc4d..0000000 --- a/plugin-yarn/scripts/yarn-plugin-install.properties +++ /dev/null @@ -1,23 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# installation properties for this plugin - -# -# Name of the directory where the component's lib and conf directory exist. -# This location should be relative to the parent of the directory containing -# the plugin installation files. -# -COMPONENT_INSTALL_DIR_NAME=hadoop http://git-wip-us.apache.org/repos/asf/ranger/blob/a20e7a2f/src/main/assembly/plugin-yarn.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-yarn.xml b/src/main/assembly/plugin-yarn.xml index 75b312c..c6a48e8 100644 --- a/src/main/assembly/plugin-yarn.xml +++ b/src/main/assembly/plugin-yarn.xml @@ -155,11 +155,5 @@ / 755 - - plugin-yarn/scripts/yarn-plugin-install.properties - / - yarn-plugin-install.properties - 755 -