<?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 reinstall hive client in ambari in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203850#M59679</link>
    <description>&lt;P&gt;I tried install to add Hive Client and Tze client into an host but failed. When i tried to re-install it, only found the two components have removed from available component list, and it seems there is no option to delete the existing one (unsuccessfully) either.  &lt;/P&gt;&lt;P&gt;Any suggestions on how to proceed from here to re-install these ? &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6379i9D619DB98C5A3D40/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="ambari.png" title="ambari.png" /&gt;</description>
    <pubDate>Wed, 19 Apr 2017 16:00:58 GMT</pubDate>
    <dc:creator>AllenNiu</dc:creator>
    <dc:date>2017-04-19T16:00:58Z</dc:date>
    <item>
      <title>reinstall hive client in ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203850#M59679</link>
      <description>&lt;P&gt;I tried install to add Hive Client and Tze client into an host but failed. When i tried to re-install it, only found the two components have removed from available component list, and it seems there is no option to delete the existing one (unsuccessfully) either.  &lt;/P&gt;&lt;P&gt;Any suggestions on how to proceed from here to re-install these ? &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6379i9D619DB98C5A3D40/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="ambari.png" title="ambari.png" /&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:00:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203850#M59679</guid>
      <dc:creator>AllenNiu</dc:creator>
      <dc:date>2017-04-19T16:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall hive client in ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203851#M59680</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13456/ngp-allen.html" nodeid="13456"&gt;@Allen  Niu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have you tried the Ambari API option to delete those client from the selected hosts?&lt;/P&gt;&lt;PRE&gt;curl -iv -u admin:admin -H "X-Requested-By: ambari"  -X DELETE  &lt;A href="http://&amp;lt;AMBARI_HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/hosts/&amp;lt;HOST.NAME&amp;gt;/host_components/HIVE_CLIENT" target="_blank"&gt;http://&amp;lt;AMBARI_HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/hosts/&amp;lt;HOST.NAME&amp;gt;/host_components/HIVE_CLIENT&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:15:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203851#M59680</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-04-19T16:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall hive client in ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203852#M59681</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13456/ngp-allen.html" nodeid="13456"&gt;@Allen  Niu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Similarly you can try the same form TEZ_CLIENT as well.&lt;/P&gt;&lt;PRE&gt;curl -iv -u admin:admin -H "X-Requested-By: ambari"  -X DELETE  &lt;A href="http://&amp;lt;AMBARI_HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/hosts/&amp;lt;HOST.NAME&amp;gt;/host_components/TEZ_CLIENT" target="_blank"&gt;http://&amp;lt;AMBARI_HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/hosts/&amp;lt;HOST.NAME&amp;gt;/host_components/TEZ_CLIENT&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Once those are gone from the UI then you can freshly try to reinstall those clients from ambari ui.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:19:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203852#M59681</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-04-19T16:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall hive client in ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203853#M59682</link>
      <description>&lt;P&gt;Thanks for the hint &lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 21:13:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/reinstall-hive-client-in-ambari/m-p/203853#M59682</guid>
      <dc:creator>AllenNiu</dc:creator>
      <dc:date>2017-04-19T21:13:15Z</dc:date>
    </item>
  </channel>
</rss>

