druid/examples
Gian Merlino a27f4f5740
Service stdout log files, move logs to log/. (#12570)
* Service stdout log files, move logs to log/.

Two changes that make log behavior cleaner:

1) Redirect messages from the Java runtime to their own log files.
   Otherwise, they would get jumbled up in the output of the all-in-one
   start command.

2) Use log/ instead of bin/log/ for the default log directory. Makes them
   easier to find.

Additionally, add documentation about how to avoid the reflective
access warnings in Java 11.

* Spelling.

* See if code formatting affects spelling.
2022-06-03 10:44:29 +05:30
..
bin Service stdout log files, move logs to log/. (#12570) 2022-06-03 10:44:29 +05:30
conf Facilitate lazy initialization of connections to mitigate overwhelming of Coordinator (#12298) 2022-03-09 23:17:43 +05:30
quickstart Fix zulu8 set-up Dockerfile for hadoop and hadoop3 in hadoop ingestion tutorial (#12248) 2022-04-11 20:28:09 +05:30