-
Notifications
You must be signed in to change notification settings - Fork 43
Home
Ved Prakash Singh edited this page Feb 17, 2016
·
34 revisions
####Spark Core
- Spark Core
- [Introduction ] (https://github.com/rklick-solutions/spark-tutorial/wiki/Spark-Core#introduction-to-apache-spark)
- Features
- Initializing
- [RDDs] (https://github.com/rklick-solutions/spark-tutorial/wiki/Spark-Core#rdds)
- [Create] (https://github.com/rklick-solutions/spark-tutorial/wiki/Spark-Core#create-rdds)
- Operations
- Spark SQL
- Create SQL Context
- Basic Query
- DataFrames
- Creating DataFrames
- DataFarme API Functionality
- Interoperating with RDDs
- Inferring the Schema using Reflection
- Programmatically Specifying the Schema
- Data Sources
- DataFrame Operations in JSON file
- DataFrame Operations in Text file
- DataFrame Operations in CSV file
- Datasets
- Creating Datasets
- Basic Opeartion