Skip to content

Configuration file reference

Vicente Adolfo Bolea Sanchez edited this page Aug 1, 2016 · 4 revisions

{ "name" : "Sample configuration file", "log" : { "type" : "LOG_LOCAL6", "name" : "ECLIPSE" },

"path" : { "idata" : "/scratch/vicente/idata", "scratch" : "/scratch/vicente/mr_storage", "metadata" : "/scratch/vicente/", "applications" : "/scratch/vicente/app" },

"cache" : { "numbin" : 100, "size" : 200000, "concurrency" : 4 },

"network" : { "ports" : { "internal" : 8008, "client" : 8009 },

"serialization" : "binary", "iface" : "eth0", "nodes" : [ "192.168.1.11", "192.168.1.12", "192.168.1.13", "192.168.1.14", "192.168.1.15", "192.168.1.16", "192.168.1.17", "192.168.1.18", "192.168.1.19", "192.168.1.20", "192.168.1.21", "192.168.1.22", "192.168.1.23", "192.168.1.24", "192.168.1.25", "192.168.1.26", "192.168.1.27", "192.168.1.28", "192.168.1.29" ] },

"filesystem" : { "block" : 534217728, "buffer" : 512, "replica" : 3 } }

Clone this wiki locally