Changes between Initial Version and Version 1 of waue/2011/0708


Ignore:
Timestamp:
Jul 7, 2011, 6:24:35 PM (13 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2011/0708

    v1 v1  
     1
     2{{{
     3cd /opt/cassandra-0.8.1-src
     4ant
     5cd examples/hadoop_word_count/
     6ant
     7chmod -R 755 bin
     8bin/word_count_setup
     9bin/word_count
     10
     11
     12$ bin/cassandra-cli
     13> connect localhost/9160;
     14> use wordcount;
     15> list output_words;
     16}}}