Member since
05-29-2017
408
Posts
123
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2785 | 09-01-2017 06:26 AM | |
1692 | 05-04-2017 07:09 AM | |
1459 | 09-12-2016 05:58 PM | |
2060 | 07-22-2016 05:22 AM | |
1625 | 07-21-2016 07:50 AM |
10-20-2017
04:18 PM
1 Kudo
Can someone explain with example difference between Knox with Ldap and Kerberos ?I read following article but could not understand clearly. https://community.hortonworks.com/questions/62130/difference-between-apache-knox-and-kerberos.html
... View more
Labels:
- Labels:
-
Apache Knox
10-18-2017
07:23 AM
show create table view_name not showing complete definition of view. and it just show one or two line and then all blank . I can see it is returning 38 rows but can someone please help me why it is not showing on cli. hive> show create table sample_db.i0001_ivo_hdr; OK CREATE VIEW `sample_db.i0001a_ivo_hdr` AS SELECT Time taken: 0.086 seconds, Fetched: 38 row(s)
... View more
Labels:
- Labels:
-
Apache Hive
10-11-2017
12:17 PM
Can someone tell what configuration need to be change to use pyspark3 ?
... View more
09-23-2017
03:45 AM
thanks @vperiasamy. I used forceDelete=true and its deleted user from ranger. curl -u admin:admin -v -i -s -X DELETE -H "Content-Type: application/json" http://m1.hdp22:6080/service/xusers/users/416?forceDelete=true
... View more
09-22-2017
02:50 PM
[s0998dnz@m1.hdp22 ~]$ curl -s -u admin:admin -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://m1.hdp22:6080/service/xusers/secure/users/416 | python -m json.tool
{
"createDate": "2017-09-22T14:19:47Z",
"description": "user1 desc",
"firstName": "user1",
"groupIdList": [
2,
12
],
"groupNameList": [
"gg_s7_data1_home_s5",
"dl-go-hadoop-users"
],
"id": 416,
"isVisible": 0,
"lastName": "user1",
"name": "user1",
"owner": "admin admin",
"password": "*****",
"status": 1,
"updateDate": "2017-09-22T14:20:13Z",
"updatedBy": "admin admin",
"userRoleList": [
"ROLE_USER"
],
"userSource": 0
}
[s0998dnz@m1.hdp22 ~]$ curl -u admin:admin -v -i -s -X DELETE -H "Content-Type: application/json" http://m1.hdp22:6080/service/xusers/users/416
* About to connect() to m1.hdp22 port 6080 (#0)
* Trying 172.29.90.10... connected
* Connected to m1.hdp22 (172.29.90.10) port 6080 (#0)
* Server auth using Basic with user 'admin'
> DELETE /service/xusers/users/416 HTTP/1.1
> Authorization: Basic c2F1cmt1bWE6U2VwdEAyMDE0
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: m1.hdp22:6080
> Accept: */*
> Content-Type: application/json
>
< HTTP/1.1 204 No Content
HTTP/1.1 204 No Content
< Server: Apache-Coyote/1.1
Server: Apache-Coyote/1.1
< Set-Cookie: RANGERADMINSESSIONID=21FBD20B95E71693980D2118C4A65BD2; Path=/; HttpOnly
Set-Cookie: RANGERADMINSESSIONID=21FBD20B95E71693980D2118C4A65BD2; Path=/; HttpOnly
< X-Frame-Options: DENY
X-Frame-Options: DENY
< Date: Fri, 22 Sep 2017 14:44:31 GMT
Date: Fri, 22 Sep 2017 14:44:31 GMT
<
* Connection #0 to host m1.hdp22 left intact
* Closing connection #0
[s0998dnz@m1.hdp22 ~]$ curl -s -u admin:admin -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://m1.hdp22:6080/service/xusers/secure/users/416 | python -m json.tool
{
"createDate": "2017-09-22T14:19:47Z",
"description": "user1 desc",
"firstName": "user1",
"groupIdList": [
2,
12
],
"groupNameList": [
"gg_s7_data1_home_s5",
"dl-go-hadoop-users"
],
"id": 416,
"isVisible": 0,
"lastName": "user1",
"name": "user1",
"owner": "admin admin",
"password": "*****",
"status": 1,
"updateDate": "2017-09-22T14:20:13Z",
"updatedBy": "admin admin",
"userRoleList": [
"ROLE_USER"
],
"userSource": 0
}
... View more
Labels:
- Labels:
-
Apache Ranger
09-22-2017
12:55 PM
thanks @anarasimham.
... View more
09-19-2017
01:42 PM
@anarasimham: Thanks for your quick response. can you help me to get how to add many users to a specific policy or one user to many policy ?
... View more
09-19-2017
12:58 PM
We have requirement where we have to create more that 1000+ policies, so what is the easiest way to create these? Also how to add users to each policies ?
... View more
Labels:
- Labels:
-
Apache Ranger
09-02-2017
12:19 PM
Thanks @Sandeep Nemuri. Can you tell me the jar or path of jar which can be used for the same. Like we had in 2.3.4. http://ksssblogs.blogspot.in/2013/06/getting-job-statistics-using-rumen.html
... View more
09-01-2017
04:16 PM
do we have this functionality https://hadoop.apache.org/docs/r2.7.3/hadoop-rumen/Rumen.html in hdp2.6.1 ?
... View more
Labels:
- Labels:
-
Apache Hadoop