savanna db create
when intalling savanna, I found some problem to create the savanna database
in version 0.1 the db is created by
savanna--manage --config-file /etc/savanna/savanna.conf reset-db --with-gen-templates
it can scussefu created the db. it can also give some exist node-templetes in the hadoop.
but in the newer version, we use
savanna-db-manage --config-file /etc/savanna/savanna.conf revision -m "description of revision" --autogenerate
to create the database and find something may wrong.
- there are no exist node-templetes in the new database 2 I can create the node-templetes through the horizon
So I want to known how should I use the savanna-db-manage to create the new db for savanna ?
thanks