Changes between Version 7 and Version 8 of jazz/12-10-04


Ignore:
Timestamp:
Oct 4, 2012, 10:36:29 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v7 v8  
    4949jazz@precise:~/thrift-0.8.0$ sudo apt-get -y libapache2-mod-php5
    5050}}}
     51 6. 編譯 HBase 的 Thrift PHP 介面
     52{{{
     53jazz@precise:~/thrift-0.8.0$ cp -r /opt/hbase/src/main/resources/org/apache/hadoop/hbase/thrift hbase_thrift_src
     54jazz@precise:~/thrift-0.8.0$ cd hbase_thrift_src/
     55jazz@precise:~/thrift-0.8.0/hbase_thrift_src$ thrift --gen php Hbase.thrift
     56}}}