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 1bed0a3 commit 7613be6Copy full SHA for 7613be6
bin/pyspark
@@ -85,6 +85,8 @@ export PYSPARK_SUBMIT_ARGS
85
86
# For pyspark tests
87
if [[ -n "$SPARK_TESTING" ]]; then
88
+ unset YARN_CONF_DIR
89
+ unset HADOOP_CONF_DIR
90
if [[ -n "$PYSPARK_DOC_TEST" ]]; then
91
exec "$PYSPARK_PYTHON" -m doctest $1
92
else
0 commit comments