Database Reference
In-Depth Information
6a:dc:53:04:8a:52:50:9f:dd:2a:2e:99:04:86:41:f4
ec2-user@ip-10-147-171-159
The key's randomart image is:
+--[ DSA 1024]----+
|+o.oo . |
| o.. o + o |
|. +E. + .o |
| . o o |
| . . S . |
| . = + . |
| + = o |
| o . |
| |
+-----------------+
# Add public key to authorized_keys
$ cat ~/.ssh/id_dsa.pub>> ~/.ssh/authorized_keys
At this point, you should be able to add SSH to your machine by issuing ssh local-
host .
Note
You may need to install the SSH server, if you do not have it installed already. In Ubuntu,
execute the following command:
sudo apt-get install openssh-server
In RHEL variants, execute the following command:
yum install openssh-server
The first step is to download and extract Hadoop 2.x Version to a desired location:
# Download Hadoop
$ wget http://www.us.apache.org/dist/hadoop/common/
hadoop-2.6.0/hadoop-2.6.0.tar.gz
# Extract
$ tar xvzf hadoop-2.6.0.tar.gz
Search WWH ::




Custom Search