Posts

Showing posts with the label scala

Setting Up Eclipse to run Spark using Scala

Image
All the steps given below is written based on the Mac version of Eclipse. As of this blog, following are the versions that I am using : Platform :   MacOS OS          : 10.12.5 (MacOS Sierra) Eclipse   :   Mars.2 Release (4.5.2) Eclipse Java EE IDE for Web Developers. Disclaimer : I am not talking about any best practice here. This blog is just to get your Eclipse ready to work with Spark with Scala. 1. Install Eclipse 2. Install Scala IDE.     - Go to Help -> Eclipse Marketplace     - Search for "Scala IDE" and install the "Scala IDE <version>"     - After successful installation, you should see it being listed under 'Installed' tab. 3. Change the perspective to "Scala" 4. Create a new Scala Project and provide a name     File -> New ->  Scala Project 5. Create a new Scala Object under the above project and provide a name.   Right click the package...