twitter / GraphJet

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

Error 500 - java.util.IllegalFormatConversionException: d != java.lang.Double #67

Closed mrmookie closed 7 years ago

mrmookie commented 7 years ago

When running the demo with examples I'm getting the following:

curl http://localhost:8888/tweetHashtagGraph/topTweets?k=5

Error 500

HTTP ERROR: 500

Problem accessing /tweetHashtagGraph/topTweets. Reason:

    java.util.IllegalFormatConversionException: d != java.lang.Double


Powered by Jetty:// 9.3.11.v20160721

Any help would be appreciated.

praveenbom-zz commented 7 years ago

This issue ought to be addressed by #68 - thanks for pointing it out @mrmookie