Builder.Master(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.
Sets the Spark master URL to connect to, such as "local" to run locally, "local[4]" to run locally with 4 cores, or "spark://master:7077" to run on a Spark standalone cluster.
public Microsoft.Spark.Sql.Builder Master (string master);
member this.Master : string -> Microsoft.Spark.Sql.Builder
Public Function Master (master As String) As Builder
Parameters
- master
- String
Master URL