DCausse has uploaded a new change for review. https://gerrit.wikimedia.org/r/265260
Change subject: Remove deprecated properties and minor comment cleanups ...................................................................... Remove deprecated properties and minor comment cleanups Change-Id: Ifdd797a7b2b6e0caace6d65c87a9d2ecc24e23a6 --- M modules/camus/templates/mediawiki.erb 1 file changed, 2 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/60/265260/1 diff --git a/modules/camus/templates/mediawiki.erb b/modules/camus/templates/mediawiki.erb index e0d56ac..b505544 100644 --- a/modules/camus/templates/mediawiki.erb +++ b/modules/camus/templates/mediawiki.erb @@ -17,9 +17,6 @@ # Concrete implementation of the Decoder class to use. camus.message.decoder.class=org.wikimedia.analytics.refinery.camus.coders.AvroBinaryMessageDecoder -# Default schema for messages produced without a schema rev id. -camus.message.schema.default=101446746400 - # Always force to write records with the latest schema otherwise the writer # will fail when the schema change. # AvroRecordWriterProvider does not support writing a record with multiple @@ -29,10 +26,10 @@ # Used by avro-based Decoders to use as their schema registry. kafka.message.coder.schema.registry.class=org.wikimedia.analytics.refinery.camus.schemaregistry.KafkaTopicSchemaRegistry -# Our timestamps look like 2013-09-20T15:40:17 +# Our timestamp format is a number in unix_seconds camus.message.timestamp.format=unix_seconds -# use the dt field +# use the ts field camus.message.timestamp.field=ts etl.default.timezone=UTC -- To view, visit https://gerrit.wikimedia.org/r/265260 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifdd797a7b2b6e0caace6d65c87a9d2ecc24e23a6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: DCausse <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
