SparkConf.SetSparkHome(String) Method

Definition

Set the location where Spark is installed on worker nodes.

public Microsoft.Spark.SparkConf SetSparkHome (string sparkHome);
member this.SetSparkHome : string -> Microsoft.Spark.SparkConf
Public Function SetSparkHome (sparkHome As String) As SparkConf

Parameters

sparkHome
String

Returns

Applies to