Share via


Builder.Master(String) Method

Definition

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

Returns

Applies to