Member since
05-09-2016
280
Posts
58
Kudos Received
31
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3687 | 03-28-2018 02:12 PM | |
3006 | 01-09-2018 09:05 PM | |
1603 | 12-13-2016 05:07 AM | |
4947 | 12-12-2016 02:57 AM | |
4236 | 12-08-2016 07:08 PM |
09-02-2016
10:32 PM
Thanks @Ramesh Mani, Just tried this, still nothing happened. I guess there is a problem with json payload. I am using '{"name":"tom","userRoleList":"ROLE_SYS_ADMIN"}'
... View more
09-02-2016
09:49 PM
Right now, Ranger provides two roles - "Admin" and "User". When I added a new user in OS, Ranger usersync created its login credentials for Ranger UI but the role appointed is User. I am trying the following REST API to change the role to Admin so that it can create new policies: curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" -u admin:admin http://sandbox.hortonworks.com:6080/service/xusers/users -d '{"name":"tom","role":["ROLE_SYS_ADMIN"]}' There is no output or any error. Please help
... View more
Labels:
- Labels:
-
Apache Ranger
09-02-2016
05:58 PM
Hello everyone, I am adding a user entry in /etc/atlas/conf/users-credentials.properties: tom=ROLE_ADMIN::941430731bb078ac6ed1db304865d7c3e0f43d564b26ffc4307d745f9ea37a6b The password is tom, and obtained this hashing value from running "echo tom | sha256sum". But I am getting Invalid credentials at Atlas login page. Is this the right approach or am I missing something? Please help
... View more
Labels:
- Labels:
-
Apache Atlas
08-17-2016
08:07 PM
It is giving me below exception: * About to connect() to sandbox.hortonworks.com port 8080 (#0) * Trying 10.0.2.15... connected * Connected to sandbox.hortonworks.com (10.0.2.15) port 8080 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * NSS error -12263 * Closing connection #0 * SSL connect error curl: (35) SSL connect error
... View more
08-17-2016
06:50 PM
The principal_name should be a kerberos principal? Because my Sandbox is not kerberized.
... View more
08-17-2016
05:02 PM
1 Kudo
I can see 5 new Sandbox roles - Cluster Administrator, Cluster Operator, Service Administrator, Service Operator, Cluster User. Can someone please tell me the REST API to assign these roles to Ambari users? I tried retrieving roles through this call: curl -iv -u admin:admin -X GET http://ambari-server:8080/api/v1/roles but this seems broken. Please help.
... View more
Labels:
- Labels:
-
Apache Ambari
08-05-2016
11:06 PM
@Qi Wang, let me check from my end, will keep u posted as early as possible
... View more
07-27-2016
09:08 PM
1 Kudo
I am using HDP2.5 tech preview Sandbox, created a table in MySQL, and then used Sqoop to transfer the table into Hive. Created one more hive table by using CTAS. Now when I am looking at Atlas Lineage, I can only see hive table operations in the lineage but not MySQL and Sqoop part. Is there something I am missing from the configuration perspective from Atlas, how Atlas manages the metadata from MySQL and Sqoop? Please help
... View more
Labels:
- Labels:
-
Apache Atlas
07-11-2016
08:56 PM
It ran, I replaced quotes with a single apostrophe and it worked. Thanks a lot.
... View more
07-11-2016
06:57 PM
Thanks for pointing that out, but still getting the same exception
... View more