Changes between Version 6 and Version 7 of NTUOSS160412/Lab1


Ignore:
Timestamp:
Apr 11, 2016, 3:59:16 PM (8 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NTUOSS160412/Lab1

    v6 v7  
    1919 * 在 Terminal 中輸入以下指令
    2020{{{
    21 ~$ sudo apt-get -y install git wget
     21~$ sudo sed -i 's/^# deb/#deb/g' /etc/apt/sources.list
     22~$ sudo apt-get update
     23~$ sudo apt-get -y install git wget ant
    2224~$ git clone https://github.com/jazzwang/hadoop_labs.git
    2325}}}