Hi, I almost completed the coding for GIRAPH-745. But there are few issues to address.
First thing is due to a limitation in BspOutputFormat we cannot run both EdgeOutput and the VertexOutput in the same time. The next thing is I think there are some duplicated codes in BspServiceWorker -saveEdges method where it checks for VertexOutputFormat which should be the EdgeOutputFormat. So how are we going to handle those? I have added these in comments in the ticket. https://issues.apache.org/jira/browse/GIRAPH-745 Thanks, Akila
