Member since
09-10-2015
261
Posts
85
Kudos Received
43
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1197 | 11-15-2018 10:21 PM | |
620 | 09-05-2018 09:03 PM | |
1217 | 03-19-2018 09:15 PM | |
912 | 03-16-2018 08:40 PM | |
503 | 02-09-2018 05:25 PM |
12-13-2016
05:53 PM
4 Kudos
https://issues.apache.org/jira/browse/RANGER-1214 is planned for next release.
... View more
12-07-2016
03:43 PM
please note Hive CLI is not supported by Ranger.
... View more
12-02-2016
06:42 PM
see ranger audit logs to figure out whether ranger-acl or hadoop-acl is granting access to the user.
... View more
12-01-2016
06:35 PM
1 Kudo
Access will be granted with native HDFS permissions if there is no ranger policy. You can check ranger audit to confirm.
... View more
11-22-2016
06:22 PM
1 Kudo
Hbase generates large amount of audit logs, so consider that when storing them in audit DB. Audit to DB support is removed from HDP 2.5, so you should consider Solr sooner rather than later.
... View more
11-15-2016
06:43 PM
1 Kudo
Ranger plugins refresh policies from ranger admin every 30 seconds. You can monitor this in Ranger UI -> Audit -> plugins screen and notice when the changes have been downloaded.
... View more
10-14-2016
08:16 PM
1 Kudo
Usually there will be some output in Ambari UI console. Check in the output of HDFS service start.
... View more
10-13-2016
03:06 PM
If using Ambari Infra Solr, collection will be automatically created when you restart ranger from ambari. There is no need to create explicitly. Can you clean up that, clear the cookies in your browser, restart ranger service and try again?
... View more
10-07-2016
03:15 PM
I don't think underscores will present an issue. Do you see any errors in the component logs?
... View more
06-09-2016
10:47 PM
Provided Hive also is configured to use AD to get the right groups. Please see this -- http://hortonworks.com/blog/hadoop-groupmapping-ldap-integration/
... View more
06-09-2016
10:38 PM
1 Kudo
Groups stored in Ranger DB are used only for displaying in Ranger UI and at the time of policy authoring. At run time, component (in your example Hive) should pass along the group information of the authenticated user to ranger plugin. Typically you can run "hdfs groups <user>" to find out what groups does the user belong to. Expectation is that Components will use the same source as Ranger to provide users/groups mapping.
... View more
06-08-2016
06:16 PM
3 Kudos
Yes, modify web.xml directly on Ranger admin host.
... View more
05-05-2016
01:43 PM
any errors being shown catalina.out? are there entries in kms-audit.log? as what user are you trying to copy the files?
... View more
04-26-2016
06:12 PM
You can use DB replication to keep both policy DB in sync.
... View more
03-31-2016
05:51 PM
2 Kudos
In Kerberized environments, repository config user should be a valid kerberos principal. Please create a valid principal like keyadmin@DOMAIN.COM with password and configure this in KMS repo - this needs to be done in ranger UI. Steps are listed here. Although this is from latest documentation, these steps should work. After repository is updated, Ranger and KMS needs to be restarted. Also make sure you have a link to core-site.xml under /etc/ranger/kms/conf as described here
... View more
03-22-2016
06:52 PM
5 Kudos
@Richard Xu - Can you please execute the below command in MySQL and retry the install? SET GLOBAL log_bin_trust_function_creators = 1 If you'd like to roll back to the default value of 0, you can do that after the install goes through.
... View more
03-22-2016
06:48 PM
@ARUNKUMAR RAMASAMY - Ranger UI will show audit data from either Solr or DB. Since DB support will be deprecated from future releases, you are recommended to move to Solr. Audit to HDFS is for long term storage and this can be done in addition to Solr.
... View more
03-04-2016
06:13 AM
1 Kudo
Restarting is the only way
... View more
03-01-2016
04:47 AM
3 Kudos
@Anna Shaverdian Can you please share your blueprint? Ranger Admin's DB password settings should go in "admin-properties" section.
... View more
02-24-2016
07:29 PM
3 Kudos
@Anna Shaverdian DB pre-requisites need to be met before creating the cluster through the blueprint.
... View more
02-11-2016
10:37 PM
1 Kudo
Yes, if the users are removed from Ranger DB, service users also need to be re-sync'ed.
... View more
02-11-2016
10:35 PM
1 Kudo
1] Did the DB also get cleaned up? Otherwise, I don't see why repo is not there. 2] If ranger service is deleted, plugin should have been disabled also, so that it does not try to communicate to ranger. 3] After ranger is added again, if using the same DB, repo should be there. If using diff. DB, it should get created when hive plugin is enabled again and hive is restarted
... View more
02-11-2016
10:23 PM
1 Kudo
@Anna Shaverdian 1] For this, existing keys need to be imported into Ranger KMS (using a script provided by Ranger KMS) 2] Please check your KMS repo configuration. Looks like you are using kerberos, but the repo config user name is not a valid kerberos user. Please refer the docs here. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Ranger_KMS_Admin_Guide/content/ch02s01s03.html Since KMS repo is already created, username needs to be changed directly in the ranger UI, not in Ambari.
... View more
02-08-2016
04:56 PM
Please see my suggestion at https://community.hortonworks.com/questions/14329/hiveserver2-wont-start-after-changing-rangers-admi.html
... View more
02-08-2016
04:39 PM
1 Kudo
@Adi Jabkowsky There are two users involved - admin (advanced ranger-env) and amb_ranger_admin (admin settings). Can you verify both users password are correct in ranger and ambari UI?
... View more
12-21-2015
05:35 PM
Hi @Gerd Koenig Do any of the users sync'ed part of hadoop-admins group? Thanks,
... View more
11-12-2015
06:57 PM
1 Kudo
Policy created by ranger hbase plugin (when it was enabled) should have granted permission for ambari-qa user. Please check if this policy got deleted. And yes, you can add the user to policy.
... View more
10-31-2015
08:24 AM
1 Kudo
As long as LDAP server's certificate is imported into the truststore used by usersync process, you need not have to edit the scripts or manually restart the services. Restarting from Ambari should just work.
... View more
10-27-2015
04:12 PM
In this case, you need to disable the plugin and it will fall back to default AclsAuthz
... View more
- « Previous
- Next »