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

SparkRuntimeInfo

import type { SparkRuntimeInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface SparkRuntimeInfo {
javaHome?: string;
javaVersion?: string;
scalaVersion?: string;
}

§Properties

§
javaHome?: string
[src]
§
javaVersion?: string
[src]
§
scalaVersion?: string
[src]