Packages

package kyuubi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class SQLOperationListener extends StatsReportListener with Logging

    A SparkListener based on spark's DeveloperApi StatsReportListener, used to appending statement/operation level logs to the OperationLog which belong to the same spark.jobGroup.id

  2. class SparkConsoleProgressBar extends Logging
  3. class SparkJobInfo extends AnyRef
  4. class SparkProgressMonitor extends AnyRef
  5. class SparkSQLEngineEventListener extends SparkListener
  6. class SparkSQLEngineListener extends SparkListener with Logging

    A SparkListener for engine level events handling

  7. case class SparkStageAttempt(stageId: Int, stageAttemptId: Int) extends Product with Serializable
  8. class SparkStageInfo extends AnyRef

Value Members

  1. object SparkContextHelper extends Logging

    A place to invoke non-public APIs of SparkContext, anything to be added here need to think twice

  2. object SparkProgressMonitor
  3. object SparkUtilsHelper extends Logging

    A place to invoke non-public APIs of Utils, anything to be added here need to think twice

Ungrouped