deepak8347
JJanusGraph
•Created by deepak8347 on 10/11/2023 in #questions
Changing the Cardinality of a Property
Can I delete the old property completely and create a new property with the correct cardinality with the same name ?
4 replies
JJanusGraph
•Created by deepak8347 on 8/22/2023 in #questions
Could not acquire new ID block from storage
Most likely there is an issue in my backend store manager. Please skip this post
8 replies
JJanusGraph
•Created by deepak8347 on 8/22/2023 in #questions
Could not acquire new ID block from storage
I increased the block-size but it didn't help. Can you please guide me what all things I can look for
8 replies
JJanusGraph
•Created by deepak8347 on 8/22/2023 in #questions
Could not acquire new ID block from storage
8 replies
JJanusGraph
•Created by deepak8347 on 8/22/2023 in #questions
Could not acquire new ID block from storage
I am using the following config
8 replies
JJanusGraph
•Created by deepak8347 on 7/25/2023 in #questions
Multiple Graphs with Embedded JanusGraph
Thanks for answering, this helped!!
9 replies
JJanusGraph
•Created by deepak8347 on 7/25/2023 in #questions
Multiple Graphs with Embedded JanusGraph
Creating JanusGraphManager this way solved the issue.
I thought that we can create two dynamic graphs in the same keyspace, but that is not the case right ?
9 replies
JJanusGraph
•Created by deepak8347 on 7/25/2023 in #questions
Multiple Graphs with Embedded JanusGraph
A yaml representation of my janusgraph config is
9 replies
JJanusGraph
•Created by deepak8347 on 7/24/2023 in #questions
Drop an Graph From the Database
Thanks this was super helpful!!
5 replies
JJanusGraph
•Created by deepak8347 on 7/10/2023 in #questions
Using Spark with JansuGraph on a Cassandra storage backend
How do we support authentication to the cassandra ? Do we also take password as a parameter ?
10 replies
JJanusGraph
•Created by deepak8347 on 7/10/2023 in #questions
Using Spark with JansuGraph on a Cassandra storage backend
Thanks @boxuanli for helping !!
1. I changed the backend to cql, but still getting the same issue. Do I need some additional configurations ?
2. The
CompanyCassandraStoreManager
allows us to create connection with our Cassandra. Our OLTP janusgraph is working with this storage backend. It contains the details regarding how we are going to connect with Cassandra (especially it contains the Cassandra Managed which is used to manage Cassandra client along with taking care of Authentication).
Can I not use this storage backend and I should specify the hostname and port as shown in the example(https://docs.janusgraph.org/advanced-topics/hadoop/) ?10 replies
JJanusGraph
•Created by deepak8347 on 7/10/2023 in #questions
Using Spark with JansuGraph on a Cassandra storage backend
The current error message is
I have added the complete stack trace in the file
10 replies