tree: b83fe09873f6b09d142715ad9370c4d7dbc777f0 [path history] [tgz]
  1. Dockerfile
  2. interpreter.json
  3. log4j.properties
  4. readme.md
  5. Using Mahout_2BYEZ5EVK.zpln
docker/getting-started/readme.md

Getting Started With Mahout Using Apache Zeppelin

Setting Environment Variables

export CONTAINER_NAME=$USER/mahoutgui
export VERSION=14.3-SNAPSHOT

Building Container

docker build -t $CONTAINER_NAME:$VERSION .

Running Container

docker run -p 8080:8080 --rm --name whatever $CONTAINER_NAME:$VERSION

Then surf to http://localhost:8080