GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/3157
[FLINK-5508] [mesos] Introduce ZooKeeperUtilityFactory to create ZooKeeper
utility classes
This PR is based on #3155 and #3156.
This commit adds utility classes to abstract the CuratorFramework
dependency from ZooKeeper
utility classes away. That way it is possible for modules outside of
flink-runtime to use
these utility classes without facing the problem of a relocated curator
dependency.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink mesosRemoveDynamicBinding
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3157.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 #3157
----
commit e68688f31ead68851a0f768a7270d8bc1b5f9ac8
Author: Till Rohrmann <[email protected]>
Date: 2017-01-16T13:01:10Z
[FLINK-5496] [mesos] Relocate Mesos Protobuf dependency to avoid version
conflicts
Only relocate Mesos Protobuf dependency in flink-mesos. This avoids
problems with Mesos
because Flink pulls in Protobuf 2.5.0 via Flakka.
commit dd2f56568745ade036de4d0ee333e7e7fdb47400
Author: Till Rohrmann <[email protected]>
Date: 2017-01-16T13:14:18Z
[FLINK-5495] [mesos] Provide executor to ZooKeeperMesosWorkerStore
The ZooKeeperMesosWorkerStore instantiates a ZooKeeperStateHandleStore
which requires an
Executor instance. This executor is now given to the
ZooKeeperMesosWorkerStore.
commit 93630bac520b8fe4a223f2b724621b211293dad2
Author: Till Rohrmann <[email protected]>
Date: 2017-01-18T14:06:12Z
[FLINK-5508] [mesos] Introduce ZooKeeperUtilityFactory to create ZooKeeper
utility classes
This commit adds utility classes to abstract the CuratorFramework
dependency from ZooKeeper
utility classes away. That way it is possible for modules outside of
flink-runtime to use
these utility classes without facing the problem of a relocated curator
dependency.
----
---
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.
---