Re: Janusgraph + Spark standalone without hadoop
Jerry He <jerr...@...>
I don't think it will work. Spark needs input (to read graph data) and output (to write graph data). JanusGraph currently only provides Hadoop InputFormat based reading from JanusGraph for OLAP. In Tinkerpop, there are InputRDD and OutputRDD interfaces, which are by Spark (SpackGraphComputer). (Search for Tinkerpop InputRDD.) Unfortunately, JanusGraph provides no implementations other than the InputFormat based at the moment. Thanks, Jerry On Wed, Aug 22, 2018 at 8:46 AM, Wei Ding <dw84...@...> wrote:
|
|