Menu
  • HOME
  • TAGS

Faunus json reader error in json file format

java,json,gremlin,faunus

Your example shows a format that is not a valid JSON format readable by Faunus (aka titan-hadoop). That example shows an edge list format produced from the Blueprints GraphSON writer. Faunus requires an adjacency list format as shown in the documentation (correctly mentioned in the comment by Konstantin on the...