Created
June 29, 2016 12:18
-
-
Save seanorama/0be993193576de2b541fdfaa2e9f6656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Blueprints": { | |
"blueprint_name": "hdp-etl-edw", | |
"stack_name": "HDP", | |
"stack_version": "2.5" | |
}, | |
"configurations": [ | |
{ | |
"core-site": { | |
"fs.trash.interval": "4320" | |
} | |
}, | |
{ | |
"hdfs-site": { | |
"dfs.namenode.safemode.threshold-pct": "0.99" | |
} | |
}, | |
{ | |
"hive-site": { | |
"hive.exec.compress.output": "true", | |
"hive.merge.mapfiles": "true", | |
"hive.server2.tez.initialize.default.sessions": "true" | |
} | |
}, | |
{ | |
"mapred-site": { | |
"mapreduce.job.reduce.slowstart.completedmaps": "0.7", | |
"mapreduce.map.output.compress": "true", | |
"mapreduce.output.fileoutputformat.compress": "true" | |
} | |
}, | |
{ | |
"yarn-site": { | |
"yarn.acl.enable": "true" | |
} | |
} | |
], | |
"host_groups": [ | |
{ | |
"name": "master", | |
"configurations": [], | |
"components": [ | |
{ "name": "APP_TIMELINE_SERVER" }, | |
{ "name": "HCAT" }, | |
{ "name": "HDFS_CLIENT" }, | |
{ "name": "HISTORYSERVER" }, | |
{ "name": "HIVE_CLIENT" }, | |
{ "name": "HIVE_METASTORE" }, | |
{ "name": "HIVE_SERVER" }, | |
{ "name": "JOURNALNODE" }, | |
{ "name": "LIVY_SERVER" }, | |
{ "name": "MAPREDUCE2_CLIENT" }, | |
{ "name": "METRICS_COLLECTOR" }, | |
{ "name": "METRICS_MONITOR" }, | |
{ "name": "MYSQL_SERVER" }, | |
{ "name": "NAMENODE" }, | |
{ "name": "OOZIE_CLIENT" }, | |
{ "name": "OOZIE_SERVER" }, | |
{ "name": "PIG" }, | |
{ "name": "RESOURCEMANAGER" }, | |
{ "name": "SECONDARY_NAMENODE" }, | |
{ "name": "SPARK_CLIENT" }, | |
{ "name": "SPARK_JOBHISTORYSERVER" }, | |
{ "name": "SQOOP" }, | |
{ "name": "TEZ_CLIENT" }, | |
{ "name": "WEBHCAT_SERVER" }, | |
{ "name": "YARN_CLIENT" }, | |
{ "name": "ZOOKEEPER_CLIENT" }, | |
{ "name": "ZOOKEEPER_SERVER" } | |
], | |
"cardinality": "1" | |
}, | |
{ | |
"name": "worker", | |
"configurations": [], | |
"components": [ | |
{ | |
"name": "DATANODE" | |
}, | |
{ | |
"name": "METRICS_MONITOR" | |
}, | |
{ | |
"name": "NODEMANAGER" | |
} | |
], | |
"cardinality": "1+" | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment