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

SparkSubmitJobDriver

import type { SparkSubmitJobDriver } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";

The information about job driver for Spark submit.

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

§Properties

§
entryPoint: string
[src]

The entry point of job application.

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

The arguments for job application.

§
sparkSubmitParameters?: string | null
[src]

The Spark submit parameters that are used for job runs.