File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Chapter 8
2
2
The program covers page rank and rank product algorithms using group by key and combine by key.
3
3
4
- * ###Page Rank:
4
+ * ### Page Rank:
5
5
* ` org.data.algorithms.spark.ch08.PageRank ` (Spark program)
6
6
* ` ./run_spark_applications_scripts/page_rank.sh ` (shell script to call Spark Application)
7
7
8
- * ###Rank Product using Combine By Key:
8
+ * ### Rank Product using Combine By Key:
9
9
* ` org.data.algorithms.spark.ch08.RankProductUsingCombineByKey ` (Spark program)
10
10
* ` ./run_spark_applications_scripts/rank_product_using_combine_by_key.sh ` (shell script to call Spark Application)
11
11
12
- * ###Rank Product using Group By Key:
12
+ * ### Rank Product using Group By Key:
13
13
* ` org.data.algorithms.spark.ch08.RankProductUsingGroupByKey ` (Spark program)
14
14
* ` ./run_spark_applications_scripts/rank_product_using_group_by_key.sh ` (shell script to call Spark Application)
You can’t perform that action at this time.
0 commit comments