SparkConf.SetSparkHome(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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