Class HDInsightSparkActivity


public class HDInsightSparkActivity extends ExecutionActivity
HDInsight Spark activity.
  • Constructor Details

    • HDInsightSparkActivity

      public HDInsightSparkActivity()
  • Method Details

    • getRootPath

      public Object getRootPath()
      Get the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
      Returns:
      the rootPath value.
    • setRootPath

      public HDInsightSparkActivity setRootPath(Object rootPath)
      Set the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
      Parameters:
      rootPath - the rootPath value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getEntryFilePath

      public Object getEntryFilePath()
      Get the entryFilePath property: The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
      Returns:
      the entryFilePath value.
    • setEntryFilePath

      public HDInsightSparkActivity setEntryFilePath(Object entryFilePath)
      Set the entryFilePath property: The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
      Parameters:
      entryFilePath - the entryFilePath value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getArguments

      public List<Object> getArguments()
      Get the arguments property: The user-specified arguments to HDInsightSparkActivity.
      Returns:
      the arguments value.
    • setArguments

      public HDInsightSparkActivity setArguments(List<Object> arguments)
      Set the arguments property: The user-specified arguments to HDInsightSparkActivity.
      Parameters:
      arguments - the arguments value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getGetDebugInfo

      public HDInsightActivityDebugInfoOption getGetDebugInfo()
      Get the getDebugInfo property: Debug info option.
      Returns:
      the getDebugInfo value.
    • setGetDebugInfo

      public HDInsightSparkActivity setGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
      Set the getDebugInfo property: Debug info option.
      Parameters:
      getDebugInfo - the getDebugInfo value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getSparkJobLinkedService

      public LinkedServiceReference getSparkJobLinkedService()
      Get the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.
      Returns:
      the sparkJobLinkedService value.
    • setSparkJobLinkedService

      public HDInsightSparkActivity setSparkJobLinkedService(LinkedServiceReference sparkJobLinkedService)
      Set the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.
      Parameters:
      sparkJobLinkedService - the sparkJobLinkedService value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getClassName

      public String getClassName()
      Get the className property: The application's Java/Spark main class.
      Returns:
      the className value.
    • setClassName

      public HDInsightSparkActivity setClassName(String className)
      Set the className property: The application's Java/Spark main class.
      Parameters:
      className - the className value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getProxyUser

      public Object getProxyUser()
      Get the proxyUser property: The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
      Returns:
      the proxyUser value.
    • setProxyUser

      public HDInsightSparkActivity setProxyUser(Object proxyUser)
      Set the proxyUser property: The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
      Parameters:
      proxyUser - the proxyUser value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • getSparkConfig

      public Map<String,Object> getSparkConfig()
      Get the sparkConfig property: Spark configuration property.
      Returns:
      the sparkConfig value.
    • setSparkConfig

      public HDInsightSparkActivity setSparkConfig(Map<String,Object> sparkConfig)
      Set the sparkConfig property: Spark configuration property.
      Parameters:
      sparkConfig - the sparkConfig value to set.
      Returns:
      the HDInsightSparkActivity object itself.
    • setLinkedServiceName

      public HDInsightSparkActivity setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Overrides:
      setLinkedServiceName in class ExecutionActivity
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the ExecutionActivity object itself.
    • setPolicy

      public HDInsightSparkActivity setPolicy(ActivityPolicy policy)
      Set the policy property: Activity policy.
      Overrides:
      setPolicy in class ExecutionActivity
      Parameters:
      policy - the policy value to set.
      Returns:
      the ExecutionActivity object itself.
    • setName

      public HDInsightSparkActivity setName(String name)
      Set the name property: Activity name.
      Overrides:
      setName in class ExecutionActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public HDInsightSparkActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ExecutionActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public HDInsightSparkActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ExecutionActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public HDInsightSparkActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ExecutionActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.