thelearningpanda
JJanusGraph
•Created by thelearningpanda on 6/17/2024 in #questions
RpcRetryingCallerImp while trying to connect JanusGraph with Hbase 2.2.7 under Cloudera Distribution
Hi,
I am new to using JanusGraph and I am trying to integrate JanusGraph version 0.6.4 with Kerberized HBase 2.2.7, which comes under the Cloudera Distribution 7.9.1. I had to use an earlier version of JanusGraph since the compatibility matrix specifies that JanusGraph is tested compatible with HBase 2.2.x.
I am using the following configuration to get a 3-node HBase cluster to interact with JanusGraph. However, when I try to start the server, I encounter the following loop, and as a result, the server does not start.
I installed JanusGraph on one of the cluster nodes, specifically at 192.168.0.1, and I am trying to run it there. I am not sure how to go about solving this, and I presume ZooKeeper is connected but HBase can’t due to Kerberos authentication.
Core configs of gremlin-server.yaml:
In conf/janusgraph-hbase-config.properties:
3 replies
JJanusGraph
•Created by thelearningpanda on 3/10/2024 in #questions
ServerGremlinExecutor.<init> - Could not invoke constructor on class org.janusgraph.graphdb.manageme
Hi, I am still learning to use JanusGraph. I was working on doing bulk ingestion of data into JanusGraph and I am struggling with overcoming this error which involves using
I configured 3 nodes to be the CassandraDB backend cluster, which are all up and running. Here's the complete janusgraph-cql-configuration.properties file: Here' a snippet of the key parts in gremlin-server.yaml file: If I do away from using the
ConfiguredGraphFactory
for dynamic graph creation.I configured 3 nodes to be the CassandraDB backend cluster, which are all up and running. Here's the complete janusgraph-cql-configuration.properties file: Here' a snippet of the key parts in gremlin-server.yaml file: If I do away from using the
ConfiguredGraphFactory
, as shown below in the code snippet, the server runs.
I deeply appreciate any guidance! Reference tutorial:
https://nitinpoddar.medium.com/bulk-loading-data-into-janusgraph-ace7d146af053 replies