Skip to content

Commit

Permalink
remove spark.driver.bindAddress for localConf
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Maschler <[email protected]>
  • Loading branch information
Thomas Maschler committed Jul 22, 2019
1 parent 1bd4812 commit 7434eee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object TreeLossSparkSession {

val localConf: SparkConf = conf
.setIfMissing("spark.master", "local[*]")
.set("spark.driver.bindAddress", "127.0.0.1")
// .set("spark.driver.bindAddress", "127.0.0.1")

implicit val spark: SparkSession = try {
SparkSession.builder.config(conf).getOrCreate
Expand Down

0 comments on commit 7434eee

Please sign in to comment.