wiki:waue/2011/0708

Version 1 (modified by waue, 13 years ago) (diff)

--

cd /opt/cassandra-0.8.1-src
ant
cd examples/hadoop_word_count/
ant
chmod -R 755 bin
bin/word_count_setup
bin/word_count


$ bin/cassandra-cli
> connect localhost/9160;
> use wordcount;
> list output_words;