Is it possible to read in rows from a sql database as vertices in apache giraph? If so, could someone provide a small code example? Thanks.
Asked
Active
Viewed 35 times
1
-
1See my answer here perhaps: https://stackoverflow.com/a/62419659/443593. You can export SQL to CSV or TSV and load into Giraph using TextEdgeInputFormat. – badroit Jun 17 '20 at 00:53