-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38435/#review99277
-----------------------------------------------------------


Blueprint deploy fails with just the 
<value>org.datanucleus.store.rdbms.adapter.SQLAnywhereAdapter</value> removed, 
but worked when I removed the entire property. 
Mike

- Michael Harp


On Sept. 16, 2015, 2:09 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38435/
> -----------------------------------------------------------
> 
> (Updated Sept. 16, 2015, 2:09 p.m.)
> 
> 
> 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
> 
>

Reply via email to