pan3793 commented on code in PR #4882: URL: https://github.com/apache/zeppelin/pull/4882#discussion_r1814840634
########## docs/development/contribution/how_to_contribute_code.md: ########## @@ -79,10 +78,10 @@ To skip test ./mvnw install -DskipTests ``` -To build with specific spark / hadoop version +To build with specific spark version ```bash -./mvnw install -Dspark.version=x.x.x -Dhadoop.version=x.x.x +./mvnw install -Dspark.version=x.x.x Review Comment: the `hadoop.version` still works, for example, users may want to use hadoop 3.2.2 client to match the server-side version. -- 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]
