Open a terminal (using Putty
or MobaXterm
on Windows) and enter the following to log in to the LHM-VM as user “hands-on” (password=“minimal”)
ssh hands-on@127.0.0.1 -p 2222
Once you are logged in to the LHM-VM, you should see the following prompt string:
[hands-on@localhost ~]$
The [hands-on@localhost ~]
will not be shown in the rest of the class documentation. A $
will indicate the prompt string for input.
To download the Hands-on Introduction to Apache Hadoop and Spark Programming class notes into the LHM-VM, pull down and extract the course files (from inside the LHM-VM) as shown below:
$ wget --no-check-certificate https://www.clustermonkey.net/download/Hands-on_Hadoop_Spark/Bash-Programming-Quick-start-v1.tgz $ tar xvzf Bash-Programming-Quick-start-v1.tgz
These steps will be performed as part of the class.