-
- Downloads
Pass self to SparkContext._ensure_initialized.
The constructor for SparkContext should pass in self so that we track the current context and produce errors if another one is created. Add a doctest to make sure creating multiple contexts triggers the exception.
Loading
Please register or sign in to comment