mirror of https://github.com/apache/druid.git
update readme
This commit is contained in:
parent
cefdf96a26
commit
0af3b910f1
|
@ -24,6 +24,28 @@ Can be used to write tests against existing test backends (ComponentSupplier) -
|
|||
|
||||
## Usage
|
||||
|
||||
### Install java&maven (if needed)
|
||||
|
||||
If you don't have java&maven - one way to set that up is by using sdkman like this:
|
||||
```
|
||||
# install sdkman
|
||||
curl -s "https://get.sdkman.io" | bash
|
||||
# at the end of installation either open a new terminal; or follow the instructions at the end
|
||||
|
||||
# install java&maven
|
||||
sdk install java 11.0.23-zulu
|
||||
sdk install maven
|
||||
|
||||
# run mvn to see if it works
|
||||
mvn --version
|
||||
|
||||
# download druid sourcces (FIXME: change this to the main repo/branch before merging)
|
||||
git clone --branch quidem-record https://github.com/kgyrtkirk/druid
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
### Running these tests
|
||||
|
||||
* CI execution happens by a standard JUnit test `QTest` in this module
|
||||
|
|
Loading…
Reference in New Issue