Go to the source code of this file.
Variables | |
| $GLOBALS ['THRIFT_ROOT'] ='Hypertable' | |
| Load Hypertable. More... | |
| $application | |
| $application |
| $GLOBALS['THRIFT_ROOT'] ='Hypertable' |
Load Hypertable.
The THRIFT_ROOT specifies the directory with the Hypertable Thrift client. THRIFT_ROOT can be an absolute path or relative to any directory in your include path. In our case the client is in 'library/Hypertable', and 'library' is in the include path.
If you do not set THRIFT_ROOT then the client will follow a heuristic approach to find the libraries. It is recommended to set THRIFT_ROOT.
1.8.8