Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/2538#discussion_r18200173
--- 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 --
If that is easy to do, then that is a better idea. Since this PR is already
so big, lets change as little of the existing infrastructure as possible.
Otherwise if existing pyspark breaks in some weird way, it will be hard to
revert this commit, without reverting all of pysparkstreaming.
---
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]