Github user mateiz commented on the pull request:
https://github.com/apache/spark/pull/455#issuecomment-41204035
This error in the latest Jenkins run:
```
File "pyspark/context.py", line 293, in __main__.SparkContext.wholeTextFiles
Failed example:
sorted(textFiles.collect())
Expected:
[(u'.../1.txt', u'1'), (u'.../2.txt', u'2')]
Got:
[(u'/tmp/tmps6Hn0G/files/1.txt', u'1'), (u'/tmp/tmps6Hn0G/files/2.txt',
u'2')]
```
Means that the "ellipsis" option of DocTest isn't set -- not sure why,
because it was set before and this was passing. But maybe it got triggered by
some earlier errors somehow.
---
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.
---