-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28804/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-8586
https://issues.apache.org/jira/browse/AMBARI-8586
Repository: ambari
Description
-------
>From API component endpoint we get custom_actions field which contains info
>about supported actions like decommission. Some of the components have missed
>actions, for example HBASE_REGIONSERVER have decommission action for stacks
>HDP 1.3 which absent in 2.0.6, 2.1 and 2.2. The part of this ticket to verify
>and add missed actions for components which helps to solve:
service and component pluggability
prevent confusing around supported action for different stacks
strong relationship between API data and UI
less hardcode related to action part on ambari-ui
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml
090bad8
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase_regionserver.py
8d66dcc
Diff: https://reviews.apache.org/r/28804/diff/
Testing
-------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Views ...................................... SUCCESS [2.147s]
[INFO] Ambari Server ..................................... SUCCESS [33.521s]
[INFO] Ambari Agent ...................................... SUCCESS [8.213s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.541s
[INFO] Finished at: Mon Dec 08 19:57:18 FET 2014
[INFO] Final Memory: 38M/446M
[INFO] ------------------------------------------------------------------------
Thanks,
Dmitro Lisnichenko