Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
mantovani authored Nov 15, 2023
1 parent bac2643 commit f3fbb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ val almaren = Almaren("App Name")
val spark = almaren.spark
.master("local[*]")
.config("spark.sql.shuffle.partitions", "1")
.getOrCreate

val df:DataFrame = almaren.builder
.sourceSql("select monotonically_increasing_id() as id,* from movies")
Expand Down

0 comments on commit f3fbb0c

Please sign in to comment.