It's been a while to learn Hadoop. Recently just relatively busy, some of the hadoop things to do some summary and record ~ Hope to help some of the first into the Hadoop children's shoes. The gods, please consciously bypass it ~ after all, I am still a small technical slag ^_^ ok~ don't rip, start from the beginning
Preparation notes:
1, VMware Virtual machine (is a virtual machine on the line, here is only VMware for example)
2, Linux system. (I use Ubuntu, others will record later)
3. Jdk-6u34-linux-i586.bin (Java installation package under Linux)
4. hadoop-2.4.1.tar.gz (Hadoop installation package under Linux)
If you cannot find a download, provide a download link for your personal web drive:
Http://yunpan.cn/cywy8xEc8wGau Extraction Code 4501
------------------------------------
When you're ready to do your homework, let's get started!
1, install VMware, will not say
2, using Ubuntu image files to install Ubuntu system, the specific people should be
Open vmware→ file → new virtual machine → typical → find the location of the Ubuntu image file, next step ... Just fine.
3. Installing VMware Tools
Explain why you should install VMware Tools.
VMware Tools is an enhanced tool that comes with VMware virtual machines, equivalent to the enhancements in VirtualBox (if used with the VirtualBox virtual machine), only VMware Tools is installed to enable file sharing between host and virtual machines. It also supports the function of free dragging and dragging.
VMware Tools Installation Steps:
1. Start and enter the Linux system
2. Virtual machine-install VMware Tools
or right-click the virtual machine
The VMware Tools files are then mapped to the CD-ROM
3, copy the vmwaretools-9.6.2-1688356.tar.gz file to the desktop one copy
Right Button--"Extract here
or use the command:
# TAR-ZXVF Vmwaretools-9.6.2-1688356.tar.gz
And then
CD Vmware-tools-distrib
sudo./vmware-install.pl
(sudo: Assign permissions to install, default permissions are user permissions instead of root)
In the installation, you can return
Preparing for Hadoop Big Data/environment installation