A naïve cookbook for installing titan server package in to an Ubuntu 14.04 server. Uses the bundled Cassandra/Rexster and manages them through upstart. Bring your own Java install.
Ubuntu 14.04 is the only platform tested. Java used: "OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)"
Key | Type | Description | Default |
---|---|---|---|
[:titan][:server][:tarball][:url] | URL | path to a release zip | link to `titan-0.5.3-hadoop2.zip` |
Include titan
in your node's run_list
:
{
"run_list": [
"recipe[titan::default]"
]
}
Author:: Xavier Lange (xrlange@tureus.com)