sahara/releasenotes/notes/rack_awareness_for_hdp-6e3d44468cc141a5.yaml
Michael Ionkin 9f8c2197c0 Added rack awareness in HDP plugin
Rack awareness is added in HDP plugin for maintain data locality
feature of Hadoop.
Also renamed decomission_helper.py to requests_helper.py

note: Ambari allows to set up rack info through cluster creation
blueprint, but it doesn't work for scaling so that is why we manually
adds rack info for new instances (when scaling) through Ambari API and
that is why we manually restarts HDFS and MAPREDUCE2 services after
scaling.

closes-bug: 1618831
Change-Id: I2a696ea534d0a93f7e88c5e22ef99b008248c875
2016-08-31 13:52:44 +03:00

4 lines
62 B
YAML

---
features:
- Added rack awareness feature for HDP plugin