Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Developers

Gabriel Commeau edited this page Dec 4, 2014 · 1 revision

Extending Flume2Storm

Flume2Storm has been designed with flexibility in mind: new implementations of the components (e.g. EventSender) can be integrated easily. Feel free to create your own if the ones provided do not fit your needs. There are implementations you can inspire yourself from in the test-impl module, but also in the actual implementation modules of the project (e.g. kryonet-flume2storm).

Developing For Flume2Storm

For convenience, here is the Eclipse formatter used for the project.

The Apache Flume's project contribution page provides good guidelines:

  • Make sure there is a ticket
  • Test your changes before submitting a review
  • etc.
Clone this wiki locally