<?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: Is there any possibility to decommission the node through REST API? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104008#M21473</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1966/prasad4ucom.html" nodeid="1966"&gt;@Ram D&lt;/A&gt; &lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/API+to+decommission+DataNodes+and+NodeManagers" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/API+to+decommission+DataNodes+and+NodeManagers&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 23:52:33 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-03-01T23:52:33Z</dc:date>
    <item>
      <title>Is there any possibility to decommission the node through REST API?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104007#M21472</link>
      <description>&lt;P&gt;I am looking to decommission  the node through REST API.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 23:46:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104007#M21472</guid>
      <dc:creator>prasad4u_com</dc:creator>
      <dc:date>2016-03-01T23:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any possibility to decommission the node through REST API?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104008#M21473</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1966/prasad4ucom.html" nodeid="1966"&gt;@Ram D&lt;/A&gt; &lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/API+to+decommission+DataNodes+and+NodeManagers" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/API+to+decommission+DataNodes+and+NodeManagers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 23:52:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104008#M21473</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-01T23:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any possibility to decommission the node through REST API?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104009#M21474</link>
      <description>&lt;P&gt;Thank you @Artem Ervits.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 23:58:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104009#M21474</guid>
      <dc:creator>prasad4u_com</dc:creator>
      <dc:date>2016-03-01T23:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any possibility to decommission the node through REST API?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104010#M21475</link>
      <description>&lt;P&gt;&lt;CODE&gt;curl -u admin:$PASSWORD -i -H &lt;/CODE&gt;&lt;CODE&gt;'X-Requested-By: ambari'&lt;/CODE&gt;&lt;CODE&gt;-X PUT -d &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;CODE&gt;'{"RequestInfo": {"context" :"Start HDFS via REST"}, "Body": {"ServiceInfo": {"state": "STARTED"}}}'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;CODE&gt;http:&lt;/CODE&gt;&lt;CODE&gt;//`hostname -f`:8080/api/v1/clusters/$CLUSTER_NAME/services/HDFS&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;In the above curl command, what is the meaning for "hostname -f". I am new to usage of REST APIs, it may be a stupid question. I would like to get clear idea for the above command. &lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 00:10:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104010#M21475</guid>
      <dc:creator>prasad4u_com</dc:creator>
      <dc:date>2016-03-02T00:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any possibility to decommission the node through REST API?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104011#M21476</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1966/prasad4ucom.html" nodeid="1966"&gt;@Ram D&lt;/A&gt; ah ok, yes in this example you will get FQDN of the server name for URL. I didn't know you can do that in curl command but basically if you run hostname -f as Linux command, you will get FQDN of your host. In context of the curl command, it will populate the URL programmatically with FQDN instead of using the node name explicitly.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 00:47:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-possibility-to-decommission-the-node-through/m-p/104011#M21476</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-02T00:47:05Z</dc:date>
    </item>
  </channel>
</rss>

