update http client and fix logging

This commit is contained in:
fjy 2014-12-15 16:59:57 -08:00
parent 4f0c0c5ae2
commit 43d27ddaf0
2 changed files with 4 additions and 2 deletions

View File

@ -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(

View File

@ -84,7 +84,7 @@
<dependency>
<groupId>com.metamx</groupId>
<artifactId>http-client</artifactId>
<version>0.9.7</version>
<version>0.9.12</version>
</dependency>
<dependency>
<groupId>com.metamx</groupId>