druid/examples
Suneet Saldanha 3325da1718 Allow startup scripts to specify java home (#9021)
* Allow startup scripts to specify java home

The startup scripts now look for java in 3 locations. The order is from
most related to druid to least, ie
    ${DRUID_JAVA_HOME}
    ${JAVA_HOME}
    ${PATH}

* Update fn names and clean up code

* final round of fixes

* fix spellcheck
2019-12-12 21:36:00 -08:00
..
bin Allow startup scripts to specify java home (#9021) 2019-12-12 21:36:00 -08:00
conf Tidy up lifecycle, query, and ingestion logging. (#8889) 2019-11-19 13:57:58 -08:00
quickstart Make supervisor API similar to submit task API (#8810) 2019-11-20 10:04:41 -08:00