You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/17 17:07:55 UTC

[Cassandra Wiki] Update of "MavenPlugin" by bhamail

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "MavenPlugin" page has been changed by bhamail:
https://wiki.apache.org/cassandra/MavenPlugin?action=diff&rev1=5&rev2=6

Comment:
fix typos in load.script example

      and then using your favourite editor, create a file called {{{load.script}}} in the {{{webapp/src/cassandra/cli}}} directory.
  
      {{{
- reate keyspace TestKeyspace
+ create keyspace WebappKeyspace
      with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy'
      and strategy_options = {replication_factor:1};
  use WebappKeyspace;