Hey Fay…

Try putting the URL in quotes:

curl -H "X-Requested-By:ambari" -u admin:passw0rd -i -X GET 
"http://localhost:8081/api/v1/clusters/MyCluster/kerberos_identities?fields=*&format=CSV";

Rob


From: Fay Wang <[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>, Fay Wang 
<[email protected]<mailto:[email protected]>>
Date: Thursday, April 21, 2016 at 12:21 PM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: Re: question on kerberos

Thank, Rob!
I tried this command but the result is in json format :-(

curl -H "X-Requested-By:ambari" -u admin:passw0rd -i -X GET 
http://localhost:8081/api/v1/clusters/MyCluster/kerberos_identities?fields=*&format=CSV

At the end, the following is shown:
[1]+  Done                    curl -k -H "X-Requested-By:ambari" -u 
admin:passw0rd -i -X GET 
http://localhost:8081/api/v1/clusters/MyCluster/kerberos_identities?fields=*

It seems that format=csv is not taken into account. Do I miss anything?

-f



On Thursday, April 21, 2016 7:12 AM, Robert Levas 
<[email protected]<mailto:[email protected]>> wrote:


Hi Fay…

The API call you want to use to get the details about the expected Kerberos 
identities is

GET /api/v1/clusters/c1/kerberos_identities?fields=*

By default this will give you a JSON formatted file of the data.  If you append 
format=CSV to the query, Ambari will provide the data in a CSV format:

GET /api/v1/clusters/c1/kerberos_identities?fields=*&format=CSV

You can see https://issues.apache.org/jira/browse/AMBARI-10576 for some 
examples.

I suppose I should probably add this to 
https://cwiki.apache.org/confluence/display/AMBARI/Automated+Kerberizaton

Rob


From: Fay Wang <[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>, Fay Wang 
<[email protected]<mailto:[email protected]>>
Date: Thursday, April 21, 2016 at 9:43 AM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: question on kerberos

Hi,

    After kerberization, is there any way to kerberos csv file from ambari 
server?  I tried the following command, but got an error :-(

wget http://ambari-server-host:8080/resources/kerberos.csv -O /tmp/kerberos.csv

HTTP request sent, awaiting response... 404 Not Found
2016-04-21 13:29:51 ERROR 404: Not Found.


-fay


Reply via email to