You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by xe...@apache.org on 2012/02/29 19:29:22 UTC

[4/4] git commit: add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980

add CompositeType ref to the CLI doc for create/update column family
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ebafaeba
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ebafaeba
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ebafaeba

Branch: refs/heads/trunk
Commit: ebafaeba3496769e18dc76ca7a7efde450d9e81b
Parents: 24a7080
Author: Pavel Yaskevich <xe...@apache.org>
Authored: Wed Feb 29 21:08:32 2012 +0300
Committer: Pavel Yaskevich <xe...@apache.org>
Committed: Wed Feb 29 21:20:10 2012 +0300

----------------------------------------------------------------------
 CHANGES.txt                                        |    1 +
 .../org/apache/cassandra/cli/CliHelp.yaml          |   12 ++++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ebafaeba/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index cb6c255..442674e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,7 @@
  * always compact away deleted hints immediately after handoff (CASSANDRA-3955)
  * delete hints from dropped ColumnFamilies on handoff instead of
    erroring out (CASSANDRA-3975)
+ * add CompositeType ref to the CLI doc for create/update column family (CASSANDRA-3980)
 
 
 1.0.8

http://git-wip-us.apache.org/repos/asf/cassandra/blob/ebafaeba/src/resources/org/apache/cassandra/cli/CliHelp.yaml
----------------------------------------------------------------------
diff --git a/src/resources/org/apache/cassandra/cli/CliHelp.yaml b/src/resources/org/apache/cassandra/cli/CliHelp.yaml
index c3bd3f3..58c462b 100644
--- a/src/resources/org/apache/cassandra/cli/CliHelp.yaml
+++ b/src/resources/org/apache/cassandra/cli/CliHelp.yaml
@@ -366,6 +366,8 @@ commands:
                 - LexicalUUIDType
                 - LongType
                 - UTF8Type
+                - CompositeType (should be used with sub-types specified e.g. 'CompositeType(UTF8Type, Int32Type)'
+                  quotes are important (!) in this case)
 
               It is also valid to specify the fully-qualified class name to a class
               that extends org.apache.Cassandra.db.marshal.AbstractType.
@@ -408,6 +410,8 @@ commands:
             - LexicalUUIDType
             - LongType
             - UTF8Type
+            - CompositeType (should be used with sub-types specified e.g. 'CompositeType(UTF8Type, Int32Type)'
+              quotes are important (!) in this case)
 
           It is also valid to specify the fully-qualified class name to a class that
           extends org.apache.Cassandra.db.marshal.AbstractType.
@@ -425,6 +429,8 @@ commands:
             - LexicalUUIDType
             - LongType
             - UTF8Type
+            - CompositeType (should be used with sub-types specified e.g. 'CompositeType(UTF8Type, Int32Type)'
+              quotes are important (!) in this case)
 
           It is also valid to specify the fully-qualified class name to a class that
           extends org.apache.Cassandra.db.marshal.AbstractType.
@@ -626,6 +632,8 @@ commands:
                 - LexicalUUIDType
                 - LongType
                 - UTF8Type
+                - CompositeType (should be used with sub-types specified e.g. 'CompositeType(UTF8Type, Int32Type)'
+                  quotes are important (!) in this case)
 
               It is also valid to specify the fully-qualified class name to a class
               that extends org.apache.Cassandra.db.marshal.AbstractType.
@@ -672,6 +680,8 @@ commands:
             - LexicalUUIDType
             - LongType
             - UTF8Type
+            - CompositeType (should be used with sub-types specified e.g. 'CompositeType(UTF8Type, Int32Type)'
+              quotes are important (!) in this case)
 
           It is also valid to specify the fully-qualified class name to a class that
           extends org.apache.Cassandra.db.marshal.AbstractType.
@@ -689,6 +699,8 @@ commands:
             - LexicalUUIDType
             - LongType
             - UTF8Type
+            - CompositeType (should be used with sub-types specified e.g. 'CompositeType(UTF8Type, Int32Type)'
+              quotes are important (!) in this case)
 
           It is also valid to specify the fully-qualified class name to a class that
           extends org.apache.Cassandra.db.marshal.AbstractType.