Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/1628#discussion_r15657914
--- Diff: python/pyspark/__init__.py ---
@@ -49,6 +49,12 @@
Main entry point for accessing data stored in Apache Hive..
"""
+
+import sys
+s = sys.path.pop(0)
--- End diff --
We definitely need some comments here to explain what is going on.
---
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.
---