Member since
12-22-2017
34
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 10556 | 11-06-2019 02:25 PM |
11-06-2019
02:25 PM
1 Kudo
There is no issue with ambari agent.
... View more
11-06-2019
02:11 PM
Sorry for the late(very late) update on the this. The issue was resolved by myself.
... View more
04-24-2018
04:58 PM
I am having the same issue with broken links. Any idea why the links will break? Its happening every week.
... View more
02-02-2018
09:15 PM
@slachterman
you want anymore information from me to resolve the issue as I am struck here and not able to move with the other policy
... View more
01-30-2018
09:25 PM
Can you please provide me the solution?
... View more
01-26-2018
05:29 PM
@slachterman I did that. But for security purpose, I didn't put the server name in the post. I worked with API in earlier project and we were able to do the similar thing for kerberos client and worked fine there. But here I am getting the error.
... View more
01-25-2018
11:14 PM
Were you able to complete the rest of the steps?
... View more
01-25-2018
10:38 PM
@slachterman I followed the steps above stated and I was not successful in creating dynamic context. Below are the steps. 1. I created the json file with the "contextEnrichers" and "policyConditions" in a json file (validated with json validator tool) 2. ran the curl command "curl -v -H 'Content-Type: application/json'-u admin:admin -X PUT --data hiveService2.json http://<FQDN>:6080/service/public/v2/api/servicedef/name/hive" and got the below output. * Server auth using Basic with user 'admin'
> PUT /service/public/v2/api/servicedef/name/hive HTTP/1.1
> Authorization: Basic YWRtaW46YWRtaW4=
> User-Agent: curl/7.29.0
> Host: FQDN:6080
> Accept: */*
> Content-Type: application/json
> Content-Length: 17
>
* upload completely sent off: 17 out of 17 bytes
< HTTP/1.1 404 Not Found
< Server: Apache-Coyote/1.1
< Set-Cookie: RANGERADMINSESSIONID=26D6411248523A3341C7680AABC8A68A; Path=/; HttpOnly
< X-Frame-Options: DENY
< Content-Length: 0
< Date: Thu, 25 Jan 2018 22:24:57 GMT
<
* Connection #0 to host <FQDN> left intact Let me know where I went wrong. am using HDP 2.6.3
... View more