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)