top of page
BlogPageTop

Trending

Installing Spark on Windows (pyspark)

Updated: Nov 18, 2022

Prerequisite: Follow these steps to install Apache Spark on windows machine.


Now-a-days Python is used by many applications. So it is quite possible that Python is already available on your machine. To check, just run this command on your command prompt.


C:\Users\rajar> python --version

'python' is not recognized as an internal or external command,

operable program or batch file.


If Python is present on your computer, command will output the Python version like this.


Python x.x.x


Check if Java is properly installed, just run java -version and you should be able to see Java version running on your computer.


 

Download & Install Python


Go to Python download page and download the latest version (don't download Python 2).



Download 64 bit or 32 bit installer depending upon your system configuration.



Double click on the downloaded executable file.


Don't forget to check the box - Add Python 3.7 to PATH , then click Install now. Thats all, it will take couple of minutes to complete the installation.


Now test it, run previous command again and you should be able to see Python version this time.


C:\Users\rajar> python --version


Python 3.7.4

 

Run pyspark


Now, run the command pyspark and you should be able to see the Spark version.


If you have any question please mention in comments section below and I will help you out with installation process. Thank you.




Navigation menu

1. Apache Spark and Scala Installation

2. Getting Familiar with Scala IDE

3. Spark data structure basics

4. Spark Shell

5. Reading data files in Spark

6. Writing data files in Spark

7. Spark streaming

ADVERTISEMENT

Want to share your thoughts about this blog?

Disclaimer: Please note that the information provided on this website is for general informational purposes only and should not be taken as legal advice. Dataneb is a platform for individuals to share their personal experiences with visa and immigration processes, and their views and opinions may not necessarily reflect those of the website owners or administrators. While we strive to keep the information up-to-date and accurate, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk. We strongly advise that you consult with a qualified immigration attorney or official government agencies for any specific questions or concerns related to your individual situation. We are not responsible for any losses, damages, or legal disputes arising from the use of information provided on this website. By using this website, you acknowledge and agree to the above disclaimer and Google's Terms of Use (https://policies.google.com/terms) and Privacy Policy (https://policies.google.com/privacy).

RECOMMENDED FROM DATANEB

Struggle2.png

J1 Visa Program USA: The Ultimate Guide

This J1 visa guide provides valuable information for J1 students.

Mar 4, 2024

bottom of page