You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2015/09/16 16:07:46 UTC

[jira] [Created] (AMBARI-13114) Unable to deploy Hive via blueprints with default configuration

Vitaly Brodetskyi created AMBARI-13114:
------------------------------------------

             Summary: Unable to deploy Hive via blueprints with default configuration
                 Key: AMBARI-13114
                 URL: https://issues.apache.org/jira/browse/AMBARI-13114
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.1.2
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Blocker
             Fix For: 2.1.2
         Attachments: AMBARI-13114.patch

When attempting to deploy Hive via a blueprint using a new MYSQL DB and only default configuration and the HDP 2.3 stack, Hive metastore encounters failures due to attempting to load SQL Anywhere adapter.

This is likely due to the default configuration property in hive-site:
{code}
<property>
  <name>datanucleus.rdbms.datastoreAdapterClassName</name>
  <value>org.datanucleus.store.rdbms.adapter.SQLAnywhereAdapter</value>
</property>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)