RddPartitionInfo
import type { RddPartitionInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Information about RDD partitions.
interface RddPartitionInfo {
blockName?: string;
diskUsed?: bigint;
executors?: string[];
memoryUsed?: bigint;
storageLevel?: string;
}