HDInsightSparkActivity |
HDInsightSparkActivity.withArguments(List<Object> arguments) |
Set the arguments property: The user-specified arguments to HDInsightSparkActivity.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withClassName(String className) |
Set the className property: The application's Java/Spark main class.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withDescription(String description) |
Set the description property: Activity description.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withEntryFilePath(Object entryFilePath) |
Set the entryFilePath property: The relative path to the root folder of the code/package to be executed.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo) |
Set the getDebugInfo property: Debug info option.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withName(String name) |
Set the name property: Activity name.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withProxyUser(Object proxyUser) |
Set the proxyUser property: The user to impersonate that will execute the job.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withRootPath(Object rootPath) |
Set the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withSparkConfig(Map<String,Object> sparkConfig) |
Set the sparkConfig property: Spark configuration property.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withSparkJobLinkedService(LinkedServiceReference sparkJobLinkedService) |
Set the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies,
and for receiving logs.
|
HDInsightSparkActivity |
HDInsightSparkActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|