comphead commented on code in PR #2072: URL: https://github.com/apache/datafusion-comet/pull/2072#discussion_r2257553295
########## docs/source/contributor-guide/benchmarking_macos.md: ########## @@ -61,6 +61,16 @@ Start Spark in standalone mode: $SPARK_HOME/sbin/start-master.sh ``` +Note: if there is no `$SPARK_HOME/sbin/start-master.sh` on your machine it is possible to start master by running Review Comment: Came to that, because the file missing on my local machine with Spark installed through `brew` 🤷 UPD: `brew` installed Spark missing entire `sbin` folder ``` ls -la /opt/homebrew/Cellar/apache-spark/3.5.5/ total 240 drwxr-xr-x@ 10 staff 320 Mar 11 16:52 . drwxr-xr-x@ 3 staff 96 Mar 11 16:52 .. drwxr-xr-x@ 3 staff 96 Feb 23 12:45 .brew -rw-r--r--@ 1 staff 5391 Mar 11 16:52 INSTALL_RECEIPT.json -rw-r--r--@ 1 staff 22916 Feb 23 12:45 LICENSE -rw-r--r--@ 1 staff 57842 Feb 23 12:45 NOTICE -rw-r--r--@ 1 staff 4605 Feb 23 12:45 README.md drwxr-xr-x@ 14 staff 448 Mar 11 16:52 bin drwxr-xr-x@ 14 staff 448 Feb 23 12:45 libexec -rw-r--r--@ 1 staff 17973 Mar 11 16:52 sbom.spdx.json ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org