Skip to content

Commit

Permalink
fix: in-memory analytics executor memory option (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
xusine authored Apr 11, 2023
1 parent da359eb commit 68a67ba
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ object MovieLensALS {

val conf = new SparkConf()
.setAppName("MovieLensALS")
.set("spark.executor.memory", "2g")
println(conf)
val sc = new SparkContext(conf)

// time the execution
Expand Down

0 comments on commit 68a67ba

Please sign in to comment.