Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-1005

cassandra-cli doesn't work with system allowed column family names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.6.2
    • None
    • Windows XP 32 bit

    • Low

    Description

      Given the following definitions for columns:

      <Keyspaces>

      <Keyspace Name="NGram">

      <KeysCachedFraction>0.01</KeysCachedFraction>

      <ColumnFamily CompareWith="UTF8Type" Name="1GramR"/>

      <ColumnFamily CompareWith="UTF8Type" Name="1GramL"/>

      </Keyspaces>

      The appropriate keyspaces are created an persisteted on startup. When executing a query or a set operation in the cassandra-cli, you end up with the following error:

      ******************************************************

      cassandra> get NGram.1GramR['hte']

      line 1:10 extraneous input '1' expecting Identifier

      No such column family: GramR

      ******************************************************

      Following the syntax of the grammer we can see the following:

      setStmt
      : K_SET columnFamilyExpr '=' value -> ^(NODE_THRIFT_SET columnFamilyExpr value)
      ;

      ...

      columnFamilyExpr
      : table DOT columnFamily '[' rowKey ']'
      ( '[' a+=columnOrSuperColumn ']'
      ('[' a+=columnOrSuperColumn ']')?
      )?
      -> ^(NODE_COLUMN_ACCESS table columnFamily rowKey ($a+)?)
      ;
      ...

      // syntactic Elements
      Identifier
      : Letter ( Alnum | '_' )*
      ;

      There is a mismatch on what is appropriate values for this in the system. So either the restriction needs to be lifted in the cli, or the system must have a way of honoring the names.

      Attachments

        1. 0001-support-all-legal-keyspace-and-column-names-in-cli.patch
          1 kB
          Eric Evans
        2. cli.sh
          0.5 kB
          Eric Evans

        Activity

          People

            urandom Eric Evans
            kingjamm James Mello
            Eric Evans
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: