radhikabajaj123 opened a new issue, #14:
URL: https://github.com/apache/datafusion-benchmarks/issues/14
Hello,
I am using the following configurations for benchmarking:
` --conf
spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog
\
--deploy-mode cluster \
--driver-memory 32g \
--executor-memory 128g \
--executor-cores 18 \
--driver-cores 8 \
--num-executors 3 \
--conf spark.yarn.populateHadoopClasspath=false \
--conf spark.yarn.archive=$BENCH_HOME/$BENCH_DISTR.tgz \
--jars
/root/datafusion-comet/spark/target/comet-spark-spark3.4_2.13-0.3.0-SNAPSHOT.jar
\
--conf spark.plugins=org.apache.spark.CometPlugin \
--conf spark.sql.extensions=org.apache.comet.CometSparkSessionExtensions
\
--conf spark.comet.enabled=true \
--conf spark.comet.exec.enabled=true \
--conf spark.comet.exec.all.enabled=true \
--conf spark.comet.explainFallback.enabled=true \`
I am receiving different results (with a significant deviation from what is
reported on the
[benchmarking](https://datafusion.apache.org/comet/contributor-guide/benchmark-results/tpc-h.html)
page).
Are there any additional configurations required to optimize performance
with Comet?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]