|
Acceptance Criteria:
- Create a Scala section and create the following tutorial-like pages with basic but complete copy/pastable examples:
- Write to MongoDB
- Read from MongoDB
- Aggregation
- Datasets and SQL
- Revise the "Getting Started" and "Spark SQL" into the pages above.
- Be mindful of the following key Spark 2.0 changes:
- Update references to SQLContext, SparkConf/SparkContext, and HiveContext (if any) to use SparkSession.
- DataFrame no longer exists as a class, it is now an alias to Dataset<row> (Java syntax). Update any references in the docs that use DataFrame class.
|