The DryadLinqYarnCluster type exposes the following members.
Fields
Name | Description | |
---|---|---|
ApplicationMasterMbMemory |
The amount of memory to be requested for the Application Master container
| |
ContainerMbMemory |
The amount of memory to be requested for each container other than the Application Master
| |
DefaultNumberOfContainers |
The number of containers a job should ask for, if JobMaxNodes and JobMinNodes are not overwritten in
the DryadLinqContext
| |
HdfsPort |
The port that the Hdfs protocol is listening on
| |
LauncherNode |
The hostname of the computer where the DryadLINQ YARN launcher is running, or null if Java/YARN are
present on the client
| |
LauncherPort |
The port where the DryadLINQ Yarn launcher is listening, or -1 if Java/YARN are
present on the client
| |
NameNode |
The hostname of the computer where the HDFS instance for resource staging is running
| |
User |
The username for the job on the YARN cluster
| |
WebHdfsPort |
The port that the WebHdfs protocol is listening on, or -1 if Java/YARN are present on the client
| |
YarnPort |
The port that the YARN Resource Node is listening on
|
See Also