This initialization action installs the latest version of Hue on a master node within a Google Cloud Dataproc cluster.
You can use this initialization action to create a new Dataproc cluster with Hue installed:
-
Use the
gcloudcommand to create a new cluster with this initialization action.REGION=<region> CLUSTER_NAME=<cluster_name> gcloud dataproc clusters create ${CLUSTER_NAME} \ --region ${REGION} \ --initialization-actions gs://goog-dataproc-initialization-actions-${REGION}/hue/hue.sh
-
Once the cluster has been created, Hue is configured to run on port
8888on the master node in a Dataproc cluster. To connect to the Hue web interface, you will need to create an SSH tunnel and use a SOCKS 5 Proxy with your web browser as described in the dataproc web interfaces documentation. In the opened web browser go to 'localhost:8888' and you should see the Hue UI.
- If you wish to use Oozie in Hue, it must be installed before running this initialization action e.g. put the Oozie initialization action before this one in the list to cloud.