https://github.com/zmre/docker-hbase-phoenix-ubuntu
Docker containers with HBase and Apache Phoenix on Ubuntu phusion base image
https://github.com/zmre/docker-hbase-phoenix-ubuntu
Last synced: 11 months ago
JSON representation
Docker containers with HBase and Apache Phoenix on Ubuntu phusion base image
- Host: GitHub
- URL: https://github.com/zmre/docker-hbase-phoenix-ubuntu
- Owner: zmre
- Created: 2015-06-03T20:59:54.000Z (about 11 years ago)
- Default Branch: oraclejdk7-hbase0.98
- Last Pushed: 2015-06-04T22:07:00.000Z (about 11 years ago)
- Last Synced: 2025-06-17T11:02:33.581Z (about 1 year ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Containers for HBase + Apache Phoenix on Ubuntu
There are a number of options for building up HBase and Phoenix including OS (Ubuntu vs. CentOS in my case), Java version (openjdk or oracle, 6 or 7 or 8), Hadoop source (TAR files vs. packages from Hortonworks or Cloudera), and hadoop versions. I've experimented with most of these now and my biggest remaining issue is naming.
This repo contains my efforts at building on top of Ubuntu using the [phusion base image](https://github.com/phusion/baseimage-docker/) as a starting point.
Versions are managed via branches and you must select a branch in order to build. Unfortunately, there are combinations of versions from Cloudera to Hadoop to Java that come into play here. I've tried to use explicit naming to call out the choices, but the result is long image and tag names. Sorry. For the branches, I've stuck to the HBase version and jdk/jre choice as the branch name.
You won't see any docker files until you choose a branch.