public class HadoopDescription extends AbstractDescription implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HadoopDescription.DataNodeDescription
Represents a data node configuration for a given cluster and host.
|
static class |
HadoopDescription.NameNodeDescription
Represents a name node configuration for a given cluster and host.
|
static class |
HadoopDescription.NodeDescription
Represents a node configuration for a given cluster and host.
|
static class |
HadoopDescription.NodeManagerDescription
Represents a node manager configuration for a given cluster and host.
|
static class |
HadoopDescription.ResourceManagerDescription
Represents a resource manager configuration for a given cluster.
|
| Constructor and Description |
|---|
HadoopDescription() |
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
protected void setName(String str)
public Boolean addHDFSConfigurationToClassPath()
protected void setAddHDFSConfigurationToClassPath(Boolean b)
public String getBaseHDFSDirName()
protected void setBaseHDFSDirName(String str)
public List<HadoopDescription.DataNodeDescription> getDataNodeDescriptions()
protected void addDataNodeDescription(HadoopDescription.DataNodeDescription dnd)
public String getHadoopDist()
protected void setHadoopDist(String str)
public List<HadoopDescription.NameNodeDescription> getNameNodeDescriptions()
protected void addNameNodeDescription(HadoopDescription.NameNodeDescription nnd)
public String getNameNodeURL()
protected void setNameNodeURL(String str)
public List<HadoopDescription.NodeManagerDescription> getNodeManagerDescriptions()
protected void addNodeManagerDescription(HadoopDescription.NodeManagerDescription nmd)
public Integer getReplication()
protected void setReplication(Integer i)
public String getResourceManagerHost()
protected void setResourceManagerHost(String s)
public String getResourceManagerDataDrives()
protected void setResourceManagerDataDrives(String s)
public String getResourceManagerLogDrive()
protected void setResourceManagerLogDrive(String s)
public HadoopDescription.ResourceManagerDescription getResourceManagerDescription()
protected void setResourceManagerDescription(HadoopDescription.ResourceManagerDescription d)
public String getResourceManagerURL()
protected void setResourceManagerURL(String str)
public String getResourceTrackerAddress()
protected void setResourceTrackerAddress(String str)
public String getSchedulerAddress()
protected void setSchedulerAddress(String str)
public String getSecurityAuthentication()
public void setSecurityAuthentication(String str)
public boolean isSecure()
public boolean useExistingCluster()
public void setUseExistingCluster(boolean b)
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
protected static String getExtraClassPath(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.