SparkConf.SetMaster(String) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
URL principale à laquelle se connecter, telle que « local » pour s’exécuter localement avec un thread, « local[4] » pour s’exécuter localement avec 4 cœurs ou « spark://master:7077 » pour s’exécuter sur un cluster autonome Spark.
public Microsoft.Spark.SparkConf SetMaster (string master);
member this.SetMaster : string -> Microsoft.Spark.SparkConf
Public Function SetMaster (master As String) As SparkConf
- master
- String
Master Spark
Produit | Versions |
---|---|
Microsoft.Spark | latest |