java.lang.Object
com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
A container of objects passed to the application master as arguments.
The container of objects is serialized and pushed to HDFS. The file
is used as a local resource to the application master process. On startup,
the app master reads the now local file and deserializes the container.
-
Constructor Summary
ConstructorsConstructorDescriptionYarnAppMasterArgs(JobSpecifier jobSpec, ModuleConfiguration moduleCfg, FileMetaConfiguration fileCfg, ClasspathSpecifier classpathSpec, com.pervasive.datarush.cluster.ExecutorOptions options, List<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor> nodeDescriptors, Path cacheLocation, Path libArchiveLocation, int jobPriority, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences, Map<String, ApplicationResource> appResources) -
Method Summary
Modifier and TypeMethodDescriptioncom.pervasive.datarush.cluster.preferences.ClusterPreferencesintList<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor>com.pervasive.datarush.cluster.ExecutorOptions
-
Constructor Details
-
YarnAppMasterArgs
public YarnAppMasterArgs(JobSpecifier jobSpec, ModuleConfiguration moduleCfg, FileMetaConfiguration fileCfg, ClasspathSpecifier classpathSpec, com.pervasive.datarush.cluster.ExecutorOptions options, List<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor> nodeDescriptors, Path cacheLocation, Path libArchiveLocation, int jobPriority, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences, Map<String, ApplicationResource> appResources)
-
-
Method Details
-
getJobSpecifier
-
getModuleConfiguration
-
getFileConfiguration
-
getClasspathSpecifier
-
getOptions
public com.pervasive.datarush.cluster.ExecutorOptions getOptions() -
getNodeDescriptors
-
getCacheLocation
-
getLibArchiveLocation
-
getJobPriority
public int getJobPriority() -
getClusterPreferences
public com.pervasive.datarush.cluster.preferences.ClusterPreferences getClusterPreferences() -
getAppResources
-