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

Hudson commented on CASSANDRA-2331:
-----------------------------------

Integrated in Cassandra-0.7 #386 (See 
[https://hudson.apache.org/hudson/job/Cassandra-0.7/386/])
    

> Allow a Job Configuration to control the consistency level with which reads 
> and writes occur for mapreduce jobs.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-2331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2331
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Eldon Stegall
>            Priority: Minor
>             Fix For: 0.7.5
>
>         Attachments: consistencylevelpatch.txt
>
>
> Allow a Job Configuration to control the consistency level with which reads 
> and writes occur for mapreduce jobs. This would be useful if we were doing 
> statistical rollups and wanted to fail if consistency isn't met (W + R <= N  
> as described by http://wiki.apache.org/cassandra/ArchitectureOverview). An 
> example of a situation where this might happen would be if a set of cassandra 
> nodes became partitioned from the other nodes, but were still accepting some 
> writes with ConsistencyLevel 1/2 (in the case that writes were local to the 
> partition). Then statistical rollup jobs might succeed without those accepted 
> writes being included, and this would not be desirable.

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

Reply via email to