You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2018/09/28 19:06:28 UTC

[flink] 02/10: [hotfix][tests] Remove wrong -rest.port=8081 from mesos start arguments.

This is an automated email from the ASF dual-hosted git repository.

gary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit b4b6fb068f86c4c63d031d67c56987ce2d84e73e
Author: gyao <ga...@data-artisans.com>
AuthorDate: Sat Sep 15 16:27:26 2018 +0200

    [hotfix][tests] Remove wrong -rest.port=8081 from mesos start arguments.
    
    Dynamic arguments hould be prefixed with -D. Despite that the config key is not
    needed because it is set in the flink-conf.yaml already.
---
 flink-jepsen/src/jepsen/flink/db.clj | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-jepsen/src/jepsen/flink/db.clj b/flink-jepsen/src/jepsen/flink/db.clj
index 5b7de63..e9f7f86 100644
--- a/flink-jepsen/src/jepsen/flink/db.clj
+++ b/flink-jepsen/src/jepsen/flink/db.clj
@@ -293,7 +293,6 @@
                                                                       "-Djobmanager.rpc.address=$(hostname -f) "
                                                                       "-Djobmanager.heap.mb=2048 "
                                                                       "-Djobmanager.rpc.port=6123 "
-                                                                      "-rest.port=8081 "
                                                                       "-Dmesos.resourcemanager.tasks.mem=2048 "
                                                                       "-Dtaskmanager.heap.mb=2048 "
                                                                       "-Dtaskmanager.numberOfTaskSlots=2 "