-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38435/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-13114
https://issues.apache.org/jira/browse/AMBARI-13114
Repository: ambari
Description
-------
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}
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml
f6b3ce9
Diff: https://reviews.apache.org/r/38435/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi