You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Siddharth Wagle (JIRA)" <ji...@apache.org> on 2014/04/18 23:06:14 UTC

[jira] [Updated] (AMBARI-5515) Caputre all Hive properties in the stack definition

     [ 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)