All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alpine.plugin.core.spark.SparkJobConfiguration.scala Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
/**
 * COPYRIGHT (C) 2015 Alpine Data Labs Inc. All Rights Reserved.
 */

package com.alpine.plugin.core.spark

import scala.collection.mutable

/**
 * Spark job configuration.
 */
case class SparkJobConfiguration(
  numExecutors: Int,
  executorMemoryMB: Int,
  driverMemoryMB: Int,
  numExecutorCores: Int,
  additionalParameters: mutable.Map[String, String] = mutable.Map[String, String]()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy