bhasudha commented on a change in pull request #1290: [HUDI-584] Relocate spark-avro dependency by maven-shade-plugin URL: https://github.com/apache/incubator-hudi/pull/1290#discussion_r386190041
########## File path: README.md ########## @@ -71,6 +71,14 @@ The default Scala version supported is 2.11. To build for Scala 2.12 version, bu mvn clean package -DskipTests -DskipITs -Dscala-2.12 ``` +### Build without spark-avro module + +The default hudi-jar bundles spark-avro module. To build without spark-avro module, build using `spark-shade-unbundle-avro` profile Review comment: can we also add the `--package` instruction here to explicitly say how to add spark-avro if building without it. ---------------------------------------------------------------- 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
