Mirror of Apache Bahir Flink

Clone this repo:
  1. 4a8f60f [BAHIR-324] Closing KuduReader at JobManager by Shimin Huang · 12 months ago master
  2. 3744457 [BAHIR-285] Redis: fix typo error in log message by Hyeonho Kim · 12 months ago
  3. cd8f61e [BAHIR-285] Redis: add srem command (#164) by Hyeonho Kim · 12 months ago
  4. a03fa8c [BAHIR-201] Redis: add hdel command by Hyeonho Kim · 12 months ago
  5. 176242c [BAHIR-308] Remove scala prefix where we can by Joao Boto · 1 year, 2 months ago

Apache Bahir (Flink)

Apache Bahir provides extensions to distributed analytics platforms such as Apache Spark™ and Apache Flink®.

http://bahir.apache.org/

This repository is for Apache Flink extensions.

Contributing a Flink Connector

The Bahir community is very open to new connector contributions for Apache Flink.

We ask contributors to first open a JIRA issue describing the planned changes. Please make sure to put “Flink Streaming Connector” in the “Component/s” field.

Once the community has agreed that the planned changes are suitable, you can open a pull request at the “bahir-flink” repository. Please follow the same directory structure as the existing code.

The community will review your changes, giving suggestions how to improve the code until we can merge it to the main repository.

Building Bahir

Bahir is built using Apache Maven™. To build Bahir and its example programs, run:

mvn -DskipTests clean install

Running tests

Testing first requires building Bahir. Once Bahir is built, tests can be run using:

mvn test