Skip to content

Commit

Permalink
add repartitionWithNebula config for template (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Jan 19, 2022
1 parent 332423e commit 1fc042b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nebula-exchange_spark_2.4/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
header: true
batch: 256
partition: 32
# optional config, default is false
# config repartitionWithNebula as true means: repartition spark dataframe with nebula partition number to write sst files.
repartitionWithNebula: false
}

# HDFS json
Expand Down Expand Up @@ -363,6 +366,9 @@
header: true
batch: 256
partition: 32
# optional config, default is false
# config repartitionWithNebula as true means: repartition spark dataframe with nebula partition number to write sst files.
repartitionWithNebula: false
}

# HDFS json
Expand Down

0 comments on commit 1fc042b

Please sign in to comment.