Re: GraphXGraphGenerator Usage Help

2017-01-10 Thread Puja Valiyil
Yes, you need to install the iterator on the accumulo servers. The iterator jar should be produced by the indexing project-- I can send more detailed instructions if the read mes don't have any thing useful. On Tuesday, January 10, 2017, John Smith wrote: > I can run the

Re: GraphXGraphGenerator Usage Help

2017-01-10 Thread John Smith
I can run the example, but when I try to use a live instance of accumulo (1.8) it throws a ClassNotFoundException DocumentIndexIntersectingIterator.java. It seems like the GraphxGraphGenerator is built against Accumulo 1.6.4, and even the test doesn't seem to work if I bump it up to 1.8. I

Re: GraphXGraphGenerator Usage Help

2017-01-09 Thread Puja Valiyil
Hi John, It's not possible to use the core Rya indices to support the graphx api-- there is a requirement for uniqueness in vertices that is not possible to support using the core indices. To support graphx efficiently, all of the assertions on a node of the graph must be stored on a single

GraphXGraphGenerator Usage Help

2017-01-09 Thread John Smith
I'm trying to use the GraphXGraphGenerator class but it is hard coded to use the EntityCentricIndex table by default. But this doesn't exist in Rya by default. Shouldn't this default to the SPO table? Or perhaps even better, be a configurable parameter? What is the purpose of the