Member since
08-10-2016
4
Posts
0
Kudos Received
0
Solutions
08-11-2016
06:49 AM
Ah, I think I understand. Thank you for responding.
... View more
08-10-2016
10:13 AM
Hello all -- I am dynamically retrieving configuration files using the Cloudera Manager API. In particular, I am interested in Yarn's mapred-site.xml. When downloading from http://example.com:7180/api/v12/clusters/Cluster 1/services/yarn/roles/yarn-RESOURCEMANAGER-xyz/process/configFiles/mapred-site.xml I get what looks like a partial mapred-site.xml <?xml version="1.0" encoding="UTF-8"?>
<!--Autogenerated by Cloudera Manager-->
<configuration>
<property>
<name>mapreduce.jobhistory.webapp.address</name>
<value>example.com:19888</value>
</property>
<property>
<name>mapreduce.jobhistory.webapp.https.address</name>
<value>example.com:19890</value>
</property>
</configuration> However, when I download the client configuration zip file from Cloudera Manager: the mapred-site.xml contained inside the zip file is much larger and appears to contain all configuration values. Why is there a difference between the two files? How can I get the version of the file that contains the complete configuration from the CM API? Thanks! I am using Version: Cloudera Enterprise 5.7.1
... View more
Labels:
- Labels:
-
Apache YARN
-
Cloudera Manager
-
MapReduce