o

geotrellis.spark.util

SparkUtils

object SparkUtils

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

Value Members

  1. def createLocalSparkContext(sparkMaster: String, appName: String, sparkConf: SparkConf = createSparkConf): SparkContext
  2. def createSparkConf: SparkConf
  3. def createSparkContext(appName: String, sparkConf: SparkConf = createSparkConf): SparkContext

    This overload is to be used with spark-submit, which will provide the rest of the conf

  4. def findGeoTrellisJar(gtHome: String): Option[String]
  5. def geoTrellisHome: Option[String]
  6. def hadoopConfiguration: Configuration

    This is basically unused now.

    This is basically unused now. The only possible reasons to use this is to include HDFS config with the jar. That seems strange and confusing, we do not do that.

  7. def setGeoTrellisHome(path: String): Unit