Changes between Version 3 and Version 4 of jazz/12-10-04


Ignore:
Timestamp:
Oct 4, 2012, 8:27:50 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v3 v4  
    2626jazz@precise:~$ ./install-hbase-0.94.1-precise
    2727}}}
     28 4. 下載 Thrift 0.8
     29{{{
     30jazz@precise:~$ sudo apt-get install make libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
     31jazz@precise:~$ wget https://dist.apache.org/repos/dist/release/thrift/0.8.0/thrift-0.8.0.tar.gz
     32jazz@precise:~$ tar zxvf thrift-0.8.0.tar.gz
     33jazz@precise:~$ cd thrift-0.8.0/
     34jazz@precise:~/thrift-0.8.0$ ./configure
     35jazz@precise:~/thrift-0.8.0$ make
     36}}}