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

John Sichi commented on HIVE-1434:
----------------------------------

The test is passing for me now with the latest patch.  I haven't looked at the 
latest code much yet.

In CassandraTestSetup.java, I see

{noformat}
    FramedConnWrapper wrap = new FramedConnWrapper("127.0.0.1",9170,5000);
{noformat}

Does that mean a listening port is being used?  If so, please change it to use 
a dynamic port like I did for the HBase tests; otherwise we'll get sporadic 
conflicts with other services.

Also, what's up with adding 
org/apache/cassandra/contrib/utils/service/CassandraServiceDataCleaner.java 
into the Hive codebase?  I don't think we want to do that.


> Cassandra Storage Handler
> -------------------------
>
>                 Key: HIVE-1434
>                 URL: https://issues.apache.org/jira/browse/HIVE-1434
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: cas-handle.tar.gz, cass_handler.diff, hive-1434-1.txt, 
> hive-1434-2-patch.txt, hive-1434-2011-02-26.patch.txt, 
> hive-1434-2011-03-07.patch.txt, hive-1434-2011-03-07.patch.txt, 
> hive-1434-2011-03-14.patch.txt, hive-1434-3-patch.txt, hive-1434-4-patch.txt, 
> hive-1434-5.patch.txt, hive-1434.2011-02-27.diff.txt, 
> hive-cassandra.2011-02-25.txt, hive.diff
>
>
> Add a cassandra storage handler.

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

Reply via email to