javeme commented on code in PR #216: URL: https://github.com/apache/incubator-hugegraph-computer/pull/216#discussion_r1039522991
########## README.md: ########## @@ -13,7 +13,7 @@ The hugegraph-computer is a distributed graph processing system for hugegraph. I - Based on BSP(Bulk Synchronous Parallel) model, an algorithm performs computing through multiple parallel iterations, every iteration is a superstep. - Auto memory management. The framework will never be OOM(Out of Memory) since it will split some data to disk if it doesn't have enough memory to hold all the data. - The part of edges or the messages of super node can be in memory, so you will never lose it. -- You can output the results to HDFS or HugeGraph, or any other system. +- You can load the data or output the results to HDFS or HugeGraph, or any other system. Review Comment: You can load the data from HDFS or HugeGraph, output the results to HDFS or HugeGraph, or adapt any other systems manually as needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org