-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cassandra bootstrap not mentioned in README #281
Comments
There is probably another error... If the "Tatami" keyspace does not exist at startup, the Tatami webapp will automatically create it with the correct column families. That's why I am not talking about the install.cql in the README file, as you don't have to use it. |
Ok. I see. I was running om Maven 3, with JDK 7. [INFO] +- org.apache.cassandra:cassandra-all:jar:1.1.8:compile Confirmed it by installing JDK 6. There is however an issue with the keyspace. |
OK, so this is a Mac OS/JDK/Cassandra bug. I'll put a word about this in the README and reference this bug in my commit. By the way, Datastax recommends JDK 1.6 for Cassandra. If you have already created your keyspace earlier, and are upgrading to a newer version, then indeed you need to create the new column families using the CQL file. And this is not clearly documented at the moment. Next time I have a stable version I will take this into account :
|
The bootstrap of Cassandra data from src/main/cql/install.cql needed to run the application is not mentioned in README.
This causes the application to fail on first user registration, since expected colum families are not present in Cassandra.
The text was updated successfully, but these errors were encountered: