-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19458/
-----------------------------------------------------------
Review request for Ambari and Andriy Babiichuk.
Bugs: AMBARI-5158
https://issues.apache.org/jira/browse/AMBARI-5158
Repository: ambari
Description
-------
Add the following tooltips to the respective fields for the:
1. Create Cluster popup
2. Cluster list popup
The "execute" interface specifies the endpoint for ResourceManager.
Example: resourcemanager-host:8050
The "readonly" interface specifies the endpoint for Hadoop's HFTP protocol.
Example: hftp://namenode-host:50070
The "workflow" interface specifies the endpoint for Oozie URL.
Example: http://oozie-host:11000/oozie
The "write" interface is the endpoint to write to HDFS. Set this to the value
of fs.defaultFS (in core-site.xml) of the target cluster.
Example: hdfs://namenode-host:8020 (non-HA); hdfs://nameservice-id:8020 (HA)
For the Create Cluster popup, add the following info-style message under
"Interfaces" section.
* "Specify the following for the target cluster, not the source cluster."
Diffs
-----
ambari-web/app/controllers/main/mirroring/manage_clusters_controller.js
02ce1ed
ambari-web/app/messages.js 0e0b529
ambari-web/app/styles/application.less dadd30f
ambari-web/app/templates/main/mirroring/create_new_cluster.hbs 207cd75
ambari-web/app/templates/main/mirroring/manage_clusters.hbs 7124f30
ambari-web/app/views/main/mirroring/manage_clusters_view.js 29c1f91
Diff: https://reviews.apache.org/r/19458/diff/
Testing
-------
2528 tests complete (836 ms)
Thanks,
Aleksandr Kovalenko