Olivér Szabó created AMBARI-13099:
-------------------------------------
Summary: Host group level config changes are not picked up with
Blueprint provisioning
Key: AMBARI-13099
URL: https://issues.apache.org/jira/browse/AMBARI-13099
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.1.1
Reporter: Olivér Szabó
Assignee: Olivér Szabó
Priority: Blocker
Fix For: 2.1.2
Installing a cluster with a blueprint that contains host group level
configurations are not picked up during install time. Ambari UI complains to
restart few services after installation which doesn't make sense.
In the provided BP there are host group level config like:
{
"hdfs-site" :
{ "dfs.datanode.data.dir" :
"/hadoopfs/fs1/hdfs/datanode,/hadoopfs/fs2/hdfs/datanode" }
},
{
"yarn-site" :
{ "yarn.nodemanager.local-dirs" :
"/hadoopfs/fs1/yarn/nodemanager,/hadoopfs/fs2/yarn/nodemanager",
"yarn.nodemanager.log-dirs" :
"/hadoopfs/fs1/yarn/nodemanager/log,/hadoopfs/fs2/yarn/nodemanager/log" }
}
and those directories are not in use, but the default ones.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)