Bo
Bo
Explore posts from servers
JJanusGraph
Created by HailDevil on 10/18/2024 in #questions
Decoding graphindex values for debugging purpose
I might have answered a similar question on the user mailing list
4 replies
JJanusGraph
Created by karthikraju on 8/8/2024 in #questions
What would be the ideal way to set up deep learning on janusgraph data?
Using OLAP via Spark for training (or even inference) is not quite acceptable due to its slowness. If you have big data the best way is to export the data first I think.
5 replies
JJanusGraph
Created by gdotv on 8/9/2024 in #questions
Granular configuration options for such as JANUSGRAPH_RELATION_DELIMITER on driver
It’s unfortunately not viable, because driver package has no dependencies on config (core) package
5 replies
JJanusGraph
Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
are you using Java? As I said before, you need to use java
16 replies
JJanusGraph
Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
If you want to work with transaction logs (e.g. recovery), you need to use java
16 replies
JJanusGraph
Created by HailDevil on 5/29/2024 in #questions
Java 17 support
but keep in mind we don't have official CI that runs java 17
12 replies
JJanusGraph
Created by HailDevil on 5/29/2024 in #questions
Java 17 support
You should be able to verify this by yourself easily
12 replies
JJanusGraph
Created by HailDevil on 5/29/2024 in #questions
Java 17 support
I think that's what Oleksandr mean, yes
12 replies
JJanusGraph
Created by cdegroc on 6/11/2024 in #questions
Potentially useless allocations when checking a field cardinality
love the flame chart
2 replies
JJanusGraph
Created by criminosis on 5/24/2024 in #questions
Comma Separated Config Options Values Via Environment Variable?
I've never seen this bug before - but I've never used Docker to deploy JanusGraph
33 replies
JJanusGraph
Created by criminosis on 5/24/2024 in #questions
Comma Separated Config Options Values Via Environment Variable?
yeah I am just wondering if there's something wrong with our Docker image
33 replies
JJanusGraph
Created by criminosis on 5/24/2024 in #questions
Comma Separated Config Options Values Via Environment Variable?
Is there any chance you could try it out without using docker?
33 replies
JJanusGraph
Created by Painguin | Tiến on 4/24/2024 in #questions
Could not start BerkeleyJE transaction
Anyway this fix can be available in a patch version
Yes
28 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
Sorry let me rephrase my words. Let's say you want to debug TraversalInterruptionTest in JanusGraph. 1. Open JanusGraph repo in your IDE. 2. Find BerkeleyJanusGraphProcessTest - see how it mentions ProcessStandardSuite 3. Open ProcessStandardSuite (either from TinkerPop repo or from your current IDE window directly) 4. Copy it to JanusGraph repo 5. Remove other tests other than TraversalInterruptionTest
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
Search in the TinkerPop repository, there should be a mention of TraversalInterruptionTest .class
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
You should copy the test suite definition test
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
Oh nope you don't need to copy this test
11 replies
JJanusGraph
Created by Painguin | Tiến on 4/24/2024 in #questions
Could not start BerkeleyJE transaction
I could do rubber stamping but I would like to see if anyone else could review. I know very little about BerkeleyDB.
28 replies
JJanusGraph
Created by Painguin | Tiến on 4/24/2024 in #questions
Could not start BerkeleyJE transaction
You cannot reopen it because it's already merged. You could cherry-pick that commit again (or revert the revert), and add [tp-tests] to the commit message and PR title.
28 replies
ATApache TinkerPop
Created by Painguin | Tiến on 4/24/2024 in #questions
Query optimisation
Look at JanusGraphStepStrategy if you'd like to improve this.
12 replies