HyukjinKwon commented on a change in pull request #33203: URL: https://github.com/apache/spark/pull/33203#discussion_r663430840
########## File path: .github/workflows/benchmark.yml ########## @@ -85,6 +85,7 @@ jobs: # In benchmark, we use local as master so set driver memory only. Note that GitHub Actions has 7 GB memory limit. bin/spark-submit \ Review comment: I think it's better to set the `SPARK_HOME` env instead. Can you add: ``` SPARK_HOME: ${{ github.workspace }} ``` under `env` with a comment that explains why we should set it? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org