Search code examples
phphbasethriftamazon-emr

Generating PHP Thrift files on HBase Amazon EMR


I installed Apache Thrift on a running HBase (v 0.92 which is provided by default by amazon) cluster (I followed the official tutorial), but when I arrive at the point where I need to generate the required php files (thrift --gen php hbase.thrift), I can't find the hbase.thrift file anywhere.


Solution

  • You can download the Hbase.thrift file from here.