<?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: Ambari shows service with yellow question mark even after removal in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130601#M93287</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10162/ammarrizvi.html" nodeid="10162"&gt;@Ammar Rizvi&lt;/A&gt; While you have deleted the host component using REST APIs, you have not deleted Zeppelin service. Hence, its being shown on Ambari UI. Please delete the service as well. Here is example of removing a service i.e. Falcon.&lt;/P&gt;&lt;P&gt;Note: Replace &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/&lt;/A&gt; with http(s)://&amp;lt;ambari_server_host&amp;gt;:&amp;lt;ambari_server_port&amp;gt;/api/v1/clusters/&amp;lt;cluster_name&amp;gt;/&lt;/P&gt;&lt;PRE&gt;########################Get All Components for Service###########
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X GET &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/&lt;/A&gt;
###Stop all Components for that service
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_CLIENT" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_CLIENT&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_GC" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_GC&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MASTER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MASTER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MONITOR" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MONITOR&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TRACER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TRACER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/&lt;/A&gt;
###Remove all Components for service
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn016rlx.test.edu/host_components/ACCUMULO_CLIENT" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn016rlx.test.edu/host_components/ACCUMULO_CLIENT&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_GC" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_GC&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MONITOR" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MONITOR&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn001rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn001rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn002rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn002rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn003rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn003rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn004rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn004rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn005rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn005rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_TRACER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_TRACER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MASTER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MASTER&lt;/A&gt;
##Remove Service
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/&lt;/A&gt;


&lt;/PRE&gt;</description>
    <pubDate>Wed, 04 May 2016 17:35:16 GMT</pubDate>
    <dc:creator>pardeep_kumar</dc:creator>
    <dc:date>2016-05-04T17:35:16Z</dc:date>
    <item>
      <title>Ambari shows service with yellow question mark even after removal</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130600#M93286</link>
      <description>&lt;P&gt;I tried installing Zeppelin notebook, but somehow chose the wrong node which didn't have the the Spark client. So the install failed and the node started showing Zeppelin with status "Install Failed". Since the "Actions" dropdown next to the component didn't have any "Remove" option, I used the REST API to delete the host component and service for Zeppelin.&lt;/P&gt;&lt;P&gt;Having successfully done this, the Zeppelin component vanished from the list of components of the particular node BUT continues to show with a yellow question mark on the Ambari homepage. No details show when I click on it and when I do &lt;STRONG&gt;Actions -&amp;gt;&lt;/STRONG&gt; &lt;STRONG&gt;Add Service&lt;/STRONG&gt;, Zeppelin Notebook has a check mark next to it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3982-capture.png" style="width: 172px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22339i468138A0ED6A849F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3982-capture.png" alt="3982-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am unable to install Zeppelin on another node now. What do I need to do? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:28:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130600#M93286</guid>
      <dc:creator>ammar_rizvi</dc:creator>
      <dc:date>2019-08-19T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari shows service with yellow question mark even after removal</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130601#M93287</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10162/ammarrizvi.html" nodeid="10162"&gt;@Ammar Rizvi&lt;/A&gt; While you have deleted the host component using REST APIs, you have not deleted Zeppelin service. Hence, its being shown on Ambari UI. Please delete the service as well. Here is example of removing a service i.e. Falcon.&lt;/P&gt;&lt;P&gt;Note: Replace &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/&lt;/A&gt; with http(s)://&amp;lt;ambari_server_host&amp;gt;:&amp;lt;ambari_server_port&amp;gt;/api/v1/clusters/&amp;lt;cluster_name&amp;gt;/&lt;/P&gt;&lt;PRE&gt;########################Get All Components for Service###########
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X GET &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/&lt;/A&gt;
###Stop all Components for that service
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_CLIENT" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_CLIENT&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_GC" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_GC&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MASTER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MASTER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MONITOR" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_MONITOR&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TRACER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TRACER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceComponentInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X PUT -d '{"ServiceInfo": {"state": "INSTALLED"}}' &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/&lt;/A&gt;
###Remove all Components for service
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn016rlx.test.edu/host_components/ACCUMULO_CLIENT" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn016rlx.test.edu/host_components/ACCUMULO_CLIENT&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_GC" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_GC&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MONITOR" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MONITOR&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn001rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn001rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn002rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn002rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn003rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn003rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn004rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn004rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn005rlx.test.edu/host_components/ACCUMULO_TSERVER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpdn005rlx.test.edu/host_components/ACCUMULO_TSERVER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_TRACER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_TRACER&lt;/A&gt;
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MASTER" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/hosts/gdchdpmn05prlxv.test.edu/host_components/ACCUMULO_MASTER&lt;/A&gt;
##Remove Service
curl -u pxkumar:hrwx@91381 -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/" target="_blank"&gt;https://gdchdpamb1rlxv:8443/api/v1/clusters/hdp_prod/services/ACCUMULO/&lt;/A&gt;


&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 May 2016 17:35:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130601#M93287</guid>
      <dc:creator>pardeep_kumar</dc:creator>
      <dc:date>2016-05-04T17:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari shows service with yellow question mark even after removal</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130602#M93288</link>
      <description>&lt;P&gt;This did the trick:&lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -H "X-Requested-by:ambari" -i -k -X DELETE &lt;A href="http://&amp;lt;host&amp;gt;/api/v1/clusters/&amp;lt;cluster&amp;gt;/services/ZEPPELIN" target="_blank"&gt;http://&amp;lt;host&amp;gt;/api/v1/clusters/&amp;lt;cluster&amp;gt;/services/ZEPPELIN&lt;/A&gt;
&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 17:54:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-shows-service-with-yellow-question-mark-even-after/m-p/130602#M93288</guid>
      <dc:creator>ammar_rizvi</dc:creator>
      <dc:date>2016-05-04T17:54:56Z</dc:date>
    </item>
  </channel>
</rss>

