How to integrate janusgraph with an existing hadoop cluster

242 Views Asked by At

I'm New to Big data and currently struggling to integrate janusgraph to an existing hadoop cluster. Can you please tell me how to do this or please provide a link to a resource.

1

There are 1 best solutions below

3
On

Since you're just getting started with JanusGraph, you should start with its official documentation located at http://docs.janusgraph.org/latest/

JanusGraph requires a storage backend. There are several supported storage backends. Apache Hadoop, by itself, is not a storage backend for JanusGraph. The Apache HBase storage backend is most likely what you might have available.