[
https://issues.apache.org/jira/browse/AMBARI-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Wagle updated AMBARI-5515:
------------------------------------
Summary: Caputre all Hive properties in the stack definition (was: Caputre
all Hive and Oozie properties in the stack definition)
> Caputre all Hive properties in the stack definition
> ---------------------------------------------------
>
> Key: AMBARI-5515
> URL: https://issues.apache.org/jira/browse/AMBARI-5515
> Project: Ambari
> Issue Type: Task
> Components: controller
> Affects Versions: 1.6.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 1.6.0
>
>
> Hive deployment via Blueprints works when the following configurations were
> added to the blueprint.
> Several of the properties do exist in the stack definition, but most don't.
> {code}
> "global: {
> ...
> "hive_ambari_database": "MySQL",
> "hive_database" : "New MySQL Database",
> "hive_database_type" : "mysql",
> "hive_hostname" : "sandbox.hortonworks.com",
> ...
> },
> "hive-site" : {
> "javax.jdo.option.ConnectionPassword" : "hive",
> "javax.jdo.option.ConnectionUserName" : "hive",
> "javax.jdo.option.ConnectionDriverName" :
> "com.mysql.jdbc.Driver",
> "javax.jdo.option.ConnectionURL" :
> "jdbc:mysql://sandbox.hortonworks.com/hive?createDatabaseIfNotExist=true",
> "javax.jdo.connection.url" :
> "jdbc:mysql://sandbox.hortonworks.com/hive?createDatabaseIfNotExist=true",
> "ambari.hive.db.schema.name": "hive"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)