Hi,
with the following code I try to update a row
Keyspace fKeyspace = HFactory.createKeyspace(KEYSPACE, fCluster);
// Update with CQL
CqlQuery cqlQuery =
new CqlQuery(fKeyspace, fStringS, fStringS, fStringS);
cqlQuery.setQuery(
"INSERT INTO Fahrer (KEY, 'first') VALUES('fahrer1', 'Firstn
Hi,
the "Getting started" website (http://wiki.apache.org/cassandra/GettingStarted)
is out of date
-> the link to the Twissandra demo is broken
-> the new CQL is not mentioned :-)
Beside this I love cassandra!
Best
Christian