-
ScalaIDE for Eclipse is needed
- Download from http://scala-ide.org/download/sdk.html
- For Projects imported into Eclipse set the Scala version to 2.10.6 under Project/Properties/Scala Compiler
-
Maven
-
Git (Nice to have)
-
Tutorial code & data
- Download or
git clone
the from https://github.com/jayantshekhar/strata-2016 (You are here!!)
- Download or
-
Build with 'mvn package'
-
Import into ScalaIDE for Eclipse as a maven project
-
Ensure to set the Scala version for the project in the IDE to be 2.10.6. Without it, you would run into compiler issues.
If you don't have a local Hadoop installation, you have to set the variable HADOOP_CONF Otherwise you will get an error "... Exception: Could not locate executable null\bin\winutils.exe in the Hadoop ..."
If you don't have a local Hadoop installation, you have to set the variable HADOOP_CONF Otherwise you will get an error "... Exception: Could not locate executable null\bin\winutils.exe in the Hadoop ..."
Download http://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe and put it to DISK:\FOLDERS\bin\
Set the variable HADOOP_CONF=DISK:\FOLDERS