<?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: HA support by using HttpFs with Hue doesn't work in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38785#M23139</link>
    <description>This is expected, the current design for HttpFs HA comes with using a&lt;BR /&gt;balancer in front of the HttpFs servers.&lt;BR /&gt;&lt;BR /&gt;Only for the YARN Resource Manager Hue is operating a failover itself.&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Mar 2016 15:23:26 GMT</pubDate>
    <dc:creator>Romainr</dc:creator>
    <dc:date>2016-03-17T15:23:26Z</dc:date>
    <item>
      <title>HA support by using HttpFs with Hue doesn't work</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38760#M23138</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using hue and I want to connect to a secure HDFS cluster. I have 3 Namenodes configured and I am running one httpfs server on each Namenode.I configured hue.ini to use all of them. I can access hdfs cluster from hue ui. However if I kill one of the httpfs server on one of the Namenode where hue initially connected to , hue is not able to switch to another httpfs server on another namenode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my hue.ini config :&lt;/P&gt;&lt;P&gt;[[hdfs_clusters]]&lt;BR /&gt;[[[default]]]&lt;BR /&gt;fs_defaultfs=hdfs://crd-dev-sor1p&lt;/P&gt;&lt;P&gt;logical_name=nn1&lt;/P&gt;&lt;P&gt;webhdfs_url=&lt;A href="http://blitzhbase02-mnds3-1-crd.eng.sfdc.net:14000/webhdfs/v1" target="_blank"&gt;http://blitzhbase02-mnds3-1-crd.eng.sfdc.net:14000/webhdfs/v1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;security_enabled=true&lt;/P&gt;&lt;P&gt;hadoop_conf_dir=/home/sfdc/current/bigdata-hadoop/hadoop/hadoop/etc/hadoop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[[[ha]]]&lt;BR /&gt;fs_defaultfs=hdfs://crd-dev-sor1p&lt;BR /&gt;webhdfs_url=&lt;A href="http://blitzhbase02-mnds4-1-crd.eng.sfdc.net:14000/webhdfs/v1" target="_blank"&gt;http://blitzhbase02-mnds4-1-crd.eng.sfdc.net:14000/webhdfs/v1&lt;/A&gt;&lt;BR /&gt;security_enabled=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[[[ha1]]]&lt;BR /&gt;fs_defaultfs=hdfs://crd-dev-sor1p&lt;BR /&gt;webhdfs_url=&lt;A href="http://blitzhbase02-dnds2-2-crd.eng.sfdc.net:14000/webhdfs/v1" target="_blank"&gt;http://blitzhbase02-dnds2-2-crd.eng.sfdc.net:14000/webhdfs/v1&lt;/A&gt;&lt;BR /&gt;security_enabled=true&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:53:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38760#M23138</guid>
      <dc:creator>kabs</dc:creator>
      <dc:date>2026-04-21T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: HA support by using HttpFs with Hue doesn't work</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38785#M23139</link>
      <description>This is expected, the current design for HttpFs HA comes with using a&lt;BR /&gt;balancer in front of the HttpFs servers.&lt;BR /&gt;&lt;BR /&gt;Only for the YARN Resource Manager Hue is operating a failover itself.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:23:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38785#M23139</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2016-03-17T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: HA support by using HttpFs with Hue doesn't work</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38788#M23140</link>
      <description>&lt;P&gt;Hi Romain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I could setup hue to do failover itself for yarn RM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HttpFS for hue is already acting as a balancer for Namenodes , now setting up balancer again for HttpFS is like setting up balancer for balancer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guide on setting up balancer before Httpfs&amp;nbsp;for hue and corresponding sample hue.ini for that setup ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 16:00:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/38788#M23140</guid>
      <dc:creator>kabs</dc:creator>
      <dc:date>2016-03-17T16:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: HA support by using HttpFs with Hue doesn't work</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/39278#M23141</link>
      <description>&lt;P&gt;Maybe it could be better to launch httpfs on the node with the Hue? In such deployment hue+httpfs node will communicate with the HDFS datanodes directly and not through other server (the Hue machine itself will be the HTTP proxy).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I guess balancing of the multiple httpfs proxies around the cluster would be usefull even in this case - for high available WebHDFS interface for end users.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 23:09:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-support-by-using-HttpFs-with-Hue-doesn-t-work/m-p/39278#M23141</guid>
      <dc:creator>valtri</dc:creator>
      <dc:date>2016-04-01T23:09:08Z</dc:date>
    </item>
  </channel>
</rss>

