I'm following the JanusGraph documentation to run OLAP gremlin queries with the help of Tinker-pop's Hadoop gremlin. I'm able to execute queries when using locally hosted Cassandra, But facing issue when using remotely hosted Cassandra. The spark job is running for 30mins and tasks are failing with Operation timed out issue.
The document i followed is JanusGraph with TinkerPop’s Hadoop-Gremlin
Refer the attached screenshot for the issue i'm getting image
I'm expecting the OLAP queries are working with local hosted Cassandra. The same way it should work with remote hosted Cassandra as well.