![]() |
Remote Server Mode with Rexste |
HBase can be run as a standalone database on the same local host as Titan and the end-user application. In this model, Titan and HBase communicate with one another via a
localhost
socket. Running Titan over HBase requires the following setup steps:- Download and extract a stable HBase from http://www.apache.org/dyn/closer.cgi/hbase/stable/.
- Start HBase by invoking the
start-hbase.sh
script in the bin directory inside the extracted HBase directory. To stop HBase, usestop-hbase.sh
.