Re: Import graph from ConfiguredGraphFactory to hbase
HadoopMarc <bi...@...>
First note that the BulkLoaderVertexProgram was deprecated in TinkerPop. You might want to see: https://groups.google.com/g/janusgraph-users/c/d3F4dZdQ2XQ/m/HolppzItCAAJ For working around your issue you can consult the API docs. The getConfiguration() method gives you a configuration Map: https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/core/ConfiguredGraphFactory.html The BulkLoaderVertexProgram.builder class has a writeGraph(Configuration) method. Of course, you need some juggling to get the Map into the Configuration object. HTH, Marc Op donderdag 22 oktober 2020 om 15:14:50 UTC+2 schreef mor...@...:
|
|