Changes between Version 7 and Version 8 of jazz/12-10-04
- Timestamp:
- Oct 4, 2012, 10:36:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/12-10-04
v7 v8 49 49 jazz@precise:~/thrift-0.8.0$ sudo apt-get -y libapache2-mod-php5 50 50 }}} 51 6. 編譯 HBase 的 Thrift PHP 介面 52 {{{ 53 jazz@precise:~/thrift-0.8.0$ cp -r /opt/hbase/src/main/resources/org/apache/hadoop/hbase/thrift hbase_thrift_src 54 jazz@precise:~/thrift-0.8.0$ cd hbase_thrift_src/ 55 jazz@precise:~/thrift-0.8.0/hbase_thrift_src$ thrift --gen php Hbase.thrift 56 }}}