- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hue Install Fails on RHEL 7 .. expecting python 2.6 .. rhel 7 defaults to phython 2.7
- Labels:
-
Cloudera Hue
Created 01-19-2016 09:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
getting the following error message
Running transaction
Installing : hue-common-2.6.1.2.3.4.0-3485.el6.x86_64 1/7
Installing : hue-beeswax-2.6.1.2.3.4.0-3485.el6.x86_64 2/7
/usr/lib/hue/build/env/bin/python: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
Installing : hue-hcatalog-2.6.1.2.3.4.0-3485.el6.x86_64
Created 01-19-2016 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hue is not supported on CentOS 7 in HDP 2.3.4.
Created 01-19-2016 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hue is not supported on CentOS 7 in HDP 2.3.4.
Created 01-27-2016 05:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you happen to know when they will support Hue on CentOS 7?
Created 01-20-2016 12:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@ajaysingh, @Neeraj Sabharwal is correct. I suggest you use the python virtualenv to workaround this requirement.
Created 01-18-2017 09:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Scott Shaw Scott i have a sever which doesn't connect to the internet, could you provide detailed steps on how virtualenv can be installed and employed to resolve the Hue issue on CentOS 7.2.. Your inputs are much appreciated...
Created 04-14-2016 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear @ajaysingh
Effectively, Hue is not supported neither CentOS 7 nor RHEL 7 in HDP 2.3.
However, if you want to install Hue on HDP 2.3 you must remove hue 2.6 packages, i.e, yum list hue*, yum remove hue*.
After that follow the procedure to Installing Hue 3.9 on HDP 2.3 – Amazon EC2 RHEL 7:
http://gethue.com/hadoop-hue-3-on-hdp-installation-tutorial.
For me works on HDP 2.3 on a cluster of 4 nodes on Oracle Linux 7 on Azure without Kerberos.
Recommendations:
1)Complement the steps in the above link with https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/ch_inst...
2)Create hue linux user, before installing Hue 3.9 for example: id uid=1023(hue) gid=54324(hadoop) groups=54324(hadoop),100(users),1023(hue)
3)Create hdfs directories: /usr/admin (it must be create for ambary hive views), /usr/hue. hadoop fs -mkdir /user/hue hadoop fs -chown hue:hadoop /user/hue
Best regards,
JAG
Good luck!
Created 06-07-2017 02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you should build HUE in centos7 yourself. I have build HUE 3.12.0 in ubuntu14.4 /centos7 , and install HUE in HDP 2.5.3 in ubuntu14.4/centos7.
