Nahappan Somasundaram created AMBARI-18778:
----------------------------------------------
Summary: Ambari-server: Blueprint enhancements to support enabling
or disabling credential store
Key: AMBARI-18778
URL: https://issues.apache.org/jira/browse/AMBARI-18778
Project: Ambari
Issue Type: Task
Components: ambari-server
Affects Versions: 2.4.2
Reporter: Nahappan Somasundaram
Assignee: Nahappan Somasundaram
Fix For: 2.5.0
When deploying a cluster using a blueprint, users must be able to specify
whether they want to enable the use of hadoop credential store for a service if
it supports it.
{quote}
{ "settings" :
{
"service_settings" : [
{ "name" : "RANGER",
"recovery_enabled" : "true",
"credential_store_enabled" : "true"
},
{ "name" : "HIVE",
"recovery_enabled" : "true",
"credential_store_enabled" : "false"
}
]
}
}
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)