You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current version, pregel has NoneValueVertex.class but we cannot apply it. Because
it set DefaultVertexCodec.class to vertex TableConfiguration directly.
And instead of Binding vertex api and implementation by Tang, DataParser and VertexCodec get instances of vertex using new constructor.
We should expose to user configure vertex type.
The text was updated successfully, but these errors were encountered:
JunhoeKim
changed the title
Enable to configure the implementation of vertex and vertex codec
Enable to configure the implementation of a vertex and a vertex codec
Jul 28, 2017
JunhoeKim
changed the title
Enable to configure the implementation of a vertex and a vertex codec
Enable to configure the implementation of the vertex and the vertex codec
Jul 28, 2017
wynot12
changed the title
Enable to configure the implementation of the vertex and the vertex codec
Enable configuration of the implementation of the vertex and the vertex codec
Nov 9, 2017
In current version, pregel has
NoneValueVertex.class
but we cannot apply it. BecauseDefaultVertexCodec.class
to vertexTableConfiguration
directly.DataParser
andVertexCodec
get instances of vertex using new constructor.We should expose to user configure vertex type.
The text was updated successfully, but these errors were encountered: