Commit Graph

9 Commits

Author SHA1 Message Date
52277cce88 Update linux.md (#324)
corrected url, made spark versions consistent
2023-02-25 12:16:48 +01:00
7f52481821 Update linux.md (#329)
* Update linux.md

Consistent changes.

* Update linux.md

---------

Co-authored-by: Alexey Grigorev <alexeygrigorev@users.noreply.github.com>
2023-02-23 10:22:03 +01:00
2c4461668a Typo while exporting the spark path (#294)
installed spark version is 3.3.1, however, exporting the path to the bash file is with version 3.3.0, so the exporting spark version is updated to 3.3.1
Previously

```bash
export SPARK_HOME="${HOME}/spark/spark-3.3.0-bin-hadoop3"
export PATH="${SPARK_HOME}/bin:${PATH}"
```
Updated
```bash
export SPARK_HOME="${HOME}/spark/spark-3.3.1-bin-hadoop3"
export PATH="${SPARK_HOME}/bin:${PATH}"
```
2023-02-08 20:17:22 +01:00
5867e0d71f Updated Spark Version in Linux Instructions (#220) 2022-12-29 11:32:48 +01:00
518ad3f77a Updated spark version for Linux install (#211) 2022-09-20 05:51:48 +02:00
329cdaf5b3 Update linux.md (#95) 2022-02-22 19:35:36 +01:00
ac444c887e Edit linux.md (#94)
Edit JAVA_HOME and SPARK_HOME to match video example
2022-02-22 11:38:29 +01:00
bfe1e836c1 setup 2022-02-15 20:24:59 +01:00
3d10464f5a setting up spark on Windows and Linux 2022-02-15 20:23:08 +01:00