We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5647f commit 570a08eCopy full SHA for 570a08e
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 $(dirname $(dirname $(which spark-submit)))/lib/python3.6/site-packages/pyspark/bin/spark-class
+ # ls -al $(dirname $(dirname $(which spark-submit)))/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