You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/22 23:22:23 UTC

[3/4] bigtop git commit: BIGTOP-2492 Code review

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 <da...@firma.seznam.cz>
Authored: Thu Jul 14 09:17:16 2016 +0200
Committer: Roman Shaposhnik <rv...@apache.org>
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\u2019s 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\u2019s jobmanager.
+Depends: flink (= ${source:Version})
+Description: Apache Flink Job Manager service.
 
 Package: flink-taskmanager
 Architecture: all
-Depends: flink
-Description: Flink\u2019s taskmanager.
+Depends: flink (= ${source:Version})
+Description: Apache Flink Task Manager Service.