object SparkUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def createLocalSparkContext(sparkMaster: String, appName: String, sparkConf: SparkConf = createSparkConf): SparkContext
- def createSparkConf: SparkConf
-
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
- def findGeoTrellisJar(gtHome: String): Option[String]
- def geoTrellisHome: Option[String]
-
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.
- def setGeoTrellisHome(path: String): Unit