Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
05-04-2016
01:46 AM
- last edited on
04-21-2026
06:52 AM
by
GrazittiAPI
please tell me how to uninstall hue packages
Created 05-04-2016 02:08 AM
if it is on RHEL/centos, take a look at
yum list installed | grep hue
on the node where you installed hue.
Once you know what the packages are, you can uninstall each one with
yum erase <hue package>
Most likely you will see hue, hue-beeswax, hue-common, hue-hcatalog, hue-pig and hue-server packages.
Created 05-04-2016 02:08 AM
if it is on RHEL/centos, take a look at
yum list installed | grep hue
on the node where you installed hue.
Once you know what the packages are, you can uninstall each one with
yum erase <hue package>
Most likely you will see hue, hue-beeswax, hue-common, hue-hcatalog, hue-pig and hue-server packages.
Created 05-04-2016 02:54 AM
Hi ravi, if i uninstalled hue . is it possible to reinstall hue packages and if yes please tell me how to reinstall ?
Created 05-04-2016 03:02 AM
Yes. Just follow instructions from here.
Created 05-04-2016 03:04 AM
ravi im facing following error
File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/db/backends/mysql/base.py", line 14, in <module> raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory Starting hue: [FAILED]
Created 05-04-2016 03:23 AM
Is this after reinstall? Are you planning to reinstall because of this error?
Try reinstalling mysql-libs. Look for that in your existing packages.
Created 05-04-2016 03:17 AM
thanks Ravi and Divakar:)
Created 05-04-2016 04:31 AM
Please accept the answer. Thanks
Created 05-04-2016 03:12 AM
Step 1) Check for installed hue rpms.
[root@abs ~]# rpm -qa | grep hue
hue-common-2.6.1.2.3.4.0-3485.el6.x86_64
hue-pig-2.6.1.2.3.4.0-3485.el6.x86_64
hue-hcatalog-2.6.1.2.3.4.0-3485.el6.x86_64
hue-2.6.1.2.3.4.0-3485.el6.x86_64
hue-beeswax-2.6.1.2.3.4.0-3485.el6.x86_64
hue-server-2.6.1.2.3.4.0-3485.el6.x86_64
hue-oozie-2.6.1.2.3.4.0-3485.el6.x86_64
[root@adc ~]#
Step 2) un-installed all the listed packages
Ex : rpm remove <package Name> --here you need to un-install all the package.
Step 3) installe Hue again. ( ensure that you set up the HDP repository)
yum install hue