HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withArguments(List<Object> arguments) |
Set the arguments property: User specified arguments to HDInsightActivity.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withClassName(Object className) |
Set the className property: Class name.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withDefines(Map<String,Object> defines) |
Set the defines property: Allows user to specify defines for the MapReduce job request.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withDescription(String description) |
Set the description property: Activity description.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo) |
Set the getDebugInfo property: Debug info option.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withJarFilePath(Object jarFilePath) |
Set the jarFilePath property: Jar path.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withJarLibs(List<Object> jarLibs) |
Set the jarLibs property: Jar libs.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withJarLinkedService(LinkedServiceReference jarLinkedService) |
Set the jarLinkedService property: Jar linked service reference.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withName(String name) |
Set the name property: Activity name.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withStorageLinkedServices(List<LinkedServiceReference> storageLinkedServices) |
Set the storageLinkedServices property: Storage linked service references.
|
HDInsightMapReduceActivity |
HDInsightMapReduceActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|