<?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: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services . in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149462#M24002</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3791/ajaykuppachivenkata.html" nodeid="3791"&gt;@Ajay Kuppachi&lt;/A&gt; In case, if you are not able to delete the service using api then you need to check the service state in ambari database. Below are commands for same -&lt;/P&gt;&lt;P&gt;# psql -U ambari &amp;lt;= [password will be - bigdata, unless you have customize it.] 
ambari=&amp;gt;select * from servicedesiredstate where service_name='&amp;lt;service-name&amp;gt;' 
eg. ambari=&amp;gt;select * from servicedesiredstate where service_name='KNOX'&lt;/P&gt;&lt;P&gt;ambari=&amp;gt;select * from servicecomponentdesiredstate where service_name='&amp;lt;service-name&amp;gt;'; &lt;/P&gt;&lt;P&gt;ambari=&amp;gt;select * from hostcomponentstate where service_name='&amp;lt;service-name&amp;gt;'; &lt;/P&gt;&lt;P&gt;ambari=&amp;gt;select * from hostcomponentdesiredstate where service_name='&amp;lt;service-name&amp;gt;'; &lt;/P&gt;&lt;P&gt;ambari=&amp;gt;quit; &lt;/P&gt;&lt;P&gt;You need to update the state accordingly.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 10:50:00 GMT</pubDate>
    <dc:creator>sshimpi</dc:creator>
    <dc:date>2016-03-30T10:50:00Z</dc:date>
    <item>
      <title>Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149460#M24000</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3079-install-error.jpg" style="width: 188px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21268iD74184422C2EAF6C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3079-install-error.jpg" alt="3079-install-error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can i delete these services and install again? &lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 13:06:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149460#M24000</guid>
      <dc:creator>ajay_kvs</dc:creator>
      <dc:date>2019-08-18T13:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149461#M24001</link>
      <description>&lt;P&gt;Use the following instructions to delete services &lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Using+APIs+to+delete+a+service+or+all+host+components+on+a+host" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/Using+APIs+to+delete+a+service+or+all+host+components+on+a+host&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:35:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149461#M24001</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-30T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149462#M24002</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3791/ajaykuppachivenkata.html" nodeid="3791"&gt;@Ajay Kuppachi&lt;/A&gt; In case, if you are not able to delete the service using api then you need to check the service state in ambari database. Below are commands for same -&lt;/P&gt;&lt;P&gt;# psql -U ambari &amp;lt;= [password will be - bigdata, unless you have customize it.] 
