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

incompatible json format #30

Open
ram2012k opened this issue Apr 30, 2018 · 0 comments
Open

incompatible json format #30

ram2012k opened this issue Apr 30, 2018 · 0 comments

Comments

@ram2012k
Copy link

The JSON input produced by HAMA fastgen is of the format
[srcid, 0 , [[sinkid1,edgevalue1],[sinkid2, edgevalue2]... ]]
**example ** [99,0,[[32,1995],[17,1809],[2,969],[50,1278],[25,321],[28,390]....]]

while the format required by LongTextJSONReader is of the form
​ [srcid,partitionid,srcvalue,[[sinkid1,edgeid1,edgevalue1],[sinkid2,edgeid2,edgevalue2]... ]]

what to do ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant