Hi all !

I'm trying to determinate how long a Message can be in Giraph.

I checked the Text implementation, and inside there is a byte array. So,
according to questions from SO, the maximum size of a message would be *around
<http://stackoverflow.com/questions/3038392/do-java-arrays-have-a-maximum-size>
*Integer.MAX_VALUE, and this according to this, the maximum size of a
message will be that value, right?

Probably i should redefine my algorithm for being more optimum, but it will
be great know this also.

Bye!
Jose

Reply via email to