Setting Up Spark Development Environment on IntelliJ IDE

Here are the Steps which can be followed to Setup Spark Development environment on IntelliJ IDEA IDE 
  
Pre-requisites:

Setup Procedure:

  • Create New Project by File >> New Project >> And Choose "Python Project"
  • If you are not seeing "Python" as an option, try to install plugin by Clicking "More Via Plugins" on bottom left and search for "Python"


  • Creating the project with above said procedure will automatically create Project Structure as below



  • Open Terminal from the IDE (Bottom left Icon) and Activate the Virtual environment
  • Install pyspark package from the requirements.txt file

  • Once necessary packages installed, run "deactivate" on the same terminal
  • Create new Python File under the root of project





Comments

Popular posts from this blog

Querying MapR DB tables from Drill

OpenSSL Certificate creations

HTTP Fs Installation