Commit 7f64963
[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:
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 #24407 from srowen/Python23check.
Authored-by: Sean Owen <sean.owen@databricks.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>1 parent 7a8efc8 commit 7f64963
File tree
1 file changed
+1
-1
lines changed- launcher/src/test/java/org/apache/spark/launcher
1 file changed
+1
-1
lines changedLines 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