https://github.com/keith-turner/accumulo-docker-build
Simple project to build Accumulo in Docker
https://github.com/keith-turner/accumulo-docker-build
Last synced: 3 months ago
JSON representation
Simple project to build Accumulo in Docker
- Host: GitHub
- URL: https://github.com/keith-turner/accumulo-docker-build
- Owner: keith-turner
- Created: 2020-04-22T18:54:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T23:26:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T06:13:00.363Z (5 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accumulo Docker Build
This project helps create and run a Docker image that can build Accumulo and
run Accumulo test. It mounts your local Accumulo source directoy into
Accumulo. To use it run the following command.```bash
./accumulo-docker-build.sh
```If the above command completes it will drop you into a shell inside a docker
container. From there you can run `mvn compile` to compile accumulo. Could
also run `runIT ` to run an Accumulo integration test. The `runIT`
script is a simple script this project adds to the docker image.Ensure Docker has at least 4G when running ITs. For desktop docker, the memory
can be adjusted in the UI. On Mac it defaults to 2G.