From dev-return-3807-apmail-ranger-dev-archive=ranger.apache.org@ranger.incubator.apache.org Thu Oct 8 05:58:38 2015 Return-Path: X-Original-To: apmail-ranger-dev-archive@www.apache.org Delivered-To: apmail-ranger-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 41F30183B1 for ; Thu, 8 Oct 2015 05:58:38 +0000 (UTC) Received: (qmail 48626 invoked by uid 500); 8 Oct 2015 05:58:30 -0000 Delivered-To: apmail-ranger-dev-archive@ranger.apache.org Received: (qmail 48595 invoked by uid 500); 8 Oct 2015 05:58:30 -0000 Mailing-List: contact dev-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 dev@ranger.incubator.apache.org Received: (qmail 48584 invoked by uid 99); 8 Oct 2015 05:58:30 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 05:58:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B87DC1A244D for ; Thu, 8 Oct 2015 05:58:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6mfPg-E2gqpa for ; Thu, 8 Oct 2015 05:58:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 91CDD21247 for ; Thu, 8 Oct 2015 05:58:28 +0000 (UTC) Received: (qmail 48327 invoked by uid 99); 8 Oct 2015 05:58:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 05:58:27 +0000 Date: Thu, 8 Oct 2015 05:58:27 +0000 (UTC) From: "Deepak Sharma (JIRA)" To: dev@ranger.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (RANGER-687) after each 30 seconds audit is getting updated in plugin tab MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/RANGER-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948120#comment-14948120 ] Deepak Sharma commented on RANGER-687: -------------------------------------- Here problem was : i am using PUT rest call to update the service repository :6182/service/plugins/services/ and using following paramters for ex. hive {"configs": {"username": "hive", "password": "*****", "commonNameForCertificate": "", "jdbc.driverClassName": "org.apache.hive.jdbc.HiveDriver", "jdbc.url": ":10000"} , "type": "hive", "id": 3, "name": ""} > after each 30 seconds audit is getting updated in plugin tab > ------------------------------------------------------------ > > Key: RANGER-687 > URL: https://issues.apache.org/jira/browse/RANGER-687 > Project: Ranger > Issue Type: Bug > Components: admin, audit > Affects Versions: 0.5.0 > Reporter: Deepak Sharma > Assignee: Madhan Neethiraj > Priority: Critical > Labels: ranger > Fix For: 0.5.0 > > > STR: > ==== > 1. install hdfs,yarn,hive,hbase > 2. install ranger ,enable ssl for admin& usersync > 3. enable ssl for all the plugins > ER: > entry should be there in plugins tab only when service is restarted > AR: > after each 30 seconds entry is updated on plugin tab UI , beacuse when policy refresh is done Response 200 was returned !! -- This message was sent by Atlassian JIRA (v6.3.4#6332)