Skip to content

vinayakphegde/hbase-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HBase Docker Setup

Build Docker Images

  1. Ensure the HBase source code directory is located within the current directory (alongside the Dockerfile and other required files). The directory should contain the HBase source code needed to build the image. The structure should look like this:
    .
    ├── Dockerfile
    ├── docker-compose.yml
    ├── build-images.sh
    ├── hbase/
    │   └── [HBase source files]
    └── ...
  2. Create .env with the correct details.
    HBASE_IMAGE=vhegde/hbase-docker
  3. Make the build script executable:
    chmod +x build-images.sh
  4. Build the images:
    ./build-images.sh

Run Container

Start HBase:

docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published