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

AuxiliaryServicesConfig

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

Auxiliary services configuration for a Cluster.

interface AuxiliaryServicesConfig {
metastoreConfig?: MetastoreConfig;
sparkHistoryServerConfig?: SparkHistoryServerConfig;
}

§Properties

§
metastoreConfig?: MetastoreConfig
[src]

Optional. The Hive Metastore configuration for this workload.

§
sparkHistoryServerConfig?: SparkHistoryServerConfig
[src]

Optional. The Spark History Server configuration for the workload.