Interface SparkSubmitJobDriver.Builder

    • Method Detail

      • entryPoint

        SparkSubmitJobDriver.Builder entryPoint​(String entryPoint)

        The entry point of job application.

        Parameters:
        entryPoint - The entry point of job application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryPointArguments

        SparkSubmitJobDriver.Builder entryPointArguments​(Collection<String> entryPointArguments)

        The arguments for job application.

        Parameters:
        entryPointArguments - The arguments for job application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryPointArguments

        SparkSubmitJobDriver.Builder entryPointArguments​(String... entryPointArguments)

        The arguments for job application.

        Parameters:
        entryPointArguments - The arguments for job application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sparkSubmitParameters

        SparkSubmitJobDriver.Builder sparkSubmitParameters​(String sparkSubmitParameters)

        The Spark submit parameters that are used for job runs.

        Parameters:
        sparkSubmitParameters - The Spark submit parameters that are used for job runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.