Replies: 1 comment
-
|
Thanks for reporting this. A couple of things might help narrow it down. The config you shared looks close to the README quick-start, which is meant as a minimal starting point rather than a benchmarking profile. It might be worth comparing it against the setup behind the published 1TB numbers (https://auron.apache.org/documents/benchmarks.html) — especially A few questions that would help:
That should give us a good sense of whether it's a memory/spill effect or something in how the plan is being executed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, when running TPC-DS (1TB) query 6, it took 500 seconds with Spark 3.4.1 + Auron, but only 60 seconds with native Spark 3.4.1.Many other SQL queries show the same behavior.
Spark on k8s , this is my base config:
spark.memory.offHeap.enabled false
spark.executor.memoryOverhead 4096
spark.executor.memory 4g
spark.executor.cores 4
spark.memory.fraction 0.6
What could be the cause? 3q
Beta Was this translation helpful? Give feedback.
All reactions