[BAHIR-305] Kudu Flink SQL Support DynamicSource/Sink&LookupFunction

36 files changed
tree: c133053b4f03a3b1f3bbecb656ab19d5060f5456
  1. .github/
  2. dev/
  3. distribution/
  4. flink-connector-activemq/
  5. flink-connector-akka/
  6. flink-connector-flume/
  7. flink-connector-influxdb/
  8. flink-connector-influxdb2/
  9. flink-connector-kudu/
  10. flink-connector-netty/
  11. flink-connector-pinot/
  12. flink-connector-redis/
  13. flink-library-siddhi/
  14. .asf.yaml
  15. .gitattributes
  16. .gitignore
  17. .travis.yml
  18. LICENSE
  19. NOTICE
  20. pom.xml
  21. README.md
  22. scalastyle-config.xml
README.md

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