mirror of
https://github.com/apache/druid.git
synced 2025-02-07 18:48:33 +00:00
* exclude pulling s3 segments for tests that doesnt need it * fix script * fix script * fix script * add s3 test * refactor sample data script * add tests * add tests * add license header * fix failing tests * change bucket and path to config * update integration test readme * fix typo
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
[program:druid-service]
|
|
command=java %(ENV_SERVICE_DRUID_JAVA_OPTS)s %(ENV_COMMON_DRUID_JAVA_OPTS)s -cp %(ENV_DRUID_COMMON_CONF_DIR)s:%(ENV_DRUID_SERVICE_CONF_DIR)s:%(ENV_DRUID_DEP_LIB_DIR)s org.apache.druid.cli.Main server %(ENV_DRUID_SERVICE)s
|
|
redirect_stderr=true
|
|
priority=100
|
|
autorestart=false
|
|
stdout_logfile=%(ENV_DRUID_LOG_PATH)s
|