We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db53aa5 commit 857cdb4Copy full SHA for 857cdb4
1 file changed
dev/run-pip-tests
@@ -110,7 +110,7 @@ for python in "${PYTHON_EXECS[@]}"; do
110
cd /
111
112
echo "Run basic sanity check on pip installed version with spark-submit"
113
- ls -al `which spark-submit`
+ ls -al $(dirname $(dirname $(which ln)))/lib/python3.6/site-packages/pyspark/bin/spark-class
114
spark-submit "$FWDIR"/dev/pip-sanity-check.py
115
echo "Run basic sanity check with import based"
116
python3 "$FWDIR"/dev/pip-sanity-check.py
0 commit comments