@ConfigurationProperties public class SpringYarnEnvProperties extends Object
ConfigurationProperties used in
SpringYarnClientProperties, SpringYarnAppmasterProperties and
SpringYarnProperties to resolve supported environment variables.| Constructor and Description |
|---|
SpringYarnEnvProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFs()
Gets the value of environment variable
SHDP_HD_FS. |
String |
getRm()
Gets the value of environment variable
SHDP_HD_RM. |
String |
getScheduler()
Gets the value of environment variable
SHDP_HD_SCHEDULER. |
void |
setSHDP_HD_FS(String fs)
Sets the value from an environment variable
SHDP_HD_FS. |
void |
setSHDP_HD_RM(String rm)
Sets the value from an environment variable
SHDP_HD_RM. |
void |
setSHDP_HD_SCHEDULER(String scheduler)
Sets the value from an environment variable
SHDP_HD_SCHEDULER. |
public String getFs()
SHDP_HD_FS.SHDP_HD_FS or nullpublic void setSHDP_HD_FS(String fs)
SHDP_HD_FS.fs - file system URLpublic String getRm()
SHDP_HD_RM.SHDP_HD_RM or nullpublic void setSHDP_HD_RM(String rm)
SHDP_HD_RM.rm - resource manager addresspublic String getScheduler()
SHDP_HD_SCHEDULER.SHDP_HD_SCHEDULER or nullpublic void setSHDP_HD_SCHEDULER(String scheduler)
SHDP_HD_SCHEDULER.scheduler - scheduler address