aboutsummaryrefslogtreecommitdiff
path: root/provisioner/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'provisioner/docker/README.md')
-rw-r--r--provisioner/docker/README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/provisioner/docker/README.md b/provisioner/docker/README.md
index 8a8b8ee5..ef52ff1a 100644
--- a/provisioner/docker/README.md
+++ b/provisioner/docker/README.md
@@ -123,20 +123,17 @@ usage: docker-hadoop.sh [-C file ] args
```
docker:
- memory_size: "2048"
+ memory_limit: "2g"
```
-2) Use different host ports mapping for web UIs
+2) Enable local repository
-```
-namenode_ui_port: "50070"
-yarn_ui_port: "8088"
-hbase_ui_port: "60010"
+If you've built packages using local cloned bigtop and produced the apt/yum repo, set the following to true to deploy those packages:
```
-Note: If running on OS X or Windows, the boot2docker VM should be reloaded after ports changed
-
+enable_local_repo = true
+```
##Configure Apache Hadoop ecosystem components
* Choose the ecosystem you want to be deployed by modifying components in config.yaml