Installing Apache Hue

Note

Skip this step for Big Data Service clusters with version 3.0.7 or later as Apache Hue is already installed and configured in the cluster nodes.
Access your ODH cluster node and run the following commands. You must install and run Apache Hue on the first utility node of a cluster.
sudo sh -c "echo -e '[ol7_latest]\nname=Oracle Linux \$releasever Latest (\$basearch)\nbaseurl=https://yum.oracle.com/repo/OracleLinux/OL7/latest/\$basearch/\ngpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle\ngpgcheck=1\nenabled=1' > /etc/yum.repos.d/ol7-temp.repo"
sudo yum -y install ant cyrus-sasl-devel libffi-devel libxml2-devel libxslt-devel  openldap-devel sqlite-devel gmp-devel
curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum -y install nodejs
wget https://cdn.gethue.com/downloads/hue-4.10.0.tgz .
tar -xzvf hue-4.10.0.tgz
cd hue-4.10.0/
PREFIX=/usr/share sudo make install