Support for uni-directed edges in Titan 0.5.4/Hadoop?

13 views
Skip to first unread message

Alex DeBurie

unread,
Jun 16, 2016, 4:43:18 PM6/16/16
to Aurelius
We are able to create sequence files from a Titan graph (Cassandra).

However, any attempt to read the data back (via Spark, or another Titan/Hadoop job) fails here:

    public SimpleFaunusEdge(FaunusEdgeLabel label, FaunusVertex vertex) {

        Preconditions.checkArgument(label.isUnidirected(),"Invalid edge label: %s",label);

        this.label = label;

        this.vertex = vertex;

    }


Not sure how the data was written successfully, but, does anyone know a work-around? 


Reply all
Reply to author
Forward
0 new messages