Skip to content

Commit 64bd47d

Browse files
Work in progress
1 parent a93750f commit 64bd47d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* [Pregel](#pregel)
1818
- [Setup](#setup)
1919
* [Mac](#mac)
20+
* [Linux](#linux)
21+
- [Setup](#setup)
2022
---
2123

2224
<a id="introduction" />
@@ -56,7 +58,7 @@ Before starting, you may need to setup your machine first. Please follow the bel
5658

5759
##### 2.1. Mac
5860

59-
We have created a setup script which will setup brew, apache-spark and conda enviornment. If you are on Mac machine, you can run the following commands:
61+
We have created a setup script which will setup brew, apache-spark, maven and conda enviornment. If you are on Mac machine, you can run the following commands:
6062

6163
```bash
6264
git clone https://github.com/mohammadzainabbas/SDM-Lab-2.git
@@ -67,7 +69,7 @@ cd SDM-Lab-2 && sh scripts/setup.sh
6769

6870
##### 2.2. Linux
6971

70-
If you are on Linux, you need to install [Apache Spark](https://spark.apache.org) by yourself. You can follow this [helpful guide](https://computingforgeeks.com/how-to-install-apache-spark-on-ubuntu-debian/) to install `apache spark`.
72+
If you are on Linux, you need to install [Apache Spark](https://spark.apache.org) by yourself. You can follow this [helpful guide](https://computingforgeeks.com/how-to-install-apache-spark-on-ubuntu-debian/) to install `apache spark`. You can install maven via this [guide](https://maven.apache.org/install.html).
7173

7274
We also recommend you to install _conda_ on your machine. You can setup conda from [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html)
7375

@@ -110,3 +112,6 @@ echo "export PYSPARK_DRIVER_PYTHON_OPTS=''" >> ~/.zshrc
110112
. ~/.zshrc
111113

112114
```
115+
116+
---
117+

0 commit comments

Comments
 (0)