-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from wiremind/speed-up-coordinator
Speed up coordinator service
- Loading branch information
Showing
3 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
# micro-druid | ||
Dockerfiles to run [nano/micro](https://github.com/apache/druid/blob/94298f780927923b84f3127ec07c84cb5b115145/docs/operations/single-server.md#nano-quickstart-1-cpu-4gb-ram) setups of [druid](https://github.com/apache/druid) for e2e tests. | ||
Micro & Nano druid, for E2E tests | ||
======================================= | ||
|
||
Dockerfiles to run nano and micro setups of [druid](https://github.com/apache/druid) for e2e tests. Some configurations are applied to maximize the response time of the Druid docker but should in no way refer to a production cluster. | ||
|
||
Arguments | ||
------------- | ||
|
||
Arguments that can be set while building: | ||
- `DRUID_VERSION` (0.18.0 by default) | ||
- `DRUID_VERSION`: 0.19.0 by default | ||
- `DRUID_COORDINATOR_CONF_FILE`: path to the runtime.properties of the coordinator service. | ||
|
||
Required hardware | ||
------------------ | ||
|
||
Nano | ||
********* | ||
|
||
* 1 CPU | ||
* 4GB RAM | ||
* Launch command: `bin/start-nano-quickstart` | ||
* Configuration directory: `conf/druid/single-server/nano-quickstart` | ||
|
||
|
||
Micro | ||
********* | ||
|
||
* 4 CPU | ||
* 16GB RAM | ||
* Launch command: `bin/start-micro-quickstart` | ||
* Configuration directory: `conf/druid/single-server/micro-quickstart` |