BIGTOP-2492 Code review
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bcc447c1 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bcc447c1 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bcc447c1 Branch: refs/heads/master Commit: bcc447c1147ff71bf3b15d93a441846892abf47d Parents: 1d9561a Author: David Moravek <[email protected]> Authored: Thu Jul 14 09:17:16 2016 +0200 Committer: Roman Shaposhnik <[email protected]> Committed: Wed Mar 22 16:21:52 2017 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/flink/control | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bcc447c1/bigtop-packages/src/deb/flink/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/flink/control b/bigtop-packages/src/deb/flink/control index 31d1e0e..c28c550 100644 --- a/bigtop-packages/src/deb/flink/control +++ b/bigtop-packages/src/deb/flink/control @@ -24,16 +24,15 @@ Homepage: http://flink.apache.org Package: flink Architecture: all Depends: bigtop-utils (>= 0.7), adduser -Description: Flinkâs core is a streaming dataflow engine that provides data - distribution, communication, and fault tolerance for distributed - computations over data streams. +Description: Apache Flink is an open source platform for distributed stream + and batch data processing. Package: flink-jobmanager Architecture: all -Depends: flink -Description: Flinkâs jobmanager. +Depends: flink (= ${source:Version}) +Description: Apache Flink Job Manager service. Package: flink-taskmanager Architecture: all -Depends: flink -Description: Flinkâs taskmanager. +Depends: flink (= ${source:Version}) +Description: Apache Flink Task Manager Service.
