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

SparkSqlJobDriver

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

The job driver for job type.

interface SparkSqlJobDriver {
entryPoint?: string | null;
sparkSqlParameters?: string | null;
}

§Properties

§
entryPoint?: string | null
[src]

The SQL file to be executed.

§
sparkSqlParameters?: string | null
[src]

The Spark parameters to be included in the Spark SQL command.