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 0A85A200B45 for ; Fri, 15 Jul 2016 13:38:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 09244160A6C; Fri, 15 Jul 2016 11:38:54 +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 51D01160A61 for ; Fri, 15 Jul 2016 13:38:53 +0200 (CEST) Received: (qmail 61054 invoked by uid 500); 15 Jul 2016 11:38:52 -0000 Mailing-List: contact commits-help@ranger.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.incubator.apache.org Delivered-To: mailing list commits@ranger.incubator.apache.org Received: (qmail 61045 invoked by uid 99); 15 Jul 2016 11:38:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2016 11:38:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B89AACA8C4 for ; Fri, 15 Jul 2016 11:38:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.507 X-Spam-Level: X-Spam-Status: No, score=-4.507 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.287] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UTO5TpAMkpou for ; Fri, 15 Jul 2016 11:38:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id CB0355F3FC for ; Fri, 15 Jul 2016 11:38:48 +0000 (UTC) Received: (qmail 61020 invoked by uid 99); 15 Jul 2016 11:38:48 -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, 15 Jul 2016 11:38:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D530DE0A3F; Fri, 15 Jul 2016 11:38:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gautam@apache.org To: commits@ranger.incubator.apache.org Message-Id: <826687a12a26456d8fc05a8b3f3599a4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ranger git commit: RANGER-1101: jceks keystore is not created successfully after enabling ssl for atlas ranger plugin Date: Fri, 15 Jul 2016 11:38:47 +0000 (UTC) archived-at: Fri, 15 Jul 2016 11:38:54 -0000 Repository: incubator-ranger Updated Branches: refs/heads/master 8762a8c79 -> 87fe3446d RANGER-1101: jceks keystore is not created successfully after enabling ssl for atlas ranger plugin Signed-off-by: Gautam Borad Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/87fe3446 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/87fe3446 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/87fe3446 Branch: refs/heads/master Commit: 87fe3446d988b72e24467c427ba31ac9d3174de2 Parents: 8762a8c Author: Mehul Parikh Authored: Fri Jul 15 11:57:46 2016 +0530 Committer: Gautam Borad Committed: Fri Jul 15 17:08:31 2016 +0530 ---------------------------------------------------------------------- plugin-atlas/pom.xml | 7 ++++++- src/main/assembly/plugin-atlas.xml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/87fe3446/plugin-atlas/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-atlas/pom.xml b/plugin-atlas/pom.xml index 3f2485a..7f2c0f9 100644 --- a/plugin-atlas/pom.xml +++ b/plugin-atlas/pom.xml @@ -75,7 +75,12 @@ org.apache.httpcomponents httpcore ${httpcomponents.httpcore.version} - + + + com.google.guava + guava + ${atlas.guava.version} + http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/87fe3446/src/main/assembly/plugin-atlas.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-atlas.xml b/src/main/assembly/plugin-atlas.xml index d519e24..6e78db5 100644 --- a/src/main/assembly/plugin-atlas.xml +++ b/src/main/assembly/plugin-atlas.xml @@ -52,7 +52,7 @@ org.eclipse.persistence:eclipselink org.eclipse.persistence:javax.persistence com.sun.jersey:jersey-bundle - com.google.guava:guava:jar:${guava.version} + com.google.guava:guava:jar:${atlas.guava.version} org.codehaus.jackson:jackson-jaxrs org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version} org.apache.hadoop:hadoop-hdfs:jar:${hadoop.version} @@ -72,7 +72,7 @@ commons-io:commons-io:jar:${commons.io.version} commons-lang:commons-lang:jar:${commons.lang.version} commons-logging:commons-logging - com.google.guava:guava:jar:${guava.version} + com.google.guava:guava:jar:${atlas.guava.version} org.slf4j:slf4j-api:jar:${slf4j-api.version} org.apache.hadoop:hadoop-common:jar:${hadoop-common.version} org.apache.hadoop:hadoop-auth:jar:${hadoop-common.version}