wiki:jazz/12-10-04

Version 1 (modified by jazz, 12 years ago) (diff)

--

2012-10-04

Hadoop + HBase + Thrift

  1. 建立 Ubuntu 12.04 Server 環境
  2. 建立 Hadoop 1.0.3 環境
    ~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hadoop-1.0.3-precise
    ~$ chmod a+x install-hadoop-1.0.3-precise
    ~$ ./install-hadoop-1.0.3-precise
    
  3. 建立 HBase 0.94.1 環境
    ~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hbase-0.94.1-precise
    ~$ chmod a+x install-hbase-0.94.1-precise
    ~$ ./install-hbase-0.94.1-precise