Class YarnResourceManagerDriverConfiguration
- java.lang.Object
-
- org.apache.flink.yarn.configuration.YarnResourceManagerDriverConfiguration
-
public class YarnResourceManagerDriverConfiguration extends Object
Configuration specific toYarnResourceManagerDriver.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientShipFiles()StringgetCurrentDir()StringgetFlinkClasspath()StringgetFlinkDistJar()StringgetKeytabPrinciple()StringgetKrb5Path()StringgetLocalKeytabPath()StringgetRemoteKeytabPath()StringgetRpcAddress()StringgetWebInterfaceUrl()StringgetYarnFiles()StringgetYarnSiteXMLPath()
-
-
-
Method Detail
-
getRpcAddress
public String getRpcAddress()
-
getWebInterfaceUrl
@Nullable public String getWebInterfaceUrl()
-
getClientShipFiles
public String getClientShipFiles()
-
getFlinkClasspath
public String getFlinkClasspath()
-
getFlinkDistJar
public String getFlinkDistJar()
-
getKeytabPrinciple
@Nullable public String getKeytabPrinciple()
-
getKrb5Path
@Nullable public String getKrb5Path()
-
getLocalKeytabPath
@Nullable public String getLocalKeytabPath()
-
getRemoteKeytabPath
@Nullable public String getRemoteKeytabPath()
-
getYarnFiles
public String getYarnFiles()
-
getYarnSiteXMLPath
@Nullable public String getYarnSiteXMLPath()
-
getCurrentDir
public String getCurrentDir()
-
-