Hi everyone!
I'm new user of Cassandra (I'm using Cassandra 0.8.6)
and I created CF by command:
create column family People with comparator=UTF8Type and
default_validation_class=UTF8Type;
and then I inserted some values like:
set People[wking][name]='ala';
set People[wking][sname]='sala';
set
thanks a lot for help! I don't know what exactly was wrong (because I deleted
everything including java and started from the very beginning) but now
everything seems to work perfectly and I'm doing first stepes with Cassandra.
By the way...
Maybe do you have some useful advices (or you know some
ve got:
listen_address: localhost
rpc_address: localhost
rpc_port: 9160
rpc_keepalive: true
(it might be a clue what is wrong) when I type "cassandra" on
the terminal I get this:
julio@julio-System-Product-Name:~$ log4j:ERROR setFile
(null,true)
call failed.
java.io.FileNotFoundEx