Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable configuration of the implementation of the vertex and the vertex codec #1223

Open
JunhoeKim opened this issue Jul 28, 2017 · 0 comments
Labels

Comments

@JunhoeKim
Copy link
Contributor

In current version, pregel has NoneValueVertex.class but we cannot apply it. Because

  1. it set DefaultVertexCodec.class to vertex TableConfiguration directly.
  2. 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.

@JunhoeKim 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 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant