<?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: Hue installation HDP 2.4 and RHEL7 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114166#M76964</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/98/emaxwell.html" rel="nofollow noopener noreferrer" target="_blank"&gt;emaxwell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oozie workflow mgt. isn't required right away but the Ambari views for Hive etc. would be. I have the following questions :&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5594-ambari-views.png" style="width: 1187px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23148iC59E642E1BAF7552/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5594-ambari-views.png" alt="5594-ambari-views.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;All the views can be accessed AFTER logging in Ambari - &lt;STRONG&gt;what approach should be taken to make these views available to end-users registered in some corporate LDAP groups&lt;/STRONG&gt; ?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I can see the Hive but NOT the Pig view. Is it that it needs to be &lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_views_guide/content/ch_using_pig_view.html" rel="nofollow noopener noreferrer"&gt;configured manually&lt;/A&gt; to be visible ?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Nothing happens when I click on the Files view ? Does this need to be configured separately ? If this view exists, what is the use of the NN UI -&amp;gt; Utilities -&amp;gt; Browse file system ?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Mon, 19 Aug 2019 11:06:32 GMT</pubDate>
    <dc:creator>kaliyugantagoni</dc:creator>
    <dc:date>2019-08-19T11:06:32Z</dc:date>
    <item>
      <title>Hue installation HDP 2.4 and RHEL7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114164#M76962</link>
      <description>&lt;P&gt;HDP 2.4 installed using Ambari 2.2.2.0.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I followed the steps in the &lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/ch_installing_hue_chapter.html"&gt;documentation&lt;/A&gt;, however I have hit the follow error :&lt;/P&gt;&lt;PRE&gt;[root@l4377t ~]# cd /usr/lib/hue
[root@l4377t hue]#
[root@l4377t hue]#
[root@l4377t hue]# source build/env/bin/activate
(env)[root@l4377t hue]# pip install psycopg2
python2.6: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;As mentioned in &lt;A target="_blank" href="https://community.hortonworks.com/questions/10627/hue-install-fails-on-rhel-7-expecting-python-26-rh.html"&gt;this&lt;/A&gt; thread, Hue was NOT supported on RHEL/CentOS 7 - is this still valid ? If yes, how shall I proceed with the Hue installation ? Are there any alternatives in HDP for Hue ?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 22:37:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114164#M76962</guid>
      <dc:creator>kaliyugantagoni</dc:creator>
      <dc:date>2016-07-05T22:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hue installation HDP 2.4 and RHEL7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114165#M76963</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5134/kaliyugantagonist.html" nodeid="5134"&gt;@Kaliyug Antagonist&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hue requires Python 2.6 while RHEL/CentOS 7 uses Python 2.7. This is why &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_installing_manually_book/content/prerequisites_hue.html"&gt;Hue is not supported on RHEL/CentOS 7&lt;/A&gt;. There are alternatives in Ambari for most of the functionality provided by Hue. Amber includes views for Hive access, HDFS File management, YARN queue management, Pig scripting, and Tez job management. The only functionality of Hue that isn't covered by Ambari Views is the Oozie Workflow creation. This functionality is coming soon in Ambari. Please see the &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/ch_using_ambari_views.html"&gt;Ambari Views documentation&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;If you need to use Hue for Oozie workflow management, You can install Hue on a RHEL/CentOS 6 node and configure it to point to your HDP cluster.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 00:37:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114165#M76963</guid>
      <dc:creator>emaxwell</dc:creator>
      <dc:date>2016-07-06T00:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hue installation HDP 2.4 and RHEL7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114166#M76964</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/98/emaxwell.html" rel="nofollow noopener noreferrer" target="_blank"&gt;emaxwell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oozie workflow mgt. isn't required right away but the Ambari views for Hive etc. would be. I have the following questions :&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5594-ambari-views.png" style="width: 1187px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23148iC59E642E1BAF7552/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5594-ambari-views.png" alt="5594-ambari-views.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;All the views can be accessed AFTER logging in Ambari - &lt;STRONG&gt;what approach should be taken to make these views available to end-users registered in some corporate LDAP groups&lt;/STRONG&gt; ?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I can see the Hive but NOT the Pig view. Is it that it needs to be &lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_views_guide/content/ch_using_pig_view.html" rel="nofollow noopener noreferrer"&gt;configured manually&lt;/A&gt; to be visible ?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Nothing happens when I click on the Files view ? Does this need to be configured separately ? If this view exists, what is the use of the NN UI -&amp;gt; Utilities -&amp;gt; Browse file system ?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:06:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114166#M76964</guid>
      <dc:creator>kaliyugantagoni</dc:creator>
      <dc:date>2019-08-19T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hue installation HDP 2.4 and RHEL7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114167#M76965</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5134/kaliyugantagonist.html" nodeid="5134"&gt;@Kaliyug Antagonist&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You will typically need to do some configuration on the views to make them work properly. In a secured cluster, you have to specify all of the parameters for connecting to the particular service instead of using the "Local Cluster" configuration drop down. The &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/ch_using_ambari_views.html"&gt;Ambari Views Documentation&lt;/A&gt; contains instructions for configuring all of the various views.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 02:43:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-installation-HDP-2-4-and-RHEL7/m-p/114167#M76965</guid>
      <dc:creator>emaxwell</dc:creator>
      <dc:date>2016-07-15T02:43:23Z</dc:date>
    </item>
  </channel>
</rss>

