Skip to content

Commit

Permalink
Revert: Modify the multipart upload size.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Spörri <[email protected]>
  • Loading branch information
pspoerri committed Sep 14, 2023
1 parent 3be4670 commit 423bad6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/sql/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ SPARK_HADOOP_S3A_CONFIG=(
--conf spark.hadoop.fs.s3a.path.style.access=true
--conf spark.hadoop.fs.s3a.fast.upload=true
--conf spark.hadoop.fs.s3a.block.size=$((128*1024*1024))
--conf spark.hadoop.fs.s3a.multipart.size=$((32*1024*1024))
)

SPARK_S3_SHUFFLE_CONFIG=(
Expand Down
1 change: 0 additions & 1 deletion examples/terasort/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ SPARK_HADOOP_S3A_CONFIG=(
--conf spark.hadoop.fs.s3a.path.style.access=true
--conf spark.hadoop.fs.s3a.fast.upload=true
--conf spark.hadoop.fs.s3a.block.size=$((128*1024*1024))
--conf spark.hadoop.fs.s3a.multipart.size=$((32*1024*1024))
)


Expand Down

0 comments on commit 423bad6

Please sign in to comment.