SparkRuntimeInfo constructor

SparkRuntimeInfo({
  1. String? javaHome,
  2. String? javaVersion,
  3. String? scalaVersion,
})

Implementation

SparkRuntimeInfo({
  this.javaHome,
  this.javaVersion,
  this.scalaVersion,
});