Github user nkronenfeld commented on the issue:
https://github.com/apache/spark/pull/19529
There is one small hack in the way this was done, which is documented - see
the comments and documentation on SharedSparkSession.initializeSession and
SharedSparkContext.initializeContext. I would rather just have the session and
context be lazy transient val's, which would work fine without this initialize
call, but I didn't want to change the way tests currently ran without input.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]