mirror of https://github.com/apache/druid.git
907 B
907 B
layout |
---|
doc_page |
Build from Source
Druid can be set up by building from source via git.
Building Druid requires the following:
To do so, run these commands:
git clone git@github.com:druid-io/druid.git
cd druid
mvn clean install
This will compile the project and create the Druid binary distribution tar under
distribution/target/druid-VERSION-bin.tar.gz
.
This will also create distribution/target/mysql-metadata-storage-bin.tar.gz
,
which is a tarball that contains the mysql-metadata-storage
extension.
You can find the example executables in the examples/bin directory:
- run_example_server.sh
- run_example_client.sh