public class Config extends Object
Constructor and Description |
---|
Config(Properties props) |
Modifier and Type | Method and Description |
---|---|
int |
amMem() |
int |
amPriority() |
String |
amQueue() |
int |
amVCores() |
String |
appName() |
Set<String> |
appTags() |
String |
appType() |
Properties |
asProperties() |
int |
containerMem() |
int |
containerPriority() |
int |
containersToAllocate() |
int |
containerVCores() |
File |
downloadedEs() |
File |
downloadedEsYarn() |
String |
downloadEsVersion() |
String |
downloadLocalDir() |
URL |
downloadURL() |
Map<String,String> |
envVars() |
String |
esScript() |
String |
esZipHdfsPath() |
String |
esZipName() |
String |
jarHdfsPath() |
String |
jarName() |
String |
kerberosKeytab() |
String |
kerberosPrincipal() |
Map<String,String> |
systemProps() |
public Config(Properties props)
public String appType()
public String appName()
public int amPriority()
public String amQueue()
public int amMem()
public int amVCores()
public String jarHdfsPath()
public String jarName()
public String esZipHdfsPath()
public String esZipName()
public String esScript()
public int containerPriority()
public int containerMem()
public int containerVCores()
public int containersToAllocate()
public String kerberosPrincipal()
public String kerberosKeytab()
public URL downloadURL()
public String downloadLocalDir()
public String downloadEsVersion()
public File downloadedEs()
public File downloadedEsYarn()
public Properties asProperties()