Details
-
Task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.5.1
-
None
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."