Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HUE 3.8 installation on HDP 2.3 & SLES 11 OS

avatar
Rising Star

I am trying to install HUE 3.8.1 on HDP 2.3 cluster installed over SLES 11 by following this blog post “http://gethue.com/hadoop-hue-3-on-hdp-installation-tutorial/

But struggling to get all the prerequisite packages, below are packages which i’m not able to install with zypper(yast): krb5-devel , mysql-devel, openssl-devel , cyrus-sasl-devel , cyrus-sasl-gssapi, sqlite-devel, libtidy , libxml2-devel , libxslt-devel, openldap-devel, python-devel , python-setuptools

are there any online repos available from where i can get these. I was successfully in installing HUE on CentOS HDP cluster using same steps. Realy appreciate Any help and pointers on this.

1 ACCEPTED SOLUTION

avatar
3 REPLIES 3

avatar

avatar
New Member

Hi Saptak Sen,

I try to install HUE 3.9 in CentOS HDP. You said : "I was successfully in installing HUE on CentOS HDP cluster using same steps." Do you use a HUE RPM site to do that or use the step described in “http://gethue.com/hadoop-hue-3-on-hdp-installation-tutorial/” ?

BR

Gérald

avatar
New Member

Hi Saptak,

Did you able to setup hue 3.8 on SLES 11?

I am trying to install 3.9 on SLES 11 and getting the following error while building hue:

hue-3.9.0 # make install --- Installing core source structure... --- Installing Desktop core... INSTALL_DIR=/usr/local/hue make -C desktop install make[1]: Entering directory /home/ec2-user/hue-3.9.0/desktop' INSTALL_DIR=/usr/local/hue/desktop/core \ INSTALL_CONF_DIR=/usr/local/hue/desktop/conf \ make -C core install-bdist make[2]: Entering directory/home/ec2-user/hue-3.9.0/desktop/core' --- Building egg for kerberos-1.1.1 running bdist_egg running egg_info /home/ec2-user/hue-3.9.0/build/env/lib/python2.6/site-packages/setuptools/command/egg_info.py:171: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately. writer = ep.load(installer=installer) writing kerberos.egg-info/PKG-INFO writing top-level names to kerberos.egg-info/top_level.txt writing dependency_links to kerberos.egg-info/dependency_links.txt reading manifest file 'kerberos.egg-info/SOURCES.txt' writing manifest file 'kerberos.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext building 'kerberos' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fwrapv -fPIC -I/usr/include/python2.6 -c src/kerberos.c -o build/temp.linux-x86_64-2.6/src/kerberos.o sh: krb5-config: command not found gcc: sh:: No such file or directory gcc: krb5-config:: No such file or directory gcc: command: No such file or directory gcc: not: No such file or directory gcc: found: No such file or directory error: command 'gcc' failed with exit status 1 make[2]: *** [/home/ec2-user/hue-3.9.0/desktop/core/build/kerberos-1.1.1/egg.stamp] Error 1 make[2]: Leaving directory /home/ec2-user/hue-3.9.0/desktop/core' make[1]: *** [.recursive-install-bdist/core] Error 2 make[1]: Leaving directory/home/ec2-user/hue-3.9.0/desktop' make: *** [install-desktop] Error 2