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

Stephen Connolly commented on CASSANDRA-3300:
---------------------------------------------

52c42c62d8033802360aa3fd79e8992a3dd18f90 adds the ability to test with a 
non-internal cassandra server, e.g.


  * If you define the property cassandra.rpc.port then the profiles will switch 
and instead of using a locally started cassandra server, it will use the 
cassandra server on the specified port (cassandra.host defaults to localhost 
but that can be overridden too).
    
        mvn -Dcassandra.rpc.port=9170 -Dcassandra.host=10.0.0.5
    
  * If you don't define the property it will launch a cassandra server via the 
cassandra-maven-plugin using random unused ports (and shut it down afterwards)

                
> relocate Java (JDBC) CQL driver
> -------------------------------
>
>                 Key: CASSANDRA-3300
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3300
>             Project: Cassandra
>          Issue Type: Task
>          Components: Drivers
>            Reporter: Eric Evans
>            Priority: Minor
>              Labels: cql
>         Attachments: v1-0001-CASSANDRA-3300-remove-driver-build-test.txt
>
>
> A new project as been created at 
> http://code.google.com/a/apache-extras.org/p/cassandra-jdbc, a current 
> snapshot of the code from trunk has been imported, and the tests updated.
> I've configured commit notifications to be sent to 
> commits@cassandra.apache.org, though this can be changed if people object.
> To the best of my knowledge, the only thing remaining is to configure the 
> initial set of committers and admins.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to