Spark with Python. Operations Supported by Spark RDD API @DataScienceGarage
Spark with Python. Operations Supported by Spark RDD API  @DataScienceGarage
Uploaded December 2018 | Updated September 2026, 2 weeks ago
Spark RDD API Operations introduced in the video:
- Map Transformations.
- Reduce Actions.
- Key-value Pairs.
- Join Transformations.
- Set Operations.

For this I will use Python 3 and Enthought Canopy framework.

More about each Spark RDD API Operation in the context of the video:

MAP TRANSFORMATIONS. Applies a transformation that returns words RDD mapped to Uppercase.

REDUCE ACTIONS: An action is a computation that returns a value after running one or more operations on the dataset. An example of an action is the reduce function, which takes two elements from the dataset and applies some computations.

KEY-VALUE PAIRS: We can define a key-value pair by using a tuple in the format(key, value).

JOIN TRANSFORMATIONS: Join transformations take two datasets and creates another one by joining the two initial datasets by key. We can use leftOuterJoin, rightOuterJoin, and fullOuterJoin to perform specific types of join. Those ones are standard SQL Joining Types.

SET OPERATIONS: We can perform common set operations such as unions and intersection between RDDs. I introducing Intersect and Union operations for very simple datasets.

Those RDD API Operations can be used in the same way as standard MapReduce commands for Big Data datasets.

Vytautas Bielinskas
Spark with Python. Operations Supported by Spark RDD APIAWS Machine Learning Specialty Exam - PASSED | My Experience, Practical Tests and TipsBuild and Run a Docker Container for your Machine Learning Model (Step by Step)Sankey Chart for Web Data Analytics and Visualization. Tableau  (My first Sankey diagram!)The Best Machine Learning Book I have. Review. 2020Correlation Test with p-value? Yes! | Pandas vs. ScipyRegia.lt. Web Scrapping Project  Lands and Parcel from GIS Maps. Real example.Spark with Python Course. Lesson 1. Create Parallelized Collection RDDPandas Trick. Convert Strings to Float in Pandas DataFrame (parsing data with RegEx)MongoDB with Python. How to start using NoSQLPYTHON AUTOMATION PROJECT | Grouping Your Images by Days in One Click - Python coding live streamANN for Beginners. ANN for Univariate MultiLayer Perception Model. MLP Example in Python
Data Science Garage |

Spark with Python. Operations Supported by Spark RDD API

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER