Member since
05-12-2017
37
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1110 | 07-05-2021 10:06 PM |
01-27-2022
07:47 PM
Hi Everyone, When I'm trying to assign permission to group for namespace in hbase, it's throwing null pointer exception through hbase shell Also same issue for when I want to check user permission for namespace.
... View more
Labels:
- Labels:
-
Apache HBase
07-07-2021
11:20 PM
Hi All, We have replicated hive tables from CDH TO CDP through hive replication policy(BDR). we did not see those tables when we connect to beeline and run show tables;also in hue as well. but we are able to run select * from table and also we can see these tables in ranger . Can anyone help me on this issue? Thanks Srini Podili
... View more
Labels:
07-05-2021
10:06 PM
1 Kudo
Hi All, It worked ,i did mistake .i forgot to add "access" before second group permission. Thanks Srinivas
... View more
07-05-2021
08:57 PM
Hi All, I have a requirement like, I need to create hive policy through REST API in CDP Env with two groups .Here , we are giving permission at group level not at user level. one group with "ALL" permissions and 2nd group with "select" permission. I have created policy through REST API with one group with "all" permissions but how to mention 2nd group with "select" permission in same create policy command. I have tried the below method but did not worked. CURLURL="https://host:6182/service/public/v2/api/policy/"
CURLDATA='{ "isEnabled":true,"service":"cm_hive","name":"policy_test1","description":"Policy for employees database access","isAuditEnabled":true,"resources":{"database":{"values":["DBNAME"],"isExcludes":false,"isRecursive":false},"table":{"values":["*"],"isExcludes":false,"isRecursive":false}},"policyItems":[{"accesses":[{"type":"ALL","isAllowed":true}],"users":[""],"groups":["GROUP1"],[{"type":"SELECT","isAllowed":true}],"users":[""],"groups":["GROUP2"]"conditions":[],"delegateAdmin":false}],"denyPolicyItems":[],"allowExceptions":[],"denyExceptions":[],"dataMaskPolicyItems":[],"rowFilterPolicyItems":[]}'
RESPONSE=`curl -k -iv -u username:password -H "Content-Type: application/json" -X POST "$CURLURL" -d "$CURLDATA"` Thanks in advance! Srini Podili
... View more
Labels:
07-05-2021
05:04 AM
Hi, I have a requirement like, i need to create hive policy with two groups .one group with "ALL" permissions to some "x" user and 2nd group with "select" permission to "y" user. i have created policy through REST APi with one group but with "all" permissions but how to mention 2nd group with "select" permission in same create policy command. Thanks in advance! Srini Podili
... View more
07-05-2021
05:02 AM
Hi, I have a requirement like, i need to create hive policy with two groups .one group with "ALL" permissions to some "x" user and 2nd group with "select" permission to "y" user. i have created policy through REST APi with one group but with "all" permissions but how to mention 2nd group with "select" permission in same create policy command. Thanks in advance! Srini Podili
... View more
07-05-2021
05:01 AM
Hi, I have a requirement like, i need to create hive policy with two groups .one group with "ALL" permissions to some "x" user and 2nd group with "select" permission to "y" user. i have created policy through REST APi with one group but with "all" permissions but how to mention 2nd group with "select" permission in same create policy command. Thanks in advance! Srini Podili
... View more
07-05-2021
04:58 AM
Hi, I have a requirement like, i need to create hive policy with two groups .one group with "ALL" permissions to some "x" user and 2nd group with "select" permission to "y" user. i have created policy through REST APi with one group but with "all" permissions but how to mention 2nd group with "select" permission in same create policy command. Thanks in advance! Srini Podili
... View more
07-05-2021
04:56 AM
Hi, I have a requirement like, i need to create policy with two groups .one group with "ALL" permissions to some "x" user and 2nd group with "select" permission to "y" user. i have created policy through REST APi with one group but with "all" permissions but how to mention 2nd group with "select" permission in same create policy command. Thanks in advance! Srini Podili
... View more
07-02-2021
05:06 AM
Hi Asish. I saw this info from Apache documentation. https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-HiveConfigurationProperties Thanks, Srinivas
... View more