Class DatabricksSparkJarActivity


  • public class DatabricksSparkJarActivity
    extends ExecutionActivity
    DatabricksSparkJar activity.
    • Constructor Detail

      • DatabricksSparkJarActivity

        public DatabricksSparkJarActivity()
    • Method Detail

      • getMainClassName

        public Object getMainClassName()
        Get the mainClassName property: The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
        Returns:
        the mainClassName value.
      • setMainClassName

        public DatabricksSparkJarActivity setMainClassName​(Object mainClassName)
        Set the mainClassName property: The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
        Parameters:
        mainClassName - the mainClassName value to set.
        Returns:
        the DatabricksSparkJarActivity object itself.
      • getParameters

        public List<Object> getParameters()
        Get the parameters property: Parameters that will be passed to the main method.
        Returns:
        the parameters value.
      • setParameters

        public DatabricksSparkJarActivity setParameters​(List<Object> parameters)
        Set the parameters property: Parameters that will be passed to the main method.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the DatabricksSparkJarActivity object itself.
      • getLibraries

        public List<Map<String,​Object>> getLibraries()
        Get the libraries property: A list of libraries to be installed on the cluster that will execute the job.
        Returns:
        the libraries value.
      • setLibraries

        public DatabricksSparkJarActivity setLibraries​(List<Map<String,​Object>> libraries)
        Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.
        Parameters:
        libraries - the libraries value to set.
        Returns:
        the DatabricksSparkJarActivity object itself.