Work Log For Studying Hadoop

  1. Install virtual machine - need to enable virtual machine technology in BIOS if we want to install 64-bit OS in VM;
  2. Installed 3 Ubuntu12.10 in virtual machine(1 master, 2 slaves);
  3. Install SSH;
  4. Install SSH client(ScureXXX) in Windows;
  5. Install NFS, which is used to share files among virtual machines;
  6. Install Samba, which is used to share docs between Linux and Window;
    Install Samba server in master and share the Samba folder by NFS(add the folder in /etc/exports), so both other slaves and hosting machine can share docs
  7. Install Java Virtual Machine in all operation system(host machine and virtual machines);
  8. Install Hadoop;
    Run example in standalone and pseudo-distributed opertion
    Configure fully-distributed operation
  9. Install Eclipse in Windows ;
  10. Install Maven;
  11. Install Maven plugin for Eclipse;
  12. Install SVN client;
  13. Install HBase;
  14. Install Hive;
  15. Install Sqoop;
  16. Install DB2

你可能感兴趣的:(Work Log For Studying Hadoop)