1
0
mirror of https://github.com/apache/druid.git synced 2025-03-03 15:59:16 +00:00

11 Commits

Author SHA1 Message Date
AmatyaAvadhanula
41e51b21c3
Make http options the default configurations ()
Druid currently uses Zookeeper dependent options as the default.
This commit updates the following to use HTTP as the default instead.
- task runner. `druid.indexer.runner.type=remote -> httpRemote`
- load queue peon. `druid.coordinator.loadqueuepeon.type=curator -> http`
- server inventory view. `druid.serverview.type=curator -> http`
2022-10-05 05:35:17 +05:30
Vadim Ogievetsky
b9edfe34a4
be consistent about referring to the web console by its name () 2022-09-19 15:02:17 -07:00
Maytas Monsereenusorn
1558ef471c
Add some debug tips for debugging peons ()
* add some debug tips

* address comments

* fix typo
2022-07-09 01:47:25 -07:00
Jihoon Son
0e097ead36
Add git hooks that can run multiple scripts ()
* Add git hooks that can run multiple scripts

* scripts to install/uninstall hooks

* better message for uninstall; support pre-push params
2022-03-09 07:16:47 +09:00
Atul Mohan
06539bc828
Set default server.maxsize to the sum of segment cache ()
* Default server.maxsize

* Remove maxsize refs from config

Co-authored-by: Atul Mohan <atulmohan@yahoo-inc.com>
2020-08-10 09:21:22 -07:00
Maytas Monsereenusorn
c6d2b94d7b
Add instruction for code coverage checks ()
* Add instruction for code coverage checks

* address comments
2020-06-10 18:17:36 -10:00
Maytas Monsereenusorn
45b699fa4a
Add git pre-commit hook to source control ()
* Add git pre-commit hook to source control

* Changed hook to pre-push and simply hook to run all checkstyle

* Clean up setup-hooks

* Add apache header

* Add apache header

* add documentation to intellij-setup.md

* retrigger tests

* update

Co-authored-by: Maytas Monsereenusorn <52679095+maytasm3@users.noreply.github.com>
2020-06-05 11:19:42 -10:00
frank chen
b91d50044e
add some details to the build doc ()
* update initial build command

* add some details for building

* fix spelling check errors

* fix spelling check warnings

Signed-off-by: frank chen <frank.chen021@outlook.com>
2020-05-21 12:35:54 -07:00
JaeGeun
57018adf23
change backtick() and fix broken links () 2020-03-23 20:57:03 -07:00
Clint Wylie
d8833316c4
fix broken links ()
* fix broken links

* missing /

* adjustment
2020-03-22 17:41:18 -07:00
Roman Leventov
9d385274e3
Move dev-related files and instructions to dev/ directory; add committer's instructions ()
* Add committer_readme.md

* Clean up

* Update, add PR merge action checklist

* Move dev-related docs and files except CONTRIBUTING.md to dev/ directory; More committer's intructions

* Add some accents

* Move TeamCity instruction images to teamcity-images/, edit CONTRIBUTING.md

* Add links to tags
2019-04-17 15:27:14 +02:00