The Ambari API does not take path to config files as input. You need to
provide the content of *-site.xml file as property value pairs.

E.g. (assuming you are using version 1.2.4.9)
curl -i -X PUT -u admin:admin -d '{"Clusters": {"desired_config": {"type":
"core-site", "tag": "version2", "properties" : { "fs.default.name" :
"localhost:8020",...}}}}' http://localhost:8080/api/v1/clusters/c1


Thanks
Sumit

On 8/16/13 2:34 PM, "Anisha Agarwal" <[email protected]> wrote:

>Hello all,
>
>I am trying to deploy Ambari using the APIs.
>If I have custom Hadoop configuration xml files
>(core-site.xml/hdfs-site.xml etc), is there a way to specify the path to
>these files using the APIs?
>
>Thanks,
>Anisha



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Reply via email to