mirror of
https://github.com/apache/druid.git
synced 2025-02-24 11:45:34 +00:00
update http client and fix logging
This commit is contained in:
parent
4f0c0c5ae2
commit
43d27ddaf0
@ -77,7 +77,9 @@ public class HadoopDruidIndexerJob implements Jobby
|
||||
if (metadataStorageUpdaterJob != null) {
|
||||
jobs.add(metadataStorageUpdaterJob);
|
||||
} else {
|
||||
log.info("No updaterJobSpec set, not uploading to database");
|
||||
log.info(
|
||||
"No metadataStorageUpdaterJob set in the config. This is cool if you are running a hadoop index task, otherwise nothing will be uploaded to database."
|
||||
);
|
||||
}
|
||||
|
||||
jobs.add(
|
||||
|
Loading…
x
Reference in New Issue
Block a user