mozilla / jydoop

Efficient Hadoop Map-Reduce in Python
Other
31 stars 19 forks source link

Add line numbers to fake keys #18

Closed mreid-moz closed 11 years ago

mreid-moz commented 11 years ago

Changes fake keys from "fakekey" to "fakekey_"

tarasglek commented 11 years ago

i don't think you need to keep bytes in that

tarasglek commented 11 years ago

s/bytes/lines/

mreid-moz commented 11 years ago

I added line number. The original message should have said:

Changes fake keys from "fake_key_B" to "fake_key_L_B"

where "B" is byte offset and "L" is line number.