From 21a4a76571b29280472b2789ac797c9c94fabc4a Mon Sep 17 00:00:00 2001 From: Thanasis Naskos Date: Mon, 8 Dec 2014 22:58:57 +0200 Subject: [PATCH] adding comments to properties file --- Coordinator.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Coordinator.properties b/Coordinator.properties index 0cde6c9..a9d0718 100644 --- a/Coordinator.properties +++ b/Coordinator.properties @@ -8,10 +8,11 @@ install_dir = /home/thanasis/Desktop/deploy_hadoop ## The type of API to call the cluster controller cloud_api_type = ganeti -## The bucket that contains the emi to use. All dbs are installed in the /opt directory inside the image. +## The OS/image name bucket_name = snf-image+hadoop121_root -## The default size for instances +## The default size for instances storage_vcpus_ram in MBs +## 300000_3_10000 = 300GB HDD, 3 VCPUs, 10GB RAM instance_type = 300000_3_10000 ## The name of the cluster @@ -20,7 +21,7 @@ cluster_name = thanos-hadoop ## The template for instance hostnames hostname_template = hadoop-nodes- -## The owner of the VMs +## The owner of the VMs. Every VM will be tagged with its owner's name ownerTag = _btj_ ## Cluster type (supported types are: HADOOP) @@ -56,7 +57,7 @@ total_reduce_tasks=8 ###DFS REPLICATION dfs_replication=1 -## Starting one master and one node originally (min = 2) +## Starting one master and one slave originally (min = 2) initial_cluster_size=9 # How much RAM (maximum in MB) to consume from every physical host. -- 2.2.2