Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2538#discussion_r18192108
  
    --- Diff: bin/pyspark ---
    @@ -87,11 +87,7 @@ export PYSPARK_SUBMIT_ARGS
     if [[ -n "$SPARK_TESTING" ]]; then
       unset YARN_CONF_DIR
       unset HADOOP_CONF_DIR
    -  if [[ -n "$PYSPARK_DOC_TEST" ]]; then
    -    exec "$PYSPARK_PYTHON" -m doctest $1
    -  else
    -    exec "$PYSPARK_PYTHON" $1
    -  fi
    +  exec "$PYSPARK_PYTHON" $1
    --- End diff --
    
    Why is this change necessary?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to