Skip to content

Commit 7af7324

Browse files
authored
Update README.md
updated the read me
1 parent 9a09711 commit 7af7324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/chap08/scala/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Chapter 8
22
The program covers page rank and rank product algorithms using group by key and combine by key.
33

4-
* ###Page Rank:
4+
* ### Page Rank:
55
* `org.data.algorithms.spark.ch08.PageRank` (Spark program)
66
* `./run_spark_applications_scripts/page_rank.sh` (shell script to call Spark Application)
77

8-
* ###Rank Product using Combine By Key:
8+
* ### Rank Product using Combine By Key:
99
* `org.data.algorithms.spark.ch08.RankProductUsingCombineByKey` (Spark program)
1010
* `./run_spark_applications_scripts/rank_product_using_combine_by_key.sh` (shell script to call Spark Application)
1111

12-
* ###Rank Product using Group By Key:
12+
* ### Rank Product using Group By Key:
1313
* `org.data.algorithms.spark.ch08.RankProductUsingGroupByKey` (Spark program)
1414
* `./run_spark_applications_scripts/rank_product_using_group_by_key.sh` (shell script to call Spark Application)

0 commit comments

Comments
 (0)