You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2015/09/16 16:09:14 UTC

Review Request 38435: Unable to deploy Hive via blueprints with default configuration

-----------------------------------------------------------
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


Re: Review Request 38435: Unable to deploy Hive via blueprints with default configuration

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38435/#review99370
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


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
> 
>


Re: Review Request 38435: Unable to deploy Hive via blueprints with default configuration

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.

> On Вер. 16, 2015, 7:13 після полудня, Michael Harp wrote:
> > Blueprint deploy fails with just the <value>org.datanucleus.store.rdbms.adapter.SQLAnywhereAdapter</value> removed, but worked when I removed the entire property. 
> > Mike

This patch will be valid after needed functionality will be committed. I've posted comment about that in internal jira.


- Vitalyi


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


On Вер. 16, 2015, 2:09 після полудня, Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38435/
> -----------------------------------------------------------
> 
> (Updated Вер. 16, 2015, 2:09 після полудня)
> 
> 
> 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
> 
>


Re: Review Request 38435: Unable to deploy Hive via blueprints with default configuration

Posted by Michael Harp <mi...@teradata.com>.
-----------------------------------------------------------
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
> 
>