MapReduceJobSubmissionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters specifying the HDInsight MapReduce job definition.
public class MapReduceJobSubmissionParameters
type MapReduceJobSubmissionParameters = class
Public Class MapReduceJobSubmissionParameters
- Inheritance
-
System.ObjectMapReduceJobSubmissionParameters
Constructors
MapReduceJobSubmissionParameters() |
Initializes a new instance of the MapReduceJobSubmissionParameters class. |
Properties
Arguments |
Optional. Gets the arguments for the jobDetails. |
Defines |
Optional. Gets or sets define parameter list. |
Files |
Optional. List of files to be copied to the cluster. |
JarClass |
Optional. Gets or sets the class. |
JarFile |
Optional. Gets or sets the Jar file. |
LibJars |
Optional. List of files to include in the classpath. |
StatusDir |
Optional. Status directory in the default storage account to store job files stderr, stdout and exit. |