Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6e04ceb

Browse files
updated site
1 parent 5c91253 commit 6e04ceb

File tree

1 file changed

+39
-19
lines changed

1 file changed

+39
-19
lines changed

‎README.md‎

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Original Creator of Apache Spark <br>
5454

5555
-------
5656

57-
5857
## [Github Chapter Solutions](./code/)
5958

6059
* This GitHub repository will host all source code and scripts for
@@ -77,28 +76,49 @@ Original Creator of Apache Spark <br>
7776

7877
## Table of Contents
7978

80-
| Chapter | Title |
81-
|-----------------------|------------------|
82-
| Glossary | [Glossary of big data, MapReduce, Spark](https://github.com/mahmoudparsian/big-data-mapreduce-course/blob/master/slides/glossary/glossary_of_big_data_and_mapreduce.md) |
83-
| Bonus <br> Chapters | <ul><li>[Word Count by RDD and DataFrame](./code/bonus_chapters/wordcount/python/README.md)</li><li>[Tutorials: RDDs and DataFrames](./code/bonus_chapters/)</li><li>[Top-N, UDF, Partitioning, TF-IDF, ...](./code/bonus_chapters/)</li><li>[Correlation, K-mers, anagrams, ...](./code/bonus_chapters/)</li><li>[Monoid: Design Principle](./wiki-spark/docs/monoid/README.md)</li></ul> |
84-
| Chapter 1 | [Introduction to Data Algorithms](./code/chap01/) |
85-
| Chapter 2 | [Transformations in Action](./code/chap02/) |
86-
| Chapter 3 | [Mapper Transformations](./code/chap03/) |
87-
| Chapter 4 | [Reductions in Spark](./code/chap04/) |
88-
| Chapter 5 | [Partitioning Data](./code/chap05/) |
89-
| Chapter 6 | [Graph Algorithms](./code/chap06/) |
90-
| Chapter 7 | [Interacting with External Data Sources](./code/chap07/) |
91-
| Chapter 8 | [Ranking Algorithms](./code/chap08/) |
92-
| Chapter 9 | [Fundamental Data Design Patterns](./code/chap09/) |
93-
| Chapter 10 | [Common Data Design Patterns](./code/chap10/) |
94-
| Chapter 11 | [Join Design Patterns](./code/chap11/) |
95-
| Chapter 12 | [Feature Engineering in PySpark](./code/chap12/) |
79+
| Chapter | Title |
80+
|--------------|------------------|
81+
| Glossary | [Glossary of Big Data, MapReduce, Spark](https://github.com/mahmoudparsian/big-data-mapreduce-course/blob/master/slides/glossary/glossary_of_big_data_and_mapreduce.md)
82+
| Chapter 1 | [Introduction to Data Algorithms](./code/chap01/) |
83+
| Chapter 2 | [Transformations in Action](./code/chap02/) |
84+
| Chapter 3 | [Mapper Transformations](./code/chap03/) |
85+
| Chapter 4 | [Reductions in Spark](./code/chap04/) |
86+
| Chapter 5 | [Partitioning Data](./code/chap05/) |
87+
| Chapter 6 | [Graph Algorithms](./code/chap06/) |
88+
| Chapter 7 | [Interacting with External Data Sources](./code/chap07/) |
89+
| Chapter 8 | [Ranking Algorithms](./code/chap08/) |
90+
| Chapter 9 | [Fundamental Data Design Patterns](./code/chap09/) |
91+
| Chapter 10 | [Common Data Design Patterns](./code/chap10/) |
92+
| Chapter 11 | [Join Design Patterns](./code/chap11/) |
93+
| Chapter 12 | [Feature Engineering in PySpark](./code/chap12/) |
9694

9795

98-
-----
96+
--------
9997

98+
## Bonus Chapters
99+
100+
101+
| Bonus Chapter | Title / Description |
102+
|-----------------------------------|----------------------|
103+
| Glossary | [Glossary of big data, MapReduce, Spark](https://github.com/mahmoudparsian/big-data-mapreduce-course/blob/master/slides/glossary/glossary_of_big_data_and_mapreduce.md) |
104+
| Word Count | [Solutions for Word Count using RDDs and DataFrames](./code/bonus_chapters/wordcount/) |
105+
| Anagrams | [Find words, which are anagrams](./code/bonus_chapters/anagrams/) |
106+
| Lambda Expressions | [Using Lambda Expressions in PySpark programs](./code/bonus_chapters/lambda_expressions/) |
107+
| TF-IDF | [Term Frequency - Inverse Document Frequency](./code/bonus_chapters/TF-IDF/) |
108+
| K-mers | [K-mers for DNA Sequences](./code/bonus_chapters/k-mers/) |
109+
| Correlation | [All vs. All Correlation](./code/bonus_chapters/correlation/) |
110+
| Mapping Partitions | [`mapPartitions()` Complete Example](./code/bonus_chapters/mappartitions/) |
111+
| UDF | [User-Defined Function Examples](./code/bonus_chapters/UDF/) |
112+
| DataFrames Transformations | [Examples on Creation and Transformation of DataFrames](./code/bonus_chapters/dataframes/) |
113+
| DataFrames Tutorials | [DataFrames Tutorials: from collections and CSV text files](./code/bonus_chapters/dataframes/) |
114+
| Join Operations | [Examples on join of RDDs and DataFrames](./code/bonus_chapters/join/)|
115+
| PySpark Tutorial 101 | [Examples on using PySpark RDDs and DataFrames](./code/bonus_chapters/pyspark_tutorial/) |
116+
| Physical Data Partitioning | [Tutorial of Physical Data Partitioning](./code/bonus_chapters/physical_partitioning/README.md) |
117+
| Monoids and Combiners | [Monoid as a Design Principle](https://github.com/mahmoudparsian/data-algorithms-with-spark/blob/master/wiki-spark/docs/monoid/README.md) |
100118

101-
<a href="https://www.oreilly.com/library/view/data-algorithms-with/9781492082378/">
119+
-------
120+
121+
<a href="https://www.oreilly.com/library/view/data-algorithms-with/9781492082378">
102122
<img
103123
alt="Data Algorithms with Spark"
104124
src="images/data_algorithms_with_spark_knowledge_is_power.jpeg"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /