Changes between Initial Version and Version 1 of jazz/12-10-04


Ignore:
Timestamp:
Oct 4, 2012, 6:12:01 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/12-10-04

    v1 v1  
     1= 2012-10-04 =
     2
     3== Hadoop + HBase + Thrift ==
     4
     5 1. 建立 Ubuntu 12.04 Server 環境
     6    * 下載 ISO : http://free.nchc.org.tw/ubuntu-cd/precise/ubuntu-12.04.1-server-i386.iso
     7    * 註:我先試用 32 位元環境。
     8 2. 建立 Hadoop 1.0.3 環境
     9{{{
     10~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hadoop-1.0.3-precise
     11~$ chmod a+x install-hadoop-1.0.3-precise
     12~$ ./install-hadoop-1.0.3-precise
     13}}}
     14 3. 建立 HBase 0.94.1 環境
     15{{{
     16~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hbase-0.94.1-precise
     17~$ chmod a+x install-hbase-0.94.1-precise
     18~$ ./install-hbase-0.94.1-precise
     19}}}