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

Rohit Rai commented on CASSANDRA-4131:
--------------------------------------

So I figured it out... 

This is being caused by the difference in Partitioners.

I am using Murmur3 Partitioner on my CF, but since I didn't specify it during 
Table creating in Hive, the Hive Input Format defaults to using Random 
partitioner! 

My bad, I didn't notice it while testing in Map/Reduce as I set the Partition 
there.

I will be testing it extensively over next few weeks, including one deployment 
in production ;) Will update if there are any more issues. 

Is there any interest in getting this in Cassandra? If yes, I can make a patch 
and submit.

On second thought, shouldn't it default to Murmur3, since it is the default 
partitioner now?


                
> Integrate Hive support to be in core cassandra
> ----------------------------------------------
>
>                 Key: CASSANDRA-4131
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4131
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jeremy Hanna
>            Assignee: Edward Capriolo
>              Labels: hadoop, hive
>
> The standalone hive support (at https://github.com/riptano/hive) would be 
> great to have in-tree so that people don't have to go out to github to 
> download it and wonder if it's a left-for-dead external shim.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to