Github user dlyle65535 commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/222#discussion_r75862174
--- Diff:
metron-platform/metron-elasticsearch/src/main/config/elasticsearch.properties
---
@@ -57,10 +57,13 @@ org.apache.metron.metrics.TelemetryParserBolt.fails=true
bolt.hdfs.batch.size=5000
bolt.hdfs.field.delimiter=|
+bolt.hdfs.rotation.policy=org.apache.storm.hdfs.bolt.rotation.TimedRotationPolicy
+bolt.hdfs.rotation.policy.units=DAYS
+bolt.hdfs.rotation.policy.count=1
+
bolt.hdfs.file.rotation.size.in.mb=5
--- End diff --
I'm a little confused by this as part of this PR. Can you tell me a bit
about it?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---