Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hue


Description


This image runs the official Cloudera Hue on a Centos Linux distribution. The image is based on the parrotstream/centos-openjdk. In order to run a fully functional Hue application you need to start all other servervice (ZooKeeper, Hadoop, Hive, Impala, Solr, Oozie, Sqoop, etc.).

The latest tag of this image is build with the latest stable release of Cloudera Hue on Centos 7.

You can pull it with:

docker pull parrotstream/hue

You can also find other images based on different Cloudera Hue releases, using a different tag in the following form:

docker pull parrotstream/hue:[hue-release]

For example, if you want Apache Hue release 3.11 you can pull the image with:

docker pull parrotstream/hue:3.11

Run with Docker Compose:

docker-compose -p parrot up

Setting the project name to parrot with the -p option is useful to share the network created with the containers coming from other Parrot docker-compose.yml configurations.

Once started you'll be able to access the Hue Web console at:

HUE Web GUI URL
Cloudera Hue http://localhost:8000

Available tags:

About

Scripts to build a Docker image running Apache Hue.

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors