Setting up Hadoop, Spark, Java, etc. for a learning can be time consuming and tedious. In order to simplify this, we provide two different approaches. This section will show you how to setup environment.
In this training, we reply heavily on terminal.
terminal
application if you have never use that before.Git Bash
application that comes with Git for Windows.In order to get the latest sample source code, scripts for environment setup, you will need to install Git, a version control software.
Download and install Git from https://git-scm.com/download/win. Please make sure you are installing this Git for Windows
, not Github for Windows
because you will rely heavily on Git Bash
terminal.
With Yosemite and higher, your OS comes preinstalled with git, so you do not need this step. Otherwise, we highly recommend you install Git through Homebrew. To do so, please
Terminal
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
Follow instructions in Download for Linux and Unix.
Please download sample code, data etc. from our bitbucket repository by issuing below command in a Terminal
We provide two simple approaches for environment setup, the 1st one is preferred.