Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/3121#issuecomment-62441660
It looks like this is now legitimately failing a PySpark test:
```python
class ContextTests(unittest.TestCase):
def test_failed_sparkcontext_creation(self):
# Regression test for SPARK-1550
self.assertRaises(Exception, lambda:
SparkContext("an-invalid-master-name"))
```
The problem here is that an invalid master causes an error to occur midway
through initialization, leaving the SparkContext in an inconsistent state.
This shows that it would be pretty easy for a user to fail to create a
SparkContext due to a bug and then become stuck.
---
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]