Packages

object LogUtils

Developer API

:: : DeveloperApi :: Utils for querying Spark logs with Spark SQL.

Annotations
@DeveloperApi()
Source
LogUtils.scala
Since

4.0.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val LOG_SCHEMA: String

    Schema for structured Spark logs.

    Schema for structured Spark logs. Example usage: val logDf = spark.read.schema(LOG_SCHEMA).json("path/to/logs")