Re: HBase ScannerTimeoutException
HadoopMarc <m.c.d...@...>
Hi Joseph, If you want to process all vertices (map operation) you need an OLAP query (currently only works for readonly tasks): http://docs.janusgraph.org/latest/hadoop-tp3.html http://tinkerpop.apache.org/docs/3.2.3/reference/#sparkgraphcomputer If you want to filter the total set of vertices, you need an index on one or more properties of your vertices: http://docs.janusgraph.org/latest/indexes.html What do you want to accomplish apart from looping over the vertices in your graph? HTH, Marc Op donderdag 11 mei 2017 16:18:50 UTC+2 schreef Joseph Obernberger: Hi All - I'm using a loop to do a task on all vertices in fairly large |
|