[ 
https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037220#comment-13037220
 ] 

Aaron Morton commented on CASSANDRA-2268:
-----------------------------------------

Started working on this and discovered that the o.a.c.cql.jdbc.ColumnDecoder 
uses CFMetaData (line 61) which results in the DatabaseDescriptor been used 
which requires access to cassandra.yaml. 

I've not been following the JDBC/CQL tickets closely is that right ? 

Was creating the connection by:

{code}
Class.forName("org.apache.cassandra.cql.jdbc.CassandraDriver");
return DriverManager.getConnection(connString);
{code}

> CQL-enabled stress.java
> -----------------------
>
>                 Key: CASSANDRA-2268
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2268
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Eric Evans
>            Assignee: Aaron Morton
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8.1
>
>
> It would be great if stress.java had a CQL mode.  For making the inevitable 
> RPC->CQL comparisons, but also as a basis for measuring optimizations, and 
> spotting performance regressions.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to