public class DefaultTopologyMapper extends TopologyMapper implements org.apache.spark.internal.Logging
Constructor and Description |
---|
DefaultTopologyMapper(SparkConf conf) |
Modifier and Type | Method and Description |
---|---|
scala.Option<String> |
getTopologyForHost(String hostname)
Gets the topology information given the host name
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, initializeForcefully, initializeLogIfNecessary, initializeLogIfNecessary, initializeLogIfNecessary$default$2, initLock, isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning, org$apache$spark$internal$Logging$$log__$eq, org$apache$spark$internal$Logging$$log_, uninitialize
public DefaultTopologyMapper(SparkConf conf)
public scala.Option<String> getTopologyForHost(String hostname)
TopologyMapper
getTopologyForHost
in class TopologyMapper
hostname
- HostnameAn implementation can choose to use empty strings or None in case topology info is not available. This would imply that all such executors belong to the same rack.