public abstract class CustomRMAddressFinder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CustomRMAddressFinder() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getRMAddress(org.apache.hadoop.conf.Configuration conf,
String address,
String defaultAddr,
int defaultPort)
To return RMAddress as a value for address property based on the provided configuration
if not found uses defaultAddr and defaultPort
|
public abstract String getRMAddress(org.apache.hadoop.conf.Configuration conf, String address, String defaultAddr, int defaultPort)
conf - address - defaultAddr - defaultPort - Copyright © 2016 Apache Software Foundation. All Rights Reserved.