Spark Getting started - Develop using eclipse locally
This article will help you to jump start on spark development on your PC or laptop (Windows) without having a fully functional Hadoop cluster installed. I use a 8 GB RAM , 128 GB storage, Windows 10 machine. These days I try to isolate development in various environments using Docker containers or Bluemix containers. Still sometimes I fall back to method of developing stuff on my local machine before deploying the code to cluster. This blog covers Setting up spark and eclipse as IDE for local development with bare minimal prerequisites. While I am writing this, Spark 1.5.1 is available and I am using the same. Follow below instructions to set up spark on your machine. Hadoop Installation on windows 1. Assuming your OS is windows, download and install Hadoop on windows. This may not be a fully functional Hadoop cluster but we are worried only about some libraries which spark will need later. Download Hadoop-2.6.0.tar.gz . 2. You dont need to install , all you...