Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 903 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 903 Bytes

Dev Environment Setup

We will be using the following :

  • VirtualBox
  • Hortonworks Sandbox

Virtual Box

Hortonworks Sandbox

Accessing Sandbox

  • In the web browser go to : http://127.0.0.1:8888
  • And follow the instructions
  • From ssh client try the following
    • hostname : 127.0.0.1
    • port : 2222
    • user : root
    • password : (default is hadoop)
  • If you are using command line ssh client you can do the following:
    $     ssh  -l  root   -p 2222   127.0.0.1

Cloning Repository

Here is how to get the working files.

    $   cd
    $   git clone https://github.com/elephantscale/hadoop-spark