Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-5515

Caputre all Hive properties in the stack definition

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • ambari-server
    • 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

          Activity

            People

              swagle Siddharth Wagle
              swagle Siddharth Wagle
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: