dongjoon-hyun commented on a change in pull request #25231: [SPARK-28473][DOC] Stylistic consistency of build command in README URL: https://github.com/apache/spark/pull/25231#discussion_r306058644
########## File path: README.md ########## @@ -25,7 +25,7 @@ This README file only contains basic setup instructions. Spark is built using [Apache Maven](https://maven.apache.org/). To build Spark and its example programs, run: - build/mvn -DskipTests clean package + ./build/mvn -DskipTests clean package Review comment: Could you find more instances, @Mister-Meeseeks ? For example, `R/README.md` also has this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
