Hi eveyone,
I ran into an issue when I tried to change the capacity-scheduler's
configuration by sending a PUT request to api/v1/clusters/mycluster
{
"Clusters": {
"desired_config": {
"type": "capacity-scheduler",
"tag": "version1407951570932",
"properties": {..}
}
}
}
and the actual capacity-scheduler.xml didn’t change so yarn rmadmin
-refreshQueues didn’t have affect. Is it possible to do this without restart?
As far as I know Ambari determines whether restart is needed or not based on
the actual and desired config. Thank you in advance.
Br,
Krisz