Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/12809#issuecomment-216080058
Hey @dongjoon-hyun Give me a day or two to think about the API for creating
SparkSession. It'd be great to finalize that and then update the examples to
reflect that.
My current thinking is to have a factory method that can be used to
instantiate SparkSession, something like
```scala
SparkSession
.withMaster("...")
.withConfig("...", "...")
.getOrCreate()
```
---
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]