package kyuubi
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- class SparkConsoleProgressBar extends Logging
- class SparkJobInfo extends AnyRef
- class SparkProgressMonitor extends AnyRef
- class SparkSQLEngineEventListener extends SparkListener
-
class
SparkSQLEngineListener extends SparkListener with Logging
A SparkListener for engine level events handling
- case class SparkStageAttempt(stageId: Int, stageAttemptId: Int) extends Product with Serializable
- class SparkStageInfo extends AnyRef
Value Members
-
object
SparkContextHelper extends Logging
A place to invoke non-public APIs of SparkContext, anything to be added here need to think twice
- object SparkProgressMonitor
-
object
SparkUtilsHelper extends Logging
A place to invoke non-public APIs of Utils, anything to be added here need to think twice