Class AuxServiceFile
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.records.AuxServiceFile
A config file that needs to be created and made available as a volume in an
service component container.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetSrcFile(String srcFile) voidThis provides the source location of the configuration file, the content of which is dumped to dest_file post property substitutions, in the format as specified in type.toString()Config file in the standard format like xml, properties, json, yaml, template.
-
Constructor Details
-
AuxServiceFile
public AuxServiceFile()
-
-
Method Details
-
type
Config file in the standard format like xml, properties, json, yaml, template. -
getType
-
setType
-
srcFile
This provides the source location of the configuration file, the content of which is dumped to dest_file post property substitutions, in the format as specified in type. Typically the src_file would point to a source controlled network accessible file maintained by tools like puppet, chef, or hdfs etc. Currently, only hdfs is supported. -
getSrcFile
-
setSrcFile
-
equals
-
hashCode
public int hashCode() -
toString
-