<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302980#M221335</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81561"&gt;@iEason8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you've got a good point. The &lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/index.html" target="_self"&gt;main page for the doc (which I've cited earlier)&lt;/A&gt; says you need authentication for API calls for CM6 however, &lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/resource_ServicesResource.html#resource_ServicesResource_ClustersResourceV33_ServicesResourceV33_getClientConfig_GET" target="_self"&gt;the section you've found&lt;/A&gt; says explicitly it does not require authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've done some research in our records and found that the desired behaviour for CM6 is to enforce authentication for API calls (internal jira reference&amp;nbsp;OPSAPS-44459) and that there is a bug in our doc (internal jira reference&amp;nbsp;DOCS-4659) that explains "Doc wrongly suggests that clientConfig API call does not require any authentication" and this jira is unresolved at this moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience caused. You need to get authenticated to be able to use the API in CM6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards:&lt;/P&gt;&lt;P&gt;Ferenc&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 09:42:41 GMT</pubDate>
    <dc:creator>Bender</dc:creator>
    <dc:date>2020-09-17T09:42:41Z</dc:date>
    <item>
      <title>Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302824#M221270</link>
      <description>&lt;P data-unlink="true"&gt;I upgraded Cloud Manager from 5.10.0 to 6.3.0, then i tried to run 'wget http://10.0.0.209:7180/api/v13/clusters/{clusterName}/services/{serviceName}/clientConfig', got a error 404. Checked the log file of cloudera-scm-server, got the following:&lt;/P&gt;&lt;PRE&gt;2020-09-15 04:11:57,977 INFO scm-web-16747:com.cloudera.api.ApiExceptionMapper: Exception caught in API invocation. Msg:Service 'yarn' not found in cluster 'platform-pod10-eason-cdh'.&lt;BR /&gt;java.util.NoSuchElementException: Service 'yarn' not found in cluster 'platform-pod10-eason-cdh'.&lt;BR /&gt;at com.cloudera.api.dao.impl.ManagerDaoBase.findService(ManagerDaoBase.java:484)&lt;BR /&gt;......&lt;/PRE&gt;&lt;P&gt;but I checked the services via accessing API /clusters/{clusterName}/services/{serviceName},&amp;nbsp;actually the service 'yarn' is in this cluster, ref:&lt;/P&gt;&lt;PRE&gt;[root@rhel76x64 ~]# curl http://&amp;lt;user&amp;gt;:&amp;lt;password&amp;gt;@10.0.0.209:7180/api/v13/clusters/platform-pod10-eason-cdh/services/yarn/&lt;BR /&gt;{&lt;BR /&gt;"healthChecks" : [ {&lt;BR /&gt;"name" : "YARN_JOBHISTORY_HEALTH",&lt;BR /&gt;"summary" : "GOOD",&lt;BR /&gt;"suppressed" : false&lt;BR /&gt;}, {&lt;BR /&gt;"name" : "YARN_NODE_MANAGERS_HEALTHY",&lt;BR /&gt;"summary" : "GOOD",&lt;BR /&gt;"suppressed" : false&lt;BR /&gt;}, {&lt;BR /&gt;"name" : "YARN_RESOURCEMANAGERS_HEALTH",&lt;BR /&gt;"summary" : "GOOD",&lt;BR /&gt;"suppressed" : false&lt;BR /&gt;}, {&lt;BR /&gt;"name" : "YARN_USAGE_AGGREGATION_HEALTH",&lt;BR /&gt;"summary" : "DISABLED",&lt;BR /&gt;"suppressed" : false&lt;BR /&gt;} ],&lt;BR /&gt;"maintenanceOwners" : [ ],&lt;BR /&gt;"name" : "yarn",&lt;BR /&gt;"type" : "YARN",&lt;BR /&gt;"clusterRef" : {&lt;BR /&gt;"clusterName" : "cluster"&lt;BR /&gt;},&lt;BR /&gt;"serviceUrl" : "http://ip-10-0-0-209.us-west-2.compute.internal:7180/cmf/serviceRedirect/yarn",&lt;BR /&gt;"roleInstancesUrl" : "http://ip-10-0-0-209.us-west-2.compute.internal:7180/cmf/serviceRedirect/yarn/instances",&lt;BR /&gt;"serviceState" : "STARTED",&lt;BR /&gt;"healthSummary" : "GOOD",&lt;BR /&gt;"configStalenessStatus" : "FRESH",&lt;BR /&gt;"clientConfigStalenessStatus" : "FRESH",&lt;BR /&gt;"maintenanceMode" : false,&lt;BR /&gt;"displayName" : "YARN (MR2 Included)",&lt;BR /&gt;"entityStatus" : "GOOD_HEALTH"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;In addition, i can get clientConfig successfully by running 'wget http://10.0.0.209:7180/api/v13/clusters/{clusterName}/services/{serviceName}/clientConfig --user=xxx --password=xxx&amp;nbsp;--auth-no-challenge', but base on the specification of API, this API&amp;nbsp;&lt;SPAN&gt;does not require any authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone have a clue about it? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 07:18:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302824#M221270</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-15T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302836#M221278</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81561"&gt;@iEason8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for reaching out to Community! I've noticed that you are using v13 API for CM6.3, however CM6.3 uses v33 API. Please see&lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/index.html" target="_self"&gt; this reference doc for the API&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you adjust your request accordingly to the new API, do you still have the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards:&lt;BR /&gt;Ferenc&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:39:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302836#M221278</guid>
      <dc:creator>Bender</dc:creator>
      <dc:date>2020-09-15T10:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302838#M221279</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12296"&gt;@Bender&lt;/a&gt;&amp;nbsp;yes, the issue still exists even if i use v33 API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The strange points are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;This API&amp;nbsp;&lt;SPAN&gt;/clusters/{clusterName}/services/{serviceName}/clientConfig is supposed to not require any authentication, but i need to specify credential to access it succesfully via curl/wget.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If i don't specify credential, the error message is "Service 'yarn' not found in cluster 'platform-pod10-eason-cdh'.", but 'yarn' is actually in the cluster, which is confusing.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Is there a switch of the authentication (e.g. turn on/off)? or did i miss anything? Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:50:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302838#M221279</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-15T10:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302945#M221316</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12296"&gt;@Bender&lt;/a&gt;&amp;nbsp;Do you (or anyone) have a Cloudera Manager 6.3.x installed? If yes, could you please help to try to run 'wget http://&amp;lt;cm_server_host&amp;gt;:7180/api/v33/clusters/{clusterName}/services/{serviceName}/clientConfig' to check if it can work as expected? Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 14:17:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302945#M221316</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-16T14:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302975#M221330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81561"&gt;@iEason8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've managed to get the config and the clientConfig too using curl.&lt;/P&gt;&lt;P&gt;The cluster name in my case was "Cluster 1", the service name was "KAFKA-1", so had to URL encode the space. I've highlighted the parts in bold you will need to change. Make sure the user you use &lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/index.html" target="_self"&gt;have the necessary privileges&lt;/A&gt; to get the configs:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The Cloudera Manager API uses&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://tools.ietf.org/html/rfc2617" target="_blank" rel="noopener"&gt;HTTP basic access authentication&lt;/A&gt;&lt;SPAN&gt;. It accepts the same user credentials as the web interface. Different users may have different levels of access, as defined by their roles. (See the user management API calls for more.) With every authenticated request, the server returns a session cookie, which can be subsequently used for authentication."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -X GET -H "Content-Type:application/json" -u &lt;STRONG&gt;[username]&lt;/STRONG&gt;:&lt;STRONG&gt;[password]&lt;/STRONG&gt; \&lt;BR /&gt;-d '{ "items": [&lt;BR /&gt;{"name": "enable_config_alerts", "value": "true"} ] }' \&lt;BR /&gt;'&lt;STRONG&gt;http&lt;/STRONG&gt;://&lt;STRONG&gt;[cm_address]&lt;/STRONG&gt;:7180/api/v33/clusters/&lt;STRONG&gt;Cluster%201&lt;/STRONG&gt;/services/&lt;STRONG&gt;KAFKA-1&lt;/STRONG&gt;/clientConfig'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if it works for you too!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you:&lt;BR /&gt;Ferenc&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:52:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302975#M221330</guid>
      <dc:creator>Bender</dc:creator>
      <dc:date>2020-09-17T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302976#M221331</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12296"&gt;@Bender&lt;/a&gt;&amp;nbsp;Yes, if specifying the username and password while accessing this API via curl or wget, it can get 'clientConfig' successfully. But the specification of Cloudera Manager API said this API does not require any authentication. Ref:&amp;nbsp;&lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/resource_ServicesResource.html#resource_ServicesResource_ClustersResourceV33_ServicesResourceV33_getClientConfig_GET" target="_blank" rel="noopener"&gt;https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/resource_ServicesResource.html#resource_ServicesResource_ClustersResourceV33_ServicesResourceV33_getClientConfig_GET&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;There is a little background for your reference, I have a program, while it's started, it will call 'wget http://&amp;lt;cm_server_host&amp;gt;:7180/api/v13/clusters/{clusterName}/services/{serviceName}/clientConfig'&amp;nbsp;&amp;nbsp;directly (without specifying username/password) to get config file, and it works well with Cloudera Manager 5.10.0. After i upgraded Cloudera Manager to 6.3.0, wget will get a 404 error, then the program failed to be started.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 09:07:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302976#M221331</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-17T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302980#M221335</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81561"&gt;@iEason8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you've got a good point. The &lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/index.html" target="_self"&gt;main page for the doc (which I've cited earlier)&lt;/A&gt; says you need authentication for API calls for CM6 however, &lt;A href="https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/resource_ServicesResource.html#resource_ServicesResource_ClustersResourceV33_ServicesResourceV33_getClientConfig_GET" target="_self"&gt;the section you've found&lt;/A&gt; says explicitly it does not require authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've done some research in our records and found that the desired behaviour for CM6 is to enforce authentication for API calls (internal jira reference&amp;nbsp;OPSAPS-44459) and that there is a bug in our doc (internal jira reference&amp;nbsp;DOCS-4659) that explains "Doc wrongly suggests that clientConfig API call does not require any authentication" and this jira is unresolved at this moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience caused. You need to get authenticated to be able to use the API in CM6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards:&lt;/P&gt;&lt;P&gt;Ferenc&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 09:42:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302980#M221335</guid>
      <dc:creator>Bender</dc:creator>
      <dc:date>2020-09-17T09:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302981#M221336</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12296"&gt;@Bender&lt;/a&gt;&amp;nbsp;Got it. Thanks so much for your clarification.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 09:54:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/302981#M221336</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-17T09:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303199#M221428</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12296"&gt;@Bender&lt;/a&gt;&amp;nbsp;One more minor thing, as I mentioned before, the error message is "Service 'yarn' not found in cluster&amp;nbsp;&lt;SPAN&gt;'platform-pod10-eason-cdh'" and error number is 404 while access this API without specifying credential, which is confusing. I think it is supposed to return 401 with authentication error message. Can you help to confirm it? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 08:09:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303199#M221428</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-22T08:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303206#M221429</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81561"&gt;@iEason8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your observation on the API returns 404 when a request was sent to CM API without authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on &lt;A href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4" target="_blank"&gt;W3C recommendation&lt;/A&gt;&amp;nbsp;about authentication:&lt;/P&gt;&lt;P&gt;"...&amp;nbsp;&lt;SPAN&gt;If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Therefore it is OK to return 404 when there is an unauthenticated request and it is a design decision.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ferenc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 09:22:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303206#M221429</guid>
      <dc:creator>Bender</dc:creator>
      <dc:date>2020-09-22T09:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303207#M221430</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12296"&gt;@Bender&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK. Thanks for your clarification.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 09:39:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303207#M221430</guid>
      <dc:creator>iEason8</dc:creator>
      <dc:date>2020-09-22T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to get clientConfig via API /clusters/{clusterName}/services/{serviceName}/clientConfig</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303208#M221431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81561"&gt;@iEason8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are welcome! Thank you for raising these questions and accepting the answer as a solution! Solved articles will surface better on search engines, hence other members with similar questions will find the answer easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards:&lt;/P&gt;&lt;P&gt;Ferenc&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 09:43:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-get-clientConfig-via-API-clusters-clusterName/m-p/303208#M221431</guid>
      <dc:creator>Bender</dc:creator>
      <dc:date>2020-09-22T09:43:48Z</dc:date>
    </item>
  </channel>
</rss>

