You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2013/05/15 19:19:58 UTC

git commit: BIGTOP-981. Provide minimal documentation for puppet deploy config file

Updated Branches:
  refs/heads/master bfcc351f3 -> f1834bff2


BIGTOP-981. Provide minimal documentation for puppet deploy config file


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f1834bff
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f1834bff
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f1834bff

Branch: refs/heads/master
Commit: f1834bff20dd6cdc0b3e5f30a01fa36c81dc2124
Parents: bfcc351
Author: Konstantin Boudnik <co...@apache.org>
Authored: Wed May 15 10:19:36 2013 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Wed May 15 10:19:36 2013 -0700

----------------------------------------------------------------------
 bigtop-deploy/puppet/config/site.csv.example |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f1834bff/bigtop-deploy/puppet/config/site.csv.example
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/config/site.csv.example b/bigtop-deploy/puppet/config/site.csv.example
index 512ded0..3937395 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/