Installing Hue
This topic includes instructions for using package managers to download and install Hue from the EEP repository.
Prerequisites
NOTE
The Hue package,
mapr-hue
, can be installed on either a Data Fabric cluster
node (recommended) or a Data Fabric client node. If you choose to
install on a client node, keep in mind that Hue directories are owned by the user who
installed Hue. About this task
root
or using sudo
.Procedure
-
Install the Hue packages.
On Ubuntu:
apt-get install mapr-hue
On RHEL / CentOS:
yum install mapr-hue
On SLES:
zypper install mapr-hue
-
If the node is a Data Fabric Client node, follow the
additional instructions:
-
Run
configure.sh -R
:/opt/mapr/server/configure.sh -R
What to do next
Installing Other Components
Based on your requirements, you may also want to install the following components on at least one node in the cluster.
Component | Description |
---|---|
HPE Ezmeral Data Fabric Database | Required for access to HPE Ezmeral Data Fabric Database tables |
HttpFS | Required for viewing files in file system through Hue file browser |
Spark | Required to process data using the Notebook UI. |
Hive | Required to run queries with HiveServer2. |
When you finish installing Hue, go to Configure Hue to learn how to configure Hue.