Add missed com.metamx.druid.emitter.period propery to ConvertProperties

This commit is contained in:
cheddar 2013-09-23 16:46:37 -05:00
parent 4f3202f3d9
commit 1750b702d7
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class ConvertProperties implements Runnable
new Rename("druid.database.password", "druid.db.connector.password"),
new Rename("com.metamx.emitter", "druid.emitter"),
new Rename("com.metamx.emitter.logging.level", "druid.emitter.logging.logLevel"),
new Rename("com.metamx.druid.emitter.period", "druid.emitter.emissionPeriod"),
new IndexCacheConverter(),
new Rename("druid.paths.segmentInfoCache", "druid.segmentCache.infoPath"),
new Rename("com.metamx.aws.accessKey", "druid.s3.accessKey"),