How to load millions of vertices from CSV into Titan 1.0.0 using Bulkloadervertextprogram?
问题 I am trying to load millions of nodes from CSV files to Titan 1.0.0 with Cassandra backend in JAVA. How to load them? I checked we can load them using BulkLoaderVertexProgram, but it loads the data from GraphSON format. How do I start writing a JAVA code to bulk load the data from CSV ? Can you specify some starting reference where I can look into and start writing code? Do I have to have Spark /Hadoop running on my system to use SparkComputerGraph which is used by Bulkloaderprogram? I am not