|
@@ -14,7 +14,7 @@ Anca Vamanu
|
|
|
|
|
|
<[email protected]>
|
|
<[email protected]>
|
|
|
|
|
|
- Copyright © 2012 1&1 Internet AG
|
|
|
|
|
|
+ Copyright © 2012 1&1 Internet AG
|
|
__________________________________________________________________
|
|
__________________________________________________________________
|
|
|
|
|
|
Table of Contents
|
|
Table of Contents
|
|
@@ -101,8 +101,8 @@ Chapter 1. Admin Guide
|
|
the table. The comparator and validators should be either UTF8Type or
|
|
the table. The comparator and validators should be either UTF8Type or
|
|
ASCIIType. Example:
|
|
ASCIIType. Example:
|
|
...
|
|
...
|
|
- create keyspace openser;
|
|
|
|
- use openser;
|
|
|
|
|
|
+ create keyspace kamailio;
|
|
|
|
+ use kamailio;
|
|
create column family 'location' with comparator='UTF8Type' and
|
|
create column family 'location' with comparator='UTF8Type' and
|
|
default_validation_class='UTF8Type' and key_validation_class='UTF8Type';
|
|
default_validation_class='UTF8Type' and key_validation_class='UTF8Type';
|
|
...
|
|
...
|