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