aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2013-05-15 10:19:36 -0700
committerKonstantin Boudnik <cos@apache.org>2013-05-15 10:19:36 -0700
commitf1834bff20dd6cdc0b3e5f30a01fa36c81dc2124 (patch)
tree94454d39a739d06d3259de8671c1ba96ed993ebb /bigtop-deploy
parentbfcc351f3411b29650f6c2c8a30f8e0609313630 (diff)
BIGTOP-981. Provide minimal documentation for puppet deploy config file
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/config/site.csv.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/config/site.csv.example b/bigtop-deploy/puppet/config/site.csv.example
index 512ded0e..39373953 100644
--- a/bigtop-deploy/puppet/config/site.csv.example
+++ b/bigtop-deploy/puppet/config/site.csv.example
@@ -1,3 +1,12 @@
+### This file needs to be customized to reflect the configuration of your cluster
+### Store it as $BIGTOP_DEPLOY_PATH/config/site.csv
+### use --confdir=$BIGTOP_DEPLOY_PATH (see README for more info)
+# FQDN of Namenode
hadoop_head_node,hadoopmaster.example.com
+# FQDN of standby node (for HA)
+#standby_head_node,standbyNN.example.com
+# FQDN of gateway node (if separate from NN)
+#standby_head_node,gateway.example.com
+# Storage directories (will be created if doesn't exist)
hadoop_storage_dirs,/data/1,/data/2,/data/3,/data/4
bigtop_yumrepo_uri,http://mirror.example.com/path/to/mirror/