Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/1628#discussion_r15657959
--- Diff: python/pyspark/mllib/linalg.py ---
@@ -255,4 +255,6 @@ def _test():
exit(-1)
if __name__ == "__main__":
+ import sys
+ sys.path.pop(0)
--- End diff --
Same as the previous one. We need to add some comments here.
---
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.
---