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

JobDriver

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

The driver that the job runs on.

interface JobDriver {
hive?: Hive | null;
sparkSubmit?: SparkSubmit | null;
}

§Properties

§
hive?: Hive | null
[src]

The job driver parameters specified for Hive.

§
sparkSubmit?: SparkSubmit | null
[src]

The job driver parameters specified for Spark.