Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(post): why use Spark's post began #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/post/why-use-spark/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions content/post/why-use-spark/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
title = "Why use Spark?"

date = 2020-06-08T21:00:00
draft = false

authors = ["Gabriel Teotonio"]

tags = ["spark", "hadoop"]

summary = ""

# Projects (optional).
# Associate this post with one or more of your projects.
# Otherwise, set `projects = []`.


# Featured image
# To use, add an image named `featured.jpg/png` to your project's folder.
[image]
# Caption (optional)
caption = ""

# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = ""

# Show image only in page previews?
preview_only = false

+++

When I started my professional career as a Data Scientist two years ago, the first challenge introduced was be able to deal with large data sets in a cloud platform. Among many tooling frameworks to get started by the time, [Spark](https://spark.apache.org/) played a big role and there are many reasons for that. Spark is considered as a *unified analytics engine for large-scale data processing* and its generality combining SQL, streaming, and complex analytics brings up this popularity.
In the end of last year, the book [_Mastering Spark with R_](https://therinspark.com/) was realesed and as a R user I got engaged to understand more about sparklyr package environment and the union of Spark and R. With this in mind I will write a series of posts summarizing the learning and topics covered in the book.
![Mastering Spark with R](gallery/therinspark.jpg =150x100)
To understand more about how Spark became reference in the big data scenario it's good to see the history behind.