Yusaku Sako created AMBARI-2249:
-----------------------------------
Summary: Allow users to edit Hive Metastore and Oozie database
post-install
Key: AMBARI-2249
URL: https://issues.apache.org/jira/browse/AMBARI-2249
Project: Ambari
Issue Type: Improvement
Components: client
Affects Versions: 1.2.4
Reporter: Yusaku Sako
Assignee: Yusaku Sako
Fix For: 1.2.4
Services > Hive > Configs > Hive Metastore: Allow users to edit database host,
database name, username, password and save.
Services > Oozie > Configs > Oozie: Allow users to edit database host, database
name, username, password and save.
Changes required:
On the Hive / Oozie config page:
Expose database host name and make it editable
Make database name editable
Make database username editable
Make database password editable
When we save Oozie configs, update the globals for the database host, name,
username, password, as well as corresponding configs in oozie-site.xml:
oozie.db.schema.name
oozie.service.JPAService.jdbc.driver
oozie.service.JPAService.jdbc.url
oozie.service.JPAService.jdbc.username
oozie.service.JPAService.jdbc.password
Make the above properties hidden from "Advanced" section.
When we save Hive configs, update the globals for the database host, name,
username, password, as well as corresponding configs in hive-site.xml:
javax.jdo.option.ConnectionURL
javax.jdo.option.ConnectionUserName
javax.jdo.option.ConnectionPassword
javax.jdo.option.ConnectionDriverName
Make the above properties hidden from "Advanced" section (also there's a bug
that shows javax.jdo.option.ConnectionURL in custom hive-site.xml - make sure
this does not happen)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira