Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
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.
"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" }
Attachments
Issue Links
- links to