ambari=&amp;gt;select * from servicedesiredstate where service_name='&amp;lt;service-name&amp;gt;' 
eg. ambari=&amp;gt;select * from servicedesiredstate where service_name='KNOX'&lt;/P&gt;&lt;P&gt;ambari=&amp;gt;select * from servicecomponentdesiredstate where service_name='&amp;lt;service-name&amp;gt;'; &lt;/P&gt;&lt;P&gt;ambari=&amp;gt;select * from hostcomponentstate where service_name='&amp;lt;service-name&amp;gt;'; &lt;/P&gt;&lt;P&gt;ambari=&amp;gt;select * from hostcomponentdesiredstate where service_name='&amp;lt;service-name&amp;gt;'; &lt;/P&gt;&lt;P&gt;ambari=&amp;gt;quit; &lt;/P&gt;&lt;P&gt;You need to update the state accordingly.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:50:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149462#M24002</guid>
      <dc:creator>sshimpi</dc:creator>
      <dc:date>2016-03-30T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149463#M24003</link>
      <description>&lt;P&gt;I get below Error when i run GET&lt;/P&gt;&lt;P&gt;# curl -u admin:admin -H "X-Requested-By: ambari" -X GET  &lt;A href="http://localhost:8080/api/v1/clusters/c1/services/FALCON" target="_blank"&gt;http://localhost:8080/api/v1/clusters/c1/services/FALCON&lt;/A&gt;
{
  "status" : 404,
  "message" : "Parent Cluster resource doesn't exist.  Cluster not found, clusterName=c1.  Cluster not found, clusterName=c1"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:20:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149463#M24003</guid>
      <dc:creator>ajay_kvs</dc:creator>
      <dc:date>2016-03-30T18:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149464#M24004</link>
      <description>&lt;P&gt;I don't see these service_names on below tables&lt;/P&gt;&lt;P&gt;SERVICECOMPONENTDESIREDSTATE&lt;/P&gt;&lt;P&gt;HOSTCOMPONENTDESIREDSTATE&lt;/P&gt;&lt;P&gt; HOSTCOMPONENTSTATE&lt;/P&gt;&lt;P&gt;but i see those services under clusterservices Tables&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:24:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149464#M24004</guid>
      <dc:creator>ajay_kvs</dc:creator>
      <dc:date>2016-03-30T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149465#M24005</link>
      <description>&lt;P&gt;What is the cluster name you gave to your cluster? Replace c1 with that name. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:28:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149465#M24005</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-30T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149466#M24006</link>
      <description>&lt;P&gt;My bad i replaced with clustername&lt;/P&gt;&lt;P&gt;{
  "status" : 404,
  "message" : "The requested resource doesn't exist: Service not found, clusterName=HDP_QA, serviceName=Flume"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 19:03:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149466#M24006</guid>
      <dc:creator>ajay_kvs</dc:creator>
      <dc:date>2016-03-30T19:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149467#M24007</link>
      <description>&lt;P&gt;Service names are in upper case, do query with this first curl -u admin:admin -H "X-Requested-By: ambari" -X GET &lt;A href="http://localhost:8080/api/v1/clusters/c1/services/"&gt;http://localhost:8080/api/v1/clusters/c1/services/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Make a note of all services you have, then do a get on individual services, replace cluster name in my query&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 19:07:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149467#M24007</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-30T19:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon/Storm/Flume not Installed Properly as i am not able to Start/Stop Services .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149468#M24008</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3791/ajaykuppachivenkata.html" nodeid="3791"&gt;@Ajay Kuppachi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You need to use something like the below one .&lt;/P&gt;&lt;P&gt;curl -u admin:admin -H "X-Requested-By: ambari" -X GET &lt;A href="http://localhost:8080/api/v1/clusters/HDP_QA/services//FLUME_HANDLER" target="_blank"&gt;http://localhost:8080/api/v1/clusters/HDP_QA/services//FLUME_HANDLER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://localhost:8080/api/v1/clusters/HDP_QA/services/FALCON_SERVER" target="_blank"&gt;http://localhost:8080/api/v1/clusters/HDP_QA/services/FALCON_SERVER&lt;/A&gt; &lt;/P&gt;&lt;P&gt;here are the list of components names Ambari understands,&lt;/P&gt;&lt;P&gt;[ { "name" : "KAFKA_BROKER" }, { "name" : "SUPERVISOR" }, { "name" : "METRICS_MONITOR" }, { "name" : "FLUME_HANDLER" }, { "name" : "SQOOP" }, { "name" : "YARN_CLIENT" }, { "name" : "FALCON_CLIENT" }, { "name" : "HDFS_CLIENT" }, { "name" : "OOZIE_CLIENT" }, { "name" : "YARN_CLIENT" }, { "name" : "ZOOKEEPER_CLIENT" }, { "name" : "HIVE_CLIENT" }, { "name" : "HCAT" }, { "name" : "MAPREDUCE2_CLIENT" }, { "name" : "HBASE_CLIENT" } ],&lt;/P&gt;&lt;P&gt;{ "name" : "NODEMANAGER" }, { "name" : "METRICS_MONITOR" }, { "name" : "DATANODE" }, { "name" : "SUPERVISOR" }, { "name" : "HBASE_REGIONSERVER"&lt;/P&gt;&lt;P&gt;{ "name" : "HBASE_MASTER" }, { "name" : "METRICS_MONITOR" }, { "name" : "ZOOKEEPER_SERVER" }, { "name" : "STORM_UI_SERVER" }, { "name" : "DRPC_SERVER" }, { "name" : "NIMBUS" }, { "name" : "WEBHCAT_SERVER" }, { "name" : "HIVE_SERVER" }, { "name" : "HIVE_METASTORE" }, { "name" : "TEZ_CLIENT" }, { "name" : "HCAT" }&lt;/P&gt;&lt;P&gt;{ "name" : "METRICS_MONITOR" }, { "name" : "METRICS_COLLECTOR" }, { "name" : "ZOOKEEPER_SERVER" }, { "name" : "HISTORYSERVER" }, { "name" : "APP_TIMELINE_SERVER" }, { "name" : "RESOURCEMANAGER" }, { "name" : "SECONDARY_NAMENODE" } { "name" : "NAMENODE" }, { "name" : "METRICS_MONITOR" }, { "name" : "ZOOKEEPER_SERVER" }&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 16:04:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-Storm-Flume-not-Installed-Properly-as-i-am-not-able/m-p/149468#M24008</guid>
      <dc:creator>Jagatheeshr</dc:creator>
      <dc:date>2016-03-31T16:04:34Z</dc:date>
    </item>
  </channel>
</rss>

