[
https://issues.apache.org/jira/browse/CASSANDRA-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982418#action_12982418
]
Hudson commented on CASSANDRA-1993:
-----------------------------------
Integrated in Cassandra-0.7 #164 (See
[https://hudson.apache.org/hudson/job/Cassandra-0.7/164/])
fix copy bounds for word Text in wordcount demo
patch by Jesse Shieh and jbellis for CASSANDRA-1993
> Word count example doesn't output the words correctly to cassandra. It
> outputs spurious data past the length of the byte array.
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-1993
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1993
> Project: Cassandra
> Issue Type: Bug
> Components: Contrib
> Affects Versions: 0.7.0
> Environment: All
> Reporter: Jesse Shieh
> Assignee: Jesse Shieh
> Priority: Minor
> Fix For: 0.7.1
>
> Attachments: 1993-v2.txt, trunk-1993.txt
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> To reproduce:
> # start a local cassandra server e.g. sudo bin/cassandra -f
> cd contrib/word_count
> ant
> bin/word_count_setup
> bin/word_count
> # check the data in cassandra, all looks fine because the words are all of
> the same length.
> # change the data in cassandra to real words, rerun the mapreduce and you'll
> see some words have spurious characters written past their length
> # this is because the word bytes are not terminated at their length
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.