twitter / GraphJet

GraphJet is a real-time graph processing library.
Apache License 2.0
713 stars 111 forks source link

Fix Graphjet demo string formatting #68

Closed praveenbom-zz closed 7 years ago

praveenbom-zz commented 7 years ago

The demo doesn't work anymore as of the PageRank demo because of the type in NodeValueEntry. This PR fixes that and addresses #67

rossides commented 7 years ago

I 've seen that the Travis CI failed. It looks like you need to bump the version in all the POM files from 1.0.14-SNAPSHOT to 1.0.15-SNAPSHOT.

praveenbom-zz commented 7 years ago

Ah right - bumped!

praveenbom-zz commented 7 years ago

@jerryjiangabc I think you'll have to merge the PR since I don't have push access anymore..