<?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: How to remove Falcon service from Ambari? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168368#M130698</link>
    <description>&lt;P&gt;Its throwing error:&lt;/P&gt;&lt;P&gt;HTTP/1.1 405 Http method DELETE is not supported by this URL&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2016 00:48:05 GMT</pubDate>
    <dc:creator>bandarusridhar1</dc:creator>
    <dc:date>2016-04-14T00:48:05Z</dc:date>
    <item>
      <title>How to remove Falcon service from Ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168366#M130696</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Can anyone please provide me steps to remove Falcon service using Ambari or CLI?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 00:39:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168366#M130696</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-04-14T00:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Falcon service from Ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168367#M130697</link>
      <description>&lt;P&gt;You can delete a service with the REST API through ambari. You will need to stop the service first, then use the following command:&lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H 'X-Requested-By: ambari' -X DELETE &lt;A href="http://sandbox.hortonworks.com:8080/api/v1/clusters/Sandbox/services/FALCON" target="_blank"&gt;http://sandbox.hortonworks.com:8080/api/v1/clusters/Sandbox/services/FALCON&lt;/A&gt;
&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Apr 2016 00:39:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168367#M130697</guid>
      <dc:creator>emaxwell</dc:creator>
      <dc:date>2016-04-14T00:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Falcon service from Ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168368#M130698</link>
      <description>&lt;P&gt;Its throwing error:&lt;/P&gt;&lt;P&gt;HTTP/1.1 405 Http method DELETE is not supported by this URL&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 00:48:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168368#M130698</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-04-14T00:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Falcon service from Ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168369#M130699</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5746/bandarusridhar1.html" nodeid="5746"&gt;@Sridhar  Bandaru&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It would be a good idea to create a backup of the Ambari database before proceeding.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_reference_guide/content/_back_up_current_data.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_reference_guide/content/_back_up_current_data.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please check the response you are getting when you run the below command.&lt;/P&gt;&lt;PRE&gt;# curl -u admin:admin -i -H 'X-Requested-By: ambari' -X GET &lt;A href="http://sandbox.hortonworks.com:8080/api/v1/clusters/Sandbox/services/FALCON" target="_blank"&gt;http://sandbox.hortonworks.com:8080/api/v1/clusters/Sandbox/services/FALCON&lt;/A&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:22:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168369#M130699</guid>
      <dc:creator>sayankh</dc:creator>
      <dc:date>2016-04-14T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Falcon service from Ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168370#M130700</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5746/bandarusridhar1.html" nodeid="5746"&gt;@Sridhar  Bandaru&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try the below template,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;curl -H "X-Requested-By:ambari" -u admin:&amp;lt;Ambari_Password&amp;gt; DELETE \ &lt;A href="http://splsandbox1.demo.sas.com:8080/api/v1/clusters/splsandbox/hosts/splsandbox1.demo.sas.com/host_components/FALCON_SERVER"&gt;http://&amp;lt;Ambari_Host&amp;gt;:Port&amp;gt;/api/v1/clusters/&lt;/A&gt;&amp;lt;Cluster_Name&amp;gt;/hosts/&amp;lt;Host_Name_Where_FALCON_Installed&amp;gt;/&lt;A href="http://splsandbox1.demo.sas.com:8080/api/v1/clusters/splsandbox/hosts/splsandbox1.demo.sas.com/host_components/FALCON_SERVER"&gt;host_components/FALCON_SERVER&lt;/A&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;Eg,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;curl -H "X-Requested-By:ambari" -u admin:admin -X DELETE &lt;A href="http://splsandbox1.demo.sas.com:8080/api/v1/clusters/splsandbox/hosts/splsandbox1.demo.sas.com/host_components/FALCON_SERVER"&gt;http://sandbox1.demo.sas.com:8080/api/v1/clusters/sandbox/hosts/sandbox1.demo.sas.com/host_components/FALCON_SERVER&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The above command doesn’t give any output. &lt;/P&gt;&lt;P&gt;so to confirm , run the same command again and it shows that the component doesn’t exist as below.&lt;/P&gt;&lt;P&gt;{
  "status" : 404,
  "message" : "org.apache.ambari.server.controller.spi.NoSuchResourceException: The specified resource doesn't exist: ServiceComponentHost not found, 
clusterName=splsandbox, serviceName=FALCON, serviceComponentName=FALCON_SERVER, hostName=splsandbox1.&lt;A href="http://demo.sas.com/"&gt;demo.sas.com&lt;/A&gt;"
}  &lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:13:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-remove-Falcon-service-from-Ambari/m-p/168370#M130700</guid>
      <dc:creator>Jagatheeshr</dc:creator>
      <dc:date>2016-04-14T18:13:59Z</dc:date>
    </item>
  </channel>
</rss>

