kaijchen commented on code in PR #427: URL: https://github.com/apache/incubator-uniffle/pull/427#discussion_r1049515889
########## README.md: ########## @@ -17,26 +17,25 @@ # Apache Uniffle (Incubating) -Uniffle is a unified remote shuffle service for compute engines. +Uniffle is a unified remote shuffle service for distributed compute engines. It provides the ability to aggregate and store shuffle data on remote servers, thus improving the performance and reliability of large jobs. -Currently it supports [Apache Spark](https://spark.apache.org) and [MapReduce](https://hadoop.apache.org). +Currently it supports [Apache Spark](https://spark.apache.org) and [Apache Hadoop MapReduce](https://hadoop.apache.org). [](https://github.com/apache/incubator-uniffle/actions/workflows/build.yml) [](https://codecov.io/gh/apache/incubator-uniffle) -[](https://github.com/apache/incubator-uniffle) [](https://github.com/apache/incubator-uniffle/blob/master/LICENSE) [](https://github.com/apache/incubator-uniffle/releases) ## Architecture  -Uniffle contains coordinator cluster, shuffle server cluster and remote storage(eg, HDFS) if necessary. +Uniffle contains coordinator cluster, shuffle server cluster and remote storage(e.g., HDFS) if necessary. -Coordinator will collect status of shuffle server and do the assignment for the job. +Coordinator will collect the status of the shuffle server and do the assignment for the job. Review Comment: How about "Coordinator will collect the status of shuffle servers and assign jobs based on some strategy."? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
