You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Deepak Sharma (JIRA)" <ji...@apache.org> on 2015/10/08 07:58:27 UTC

[jira] [Commented] (RANGER-687) after each 30 seconds audit is getting updated in plugin tab

    [ 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
<rangerhost>:6182/service/plugins/services/<id>
and using following paramters for ex. hive
{"configs":
{"username": "hive", "password": "*****", "commonNameForCertificate": "<plugin_name>", "jdbc.driverClassName": "org.apache.hive.jdbc.HiveDriver", "jdbc.url": "<jdbc url>:10000"}
, "type": "hive", "id": 3, "name": "<cluster_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)