kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

handle json parsing error #216

Closed hsleep closed 8 years ago

hsleep commented 8 years ago

Motivation: Currently, JsonParseException is raised when wrong data is inserted into RankingCounterStreaming job.

Modification: Catching and handling JsonParseException in RankingStorageGraph.

Result: Logging and skipping the exception.