HDInsightPigActivity |
HDInsightPigActivity.withArguments(Object arguments) |
Set the arguments property: User specified arguments to HDInsightActivity.
|
HDInsightPigActivity |
HDInsightPigActivity.withDefines(Map<String,Object> defines) |
Set the defines property: Allows user to specify defines for Pig job request.
|
HDInsightPigActivity |
HDInsightPigActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
HDInsightPigActivity |
HDInsightPigActivity.withDescription(String description) |
Set the description property: Activity description.
|
HDInsightPigActivity |
HDInsightPigActivity.withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo) |
Set the getDebugInfo property: Debug info option.
|
HDInsightPigActivity |
HDInsightPigActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
HDInsightPigActivity |
HDInsightPigActivity.withName(String name) |
Set the name property: Activity name.
|
HDInsightPigActivity |
HDInsightPigActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
HDInsightPigActivity |
HDInsightPigActivity.withScriptLinkedService(LinkedServiceReference scriptLinkedService) |
Set the scriptLinkedService property: Script linked service reference.
|
HDInsightPigActivity |
HDInsightPigActivity.withScriptPath(Object scriptPath) |
Set the scriptPath property: Script path.
|
HDInsightPigActivity |
HDInsightPigActivity.withStorageLinkedServices(List<LinkedServiceReference> storageLinkedServices) |
Set the storageLinkedServices property: Storage linked service references.
|
HDInsightPigActivity |
HDInsightPigActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|