HDInsightMapReduceActivity Class

Definition

HDInsight MapReduce activity type.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("HDInsightMapReduce")]
public class HDInsightMapReduceActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("HDInsightMapReduce")>]
type HDInsightMapReduceActivity = class
    inherit ExecutionActivity
Public Class HDInsightMapReduceActivity
Inherits ExecutionActivity
Inheritance
HDInsightMapReduceActivity
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

HDInsightMapReduceActivity()

Initializes a new instance of the HDInsightMapReduceActivity class.

HDInsightMapReduceActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, IList<Object>, IDictionary<String,Object>)

Initializes a new instance of the HDInsightMapReduceActivity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
Arguments

Gets or sets user specified arguments to HDInsightActivity.

ClassName

Gets or sets class name. Type: string (or Expression with resultType string).

Defines

Gets or sets allows user to specify defines for the MapReduce job request.

DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
GetDebugInfo

Gets or sets debug info option. Possible values include: 'None', 'Always', 'Failure'

JarFilePath

Gets or sets jar path. Type: string (or Expression with resultType string).

JarLibs

Gets or sets jar libs.

JarLinkedService

Gets or sets jar linked service reference.

LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
Name

Gets or sets activity name.

(Inherited from Activity)
Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
StorageLinkedServices

Gets or sets storage linked service references.

UserProperties

Gets or sets activity user properties.

(Inherited from Activity)

Methods

Validate()

Validate the object.

Applies to