This section will show you how to setup environment. Setting up Hadoop, Spark, Java, etc. for a learning can be time consuming and tedious. In order to simplify this, we provide several different approaches.
We provide two simple approaches for environment setup, the 1st one is preferred.
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.If you wish, you can also just using git in docker, which was already installed.
In order to get the latest sample source code, scripts for environment setup, you will need to install Git, a version control software.
Git for Windows
, instead of Github for Windows
because you will rely heavily on Git Bash
terminal. Make sure to install with Checkout as-is, commit as-is, otherwise you will run into errors for vagrant. If you have already installed git but wish to set autocrlf to false, type: git config --global core.autocrlf false
, and then re-clone the git repository.git clone https://bitbucket.org/realsunlab/bigdata-bootcamp.git
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.
You can find a copy from '/bootcamp' in docker.
You can also download sample code, data etc. to your host machine from our bitbucket repository by issuing below command in a Terminal