FMX commented on code in PR #1830: URL: https://github.com/apache/incubator-celeborn/pull/1830#discussion_r1309541093
########## README.md: ########## @@ -41,12 +41,12 @@ Celeborn Worker's slot count is decided by `total usable disk size / average shu Celeborn worker's slot count decreases when a partition is allocated and increments when a partition is freed. ## Build -1.Celeborn supports Spark 2.4/3.0/3.1/3.2/3.3/3.4 and flink 1.14/1.15/1.17. +1.Celeborn supports Spark 2.4/3.0/3.1/3.2/3.3/3.4 and flink 1.14/1.15/1.17 and mr hadoop-2/hadoop-3. 2.Celeborn tested under Java 8 environment. Build Celeborn ```shell -./build/make-distribution.sh -Pspark-2.4/-Pspark-3.0/-Pspark-3.1/-Pspark-3.2/-Pspark-3.3/-Pspark-3.4/-Pflink-1.14/-Pflink-1.15/-Pflink-1.17 +./build/make-distribution.sh -Pspark-2.4/-Pspark-3.0/-Pspark-3.1/-Pspark-3.2/-Pspark-3.3/-Pspark-3.4/-Pflink-1.14/-Pflink-1.15/-Pflink-1.17/-Phadoop-2,mr/-Pmr Review Comment: `-Pmr` is build flag for hadoop 3. Because we use hadoop 3 as default. -- 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]
