GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/1722
[FLINK-3511] Create example modules for libraries and connectors with
provided dependencies
This PR introduces example modules for libraries and connectors which have
provided dependencies. The idea is that the example modules include the
dependencies in the compile scope so that the examples can be easily run from
within an IDE.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink fixLibraries
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1722.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 #1722
----
commit f36ad6010da4619d381f4bdc7a3ea45f9551b577
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T13:08:02Z
[FLINK-3511] [gelly] Introduce flink-gelly-examples module
The new flink-gelly-examples module contains all Java and Scala Gelly
examples. The module
contains compile scope dependencies on flink-java, flink-scala and
flink-clients so that
the examples can be conveniently run from within the IDE.
commit 7ea660f04714c2cb3e0c45b7d7f2e9265868e589
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T13:29:36Z
[FLINK-3511] [twitter] Introduce flink-connector-twitter-examples module
The new flink-connector-twitter-examples module contains the
flink-connector-twitter
example. The module contains compile scope dependencies on
flink-streaming-java so that
the examples can be conveniently run from within the IDE.
commit e25093b3da0456e144d7b3f8507f289f38a36ca7
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T13:34:29Z
[FLINK-3511] [nifi] Introduce flink-connector-nifi-examples module
The new module contains alls examples of the flink-connector-nifi module.
Additionally
it sets the flink-streaming-java dependency to compile scope so that the
examples can be
run from within the IDE.
commit 689f58adb7fb437b69dca857f8b2915701717d26
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T13:39:35Z
[FLINK-3511] [elasticsearch] Introduce
flink-connector-elasticsearch-examples module
The new module contains the examples of flink-connector-elasticsearch.
Additionally it
sets the flink-streaming-java dependency to compile scope so that the
examples can be
conveniently executed from within an IDE.
Add untracked pom files
commit 4955ceac033216ed98b10127a88cd41c6e5f3399
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T13:58:28Z
[FLINK-3511] [jdbc] Introduce flink-jdbc-examples module
This module accommodates the flink-jdbc examples. It has the flink-clients
and flink-java
dependency set to compile scope so that the examples can be executed
conveniently from
within an IDE.
commit 787a830a1e08097562a869445ae4451e76160f6a
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T14:08:03Z
[FLINK-3511] [hadoop-comp] Introduce flink-hadoop-compatibility-examples
module
The new module contains the flink-hadoop-compatibility examples.
Additionally it sets the
flink dependencies flink-java and flink-clients to compile scope. This
allows to run
the examples conviently from an IDE.
commit dadcf9096f9f74137019fb6c82414715fa489a63
Author: Till Rohrmann <[email protected]>
Date: 2016-02-26T14:20:00Z
[FLINK-3511] [avro] Introduce flink-avro-examples module
This module contains the examples of the flink-avro module. Additionally it
sets the
flink dependencies to compile scope so that the examples can be
conveniently run
from within an IDE.
----
---
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.
---