-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Setup test cluster with 1 Cubox 4x4 as master and 2 ODROID C2 as slaves.
Try run latest Hortonworks HDP on Ubuntu with just YARN installed, and just Ambari for the monitoring (no Ganglia or Nagios), i.e. with the following Ambari blueprint
{
"host_groups" : [
{
"name" : "masters",
"components" : [
{
"name" : "RESOURCEMANAGER"
},
{
"name" : "APP_TIMELINE_SERVER"
}
],
"cardinality" : "1"
},
{
"name" : "slaves",
"components" : [
{
"name" : "NODEMANAGER"
}
],
"cardinality" : "*"
}
],
"configurations" : [
{
"yarn-site" : {
"yarn.nodemanager.log-dirs" : "/mnt/FIXME/hadoop/yarn/log",
"yarn.nodemanager.local-dirs" : "/mnt/FIXME/hadoop/yarn/local",
"yarn.nodemanager.remote-app-log-dir" : "/mnt/FIXME/app-logs",
"yarn.timeline-service.leveldb-timeline-store.path" : "/mnt/FIXME/hadoop/yarn/timeline"
}
}
],
"Blueprints" : {
"blueprint_name" : "sscheck-SBC-ODROID-C2",
"stack_name" : "HDP",
"stack_version" : "2.5"
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels