Member since
12-22-2017
34
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6578 | 11-06-2019 02:25 PM | |
12673 | 02-02-2018 06:10 PM |
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
01-24-2018
10:02 PM
Can you redeploy the HA and see if there were any steps that you missed during the HA enabling process. Please follow the steps suggested by Hortonworks. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_hadoop-high-availability/content/ch_HA-NameNode.html
... View more
01-24-2018
09:34 PM
try to restart the ambari metrics service and check the error goes off
... View more
01-24-2018
08:21 PM
@Michael Bronson can you share the log file? It may tell you the root cause.
... View more
01-24-2018
07:29 PM
@laki cheli after logging as root you su to hdfs (su hdfs) and run the rest of the commands to create the directories.
... View more
01-19-2018
07:14 PM
@Ajay I have the similar issue. whats the change that you made to made it work.
... View more
01-13-2018
06:30 PM
Ambari 2.6.0 is not recommend for production install. You can evaluate in lower environments.
... View more
- « Previous
-
- 1
- 2
- Next »