Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SparkSubmit

import type { SparkSubmit } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";

The configurations for the Spark submit job driver.

interface SparkSubmit {
entryPoint: string;
entryPointArguments?: string[] | null;
sparkSubmitParameters?: string | null;
}

§Properties

§
entryPoint: string
[src]

The entry point for the Spark submit job run.

§
entryPointArguments?: string[] | null
[src]

The arguments for the Spark submit job run.

§
sparkSubmitParameters?: string | null
[src]

The parameters for the Spark submit job run.