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

SparkHistoryServerConfig

import type { SparkHistoryServerConfig } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";

Configuration of the Spark History Server.

interface SparkHistoryServerConfig {
dataprocCluster?: string;
}

§Properties

§
dataprocCluster?: string
[src]

Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection. Example: * projects/[project_id]/regions/[region]/clusters/[cluster_name]