Skip to content

Instantly share code, notes, and snippets.

@jhohertz
Created September 1, 2016 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhohertz/cf21d4b9e7d3273269060ddfd61495fd to your computer and use it in GitHub Desktop.
Save jhohertz/cf21d4b9e7d3273269060ddfd61495fd to your computer and use it in GitHub Desktop.
{
"service": {
"name": "hdfs",
"cpus": 0.5,
"mem": 2048,
"heap": 1024,
"api_port": 11002
},
"name_node": {
"cpus": 1,
"mem": 10240,
"heap": 8192,
"disk": 32768,
"disk_type": "MOUNT"
},
"journal_node": {
"cpus": 1,
"mem": 4096,
"heap": 2048,
"disk": 32768,
"disk_type": "MOUNT",
"count": 3
},
"data_node": {
"cpus": 1,
"mem": 4096,
"heap": 2048,
"disk": 524288,
"disk_type": "MOUNT",
"count": 6
},
"hdfs": {
"name_node_rpc_port": 8020,
"name_node_http_port": 20070,
"journal_node_rpc_port": 8485,
"journal_node_http_port": 8480,
"data_node_rpc_port": 20010,
"data_node_http_port": 20075,
"data_node_ipc_port": 20020,
"permissions_enabled": false,
"name_node_heartbeat_recheck_interval": 60000,
"compress_image": false,
"image_compression_codec": "org.apache.hadoop.io.compress.SnappyCodec"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment