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

Hive

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

The configurations for the Hive job driver.

interface Hive {
initQueryFile?: string | null;
parameters?: string | null;
query: string;
}

§Properties

§
initQueryFile?: string | null
[src]

The query file for the Hive job run.

§
parameters?: string | null
[src]

The parameters for the Hive job run.

§
query: string
[src]

The query for the Hive job run.