#The Global variable file mongodb installation #The chunksize for shards in MB mongos_chunk_size: 1 #The port in which mongos server should listen on mongos_port: 8888 #The port for mongo config server mongoc_port: 7777 #The directory prefix where the database files would be stored mongodb_datadir_prefix: /data/ #The interface where the mongodb process should listen on. iface: eth1 #The password for admin user mongo_admin_pass: 123456 mongod_ports: hadoop1: 2700 hadoop2: 2701 hadoop3: 2702 hadoop4: 2703