From Mastering Large Datasets by JT Wolohan
This article explores using the map function creatively in a data project.
From Spark in Action, Second Edition by Jean George Perrin
From Spark in Action, 2nd Ed. by Jean Georges Perrin
This is the last in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a TXT file.
By Jean Georges Perrin
This is the third in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a XML file.
By Jean Georges Perrin This is the second in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a JSON file.
From Spark in Action, 2nd Ed. by Jean Georges Perrin
This is the first in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting data from CSV.
From Spark with Java by Jean Georges Perrin
In this article, you’ll learn what a dataframe is, how it’s organized, and about immutability.