Skip to content

Commit

Permalink
Merge pull request #2 from philipai:patch-1
Browse files Browse the repository at this point in the history
Add notes about placing the Spark installer
  • Loading branch information
trajanov authored Oct 14, 2024
2 parents 8c843e6 + c00ae84 commit ef2cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installations-HowTos/How-To-Install-Spark-On-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can use the following options:
* Choose a package type: Pre-built for Hadoop 2.7<br/>
*Please note that Spark and Hadoop are regularly updated & therefore the actual versions will differ*

Create a folder 'spark' in 'C:\ProgramData' and move 'spark-2.4.4-bin-hadoop2.7.tgz' from your downloads folder to this directory.
Create a folder 'spark' in 'C:\ProgramData' 'C:\Program Files\spark', or merely C drive(C:\spark), and then move 'spark-2.4.4-bin-hadoop2.7.tgz' from your downloads folder to this directory. Note: 'ProgramData' folder is a hidden directory in Windows 11 as of Setember 2024.
Now uncompress the file using 7zip, so that you have the following directory structure:
```
Directory of C:\ProgramData\spark\spark-2.4.4-bin-hadoop2.7
Expand Down

0 comments on commit ef2cb14

Please sign in to comment.