AzureHDInsightMapReduceJobDefinition 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.
Provides creation details for a new MapReduce jobDetails.
public class AzureHDInsightMapReduceJobDefinition : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition
type AzureHDInsightMapReduceJobDefinition = class
inherit AzureHDInsightJobDefinition
Public Class AzureHDInsightMapReduceJobDefinition
Inherits AzureHDInsightJobDefinition
- Inheritance
Constructors
AzureHDInsightMapReduceJobDefinition() |
Initializes a new instance of the AzureHDInsightMapReduceJobDefinition class. |
Properties
Arguments |
Gets the arguments for the jobDetails. (Inherited from AzureHDInsightJobDefinition) |
ClassName |
Gets or sets the class name to use for the jobDetails. |
Defines |
Gets the parameters for the jobDetails. |
Files |
Gets the files to be copied to the cluster (Inherited from AzureHDInsightJobDefinition) |
JarFile |
Gets or sets the jar file to use for the jobDetails. |
JobName |
Gets or sets the name of the jobDetails. |
LibJars |
Gets the libjars to use for the jobDetails. |
StatusFolder |
Gets or sets the status folder to use for the jobDetails. (Inherited from AzureHDInsightJobDefinition) |