dongjoon-hyun commented on a change in pull request #35751:
URL: https://github.com/apache/spark/pull/35751#discussion_r821402951



##########
File path: sbin/spark-config.sh
##########
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash

Review comment:
       > This chage is because 
[SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148).
   
   @stczwd . I'm asking about the behavior change of `bash` binary in Spark 
environment. Your change could switch the `bash` location from `/bin/bash` to 
`/usr/bin/bash` silently. Frequently, those two bash versions are not the same.




-- 
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]

Reply via email to