You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2014/07/23 14:07:08 UTC

Review Request 23849: 2.0.6 stack definition contains dependencies to component not in stack

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

Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-6573
    https://issues.apache.org/jira/browse/AMBARI-6573


Repository: ambari


Description
-------

In the 2.0.6 stack definition, HIVE_SERVER and NAGIOS_SERVER have a dependency
on TEZ_CLIENT. But, TEZ is not a service in the stack.

This results in issues when deploying the 2.0.6 stack via blueprints. Because
the TEZ_CLIENT dependency is listed as auto-install, it is added to the
blueprint during registration as necessary to satisfy the above dependencies.
When the blueprint is used to deploy a cluster, an error occurs because ambari
is unable to determine the service which corresponds to the TEZ_CLIENT
component.


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml e920d67 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml 7625f81 

Diff: https://reviews.apache.org/r/23849/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk


Re: Review Request 23849: 2.0.6 stack definition contains dependencies to component not in stack

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23849/#review48984
-----------------------------------------------------------

Ship it!


Ship It!

- Vitalyi Brodetskyi


On July 29, 2014, 2:18 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23849/
> -----------------------------------------------------------
> 
> (Updated July 29, 2014, 2:18 p.m.)
> 
> 
> Review request for Ambari and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-6573
>     https://issues.apache.org/jira/browse/AMBARI-6573
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> In the 2.0.6 stack definition, HIVE_SERVER and NAGIOS_SERVER have a dependency
> on TEZ_CLIENT. But, TEZ is not a service in the stack.
> 
> This results in issues when deploying the 2.0.6 stack via blueprints. Because
> the TEZ_CLIENT dependency is listed as auto-install, it is added to the
> blueprint during registration as necessary to satisfy the above dependencies.
> When the blueprint is used to deploy a cluster, an error occurs because ambari
> is unable to determine the service which corresponds to the TEZ_CLIENT
> component.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml edefdae 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml 7625f81 
>   ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml 7bb600a 
>   ambari-server/src/main/resources/stacks/HDP/2.1/services/NAGIOS/metainfo.xml PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/23849/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>


Re: Review Request 23849: 2.0.6 stack definition contains dependencies to component not in stack

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

(Updated July 29, 2014, 2:18 p.m.)


Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-6573
    https://issues.apache.org/jira/browse/AMBARI-6573


Repository: ambari


Description
-------

In the 2.0.6 stack definition, HIVE_SERVER and NAGIOS_SERVER have a dependency
on TEZ_CLIENT. But, TEZ is not a service in the stack.

This results in issues when deploying the 2.0.6 stack via blueprints. Because
the TEZ_CLIENT dependency is listed as auto-install, it is added to the
blueprint during registration as necessary to satisfy the above dependencies.
When the blueprint is used to deploy a cluster, an error occurs because ambari
is unable to determine the service which corresponds to the TEZ_CLIENT
component.


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml edefdae 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml 7625f81 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml 7bb600a 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/NAGIOS/metainfo.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/23849/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk