Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RunLogSummary

A summary of a log associated with a particular run.

Properties

name

name: string

The name of the log. Example: spark_driver_stderr_20190917T114000Z.log.gz

runId

runId: string

The runId associated with the log.

Optional sizeInBytes

sizeInBytes: undefined | number

The size of the object in bytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

source

source: Source

The source of the log such as driver and executor.

Optional timeCreated

timeCreated: Date

The date and time the object was created, as described in RFC 2616, section 14.29.

type

type: Type

The type of log such as stdout and stderr.

Functions

getDeserializedJsonObj

getJsonObj