This is an automated email from the ASF dual-hosted git repository.
suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4ba5738 Add an issues section to deal with common issues when
building druid (#11271)
4ba5738 is described below
commit 4ba5738ffbf7e8b977480e8d9cc0b4e97def15f0
Author: Agustin Gonzalez <[email protected]>
AuthorDate: Fri May 21 09:04:51 2021 -0700
Add an issues section to deal with common issues when building druid
(#11271)
---
docs/development/build.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/docs/development/build.md b/docs/development/build.md
index 9b97d4c..5f85904 100644
--- a/docs/development/build.md
+++ b/docs/development/build.md
@@ -69,3 +69,15 @@ Putting these together, if you wish to build the source and
binary distributions
```bash
mvn clean install -Papache-release,dist,rat -DskipTests
```
+#### Potential issues
+
+##### Issue
+You are building Druid from source following the instructions on this page but
you get
+```
+[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec
(generate-binary-license) on project distribution: Command execution failed.:
Process exited with an error: 1 (Exit value: 1) -> [Help 1]
+```
+
+Resolution: Make sure you have Python installed as well as the `yaml` module:
+```
+pip install pyyaml
+```
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]