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;

Reply via email to