GitHub user jnioche opened a pull request:
https://github.com/apache/storm/pull/1122
storm-hdfs : change visibility of create and closeOutputFile methods to
protected
When extending HdfsBolt it can be useful to be able to override the methods
createOutputFile() or closeOutputFile(), for instance to add a header or footer
to the files created. This is currently not possible when the class is outside
the `org.apache.storm.hdfs.bolt` package. This patch makes it possible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DigitalPebble/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1122
----
commit bcb40e481f189cc9f77ddcaeddf7d4daa556113b
Author: Julien Nioche <[email protected]>
Date: 2016-02-18T16:25:40Z
storm-hdfs : change visibility of create and closeOutputFile methods to
protected
----
---
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.
---