You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by José Luis Larroque <la...@gmail.com> on 2016/03/15 03:42:18 UTC

How long a Message can be in Giraph

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

Re: How long a Message can be in Giraph

Posted by José Luis Larroque <la...@gmail.com>.
Hi again,

Being more accurate, how long can be the string sended, if the message is
of Type Text.

Any help would be greatly appreciated.

Bye!
Jose

2016-03-14 23:42 GMT-03:00 José Luis Larroque <la...@gmail.com>:

> 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
>
>