JanusGraph is a distributed graph database. It implements the Apache TinkerPop framework and thus supports OLAP queries based on the Spark engine. This is a tutorial that guides you to run JanusGraph on Spark. We will cover three modes: Spark local, Spark standalone cluster, and Spark on yarn. This tutorial…