Skip to content
Anil Shanbhag edited this page Jul 15, 2015 · 3 revisions

Gradle Setup

  • Make sure you have homebrew installed.
  • Do brew install gradle to install gradle.
  • In Eclipse, go to Help > Install New Software. Use http://dist.springsource.com/release/TOOLS/update/e4.5/ as release site link. Install Eclipse integration common and Eclipse integration for Gradle.

Hadoop Setup

Spark Setup

Zookeeper Setup

Run All

  • Once you have setup the above 3 systems, edit scripts/config.sh to update path to the respective installations.
  • Run start-all.sh to start all systems.
  • Run stop-all.sh to stop all systems.
Clone this wiki locally