<?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 Hue configuration for hiveserver in Cloudera Manager in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/74547#M80670</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I'd like to ask if it's possible to configure Hue in Cloudera Manager to use specific Hiveserver2. As far as I can see there is only option for the "Hive service" as a whole, and CM automagically sets beeswax_server_host in hue.ini. I've tried to override this behaviour by adding section:&lt;BR /&gt;[ beeswax ]&lt;BR /&gt;server_interface=hiveserver2&lt;BR /&gt;beeswax_server_port=10000&lt;BR /&gt;beeswax_server_host=&amp;lt;hiveserver_ip&amp;gt;&lt;BR /&gt;Hue Service Advanced Configuration Snippet (Safety Valve) and Hue Server Advanced Configuration Snippet (Safety Valve) as proposed in &lt;A href="https://groups.google.com/a/cloudera.org/forum/#!topic/hue-user/WzxrpI4ykW8" target="_blank"&gt;https://groups.google.com/a/cloudera.org/forum/#!topic/hue-user/WzxrpI4ykW8&lt;/A&gt; but with no success so far.&lt;BR /&gt;&lt;BR /&gt;Has anyone tried this configuration? Is this doable in CM, or the only way is to build hiveserver2 load balancer?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 13:44:12 GMT</pubDate>
    <dc:creator>lizard</dc:creator>
    <dc:date>2026-04-21T13:44:12Z</dc:date>
    <item>
      <title>Hue configuration for hiveserver in Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/74547#M80670</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I'd like to ask if it's possible to configure Hue in Cloudera Manager to use specific Hiveserver2. As far as I can see there is only option for the "Hive service" as a whole, and CM automagically sets beeswax_server_host in hue.ini. I've tried to override this behaviour by adding section:&lt;BR /&gt;[ beeswax ]&lt;BR /&gt;server_interface=hiveserver2&lt;BR /&gt;beeswax_server_port=10000&lt;BR /&gt;beeswax_server_host=&amp;lt;hiveserver_ip&amp;gt;&lt;BR /&gt;Hue Service Advanced Configuration Snippet (Safety Valve) and Hue Server Advanced Configuration Snippet (Safety Valve) as proposed in &lt;A href="https://groups.google.com/a/cloudera.org/forum/#!topic/hue-user/WzxrpI4ykW8" target="_blank"&gt;https://groups.google.com/a/cloudera.org/forum/#!topic/hue-user/WzxrpI4ykW8&lt;/A&gt; but with no success so far.&lt;BR /&gt;&lt;BR /&gt;Has anyone tried this configuration? Is this doable in CM, or the only way is to build hiveserver2 load balancer?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:44:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/74547#M80670</guid>
      <dc:creator>lizard</dc:creator>
      <dc:date>2026-04-21T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hue configuration for hiveserver in Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/76913#M80671</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25456"&gt;@lizard&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You were super close.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini&lt;/STRONG&gt;, use the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[beeswax]&lt;/P&gt;&lt;P&gt;hive_server_host=&lt;/P&gt;&lt;P&gt;hive_server_port=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE that the old beeswax server is no longer part of CDH 5, so you don't need "server_interface" either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 16:24:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/76913#M80671</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-07-13T16:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hue configuration for hiveserver in Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/77033#M80672</link>
      <description>Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;, It's working, thank you. Just wanted to add that one may add this configuration to Hue Server Advanced Configuration Snippet (Safety Valve) for hue_safety_valve_server.ini instead and make this configuration piece different for all instances of the Hue servers. Thanks!</description>
      <pubDate>Tue, 17 Jul 2018 10:13:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-configuration-for-hiveserver-in-Cloudera-Manager/m-p/77033#M80672</guid>
      <dc:creator>lizard</dc:creator>
      <dc:date>2018-07-17T10:13:51Z</dc:date>
    </item>
  </channel>
</rss>

