Interface SparkSubmit.Builder

    • Method Detail

      • entryPoint

        SparkSubmit.Builder entryPoint​(String entryPoint)

        The entry point for the Spark submit job run.

        Parameters:
        entryPoint - The entry point for the Spark submit job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryPointArguments

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

        The arguments for the Spark submit job run.

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

        SparkSubmit.Builder entryPointArguments​(String... entryPointArguments)

        The arguments for the Spark submit job run.

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

        SparkSubmit.Builder sparkSubmitParameters​(String sparkSubmitParameters)

        The parameters for the Spark submit job run.

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