Commit ad0e7df
[MINOR][TEST] Expand spark-submit test to allow python2/3 executable
## What changes were proposed in this pull request?
This backports a tiny part of another change:
apache@4bdfda9#diff-3c792ce7265b69b448a984caf629c96bR161
... which just works around the possibility that the local python interpreter is 'python3' or 'python2' when running the spark-submit tests.
I'd like to backport to 2.3 too.
This otherwise prevents this test from passing on my mac, though I have a custom install with brew. But may affect others.
## How was this patch tested?
Existing tests.
Closes apache#24407 from srowen/Python23check.
Authored-by: Sean Owen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 726f41c commit ad0e7df
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments