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 2020/05/18 15:07:57 UTC

[flink] branch release-1.11 updated: [FLINK-17777][tests] Set HADOOP_CLASSPATH for Mesos TaskManagers

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

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


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new f46735c  [FLINK-17777][tests] Set HADOOP_CLASSPATH for Mesos TaskManagers
f46735c is described below

commit f46735cb4963af616c0e8538331bed8739a1d353
Author: Gary Yao <ga...@apache.org>
AuthorDate: Mon May 18 10:08:49 2020 +0200

    [FLINK-17777][tests] Set HADOOP_CLASSPATH for Mesos TaskManagers
---
 flink-jepsen/src/jepsen/flink/db.clj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-jepsen/src/jepsen/flink/db.clj b/flink-jepsen/src/jepsen/flink/db.clj
index df04765..61743b1 100644
--- a/flink-jepsen/src/jepsen/flink/db.clj
+++ b/flink-jepsen/src/jepsen/flink/db.clj
@@ -303,6 +303,7 @@
     "-Djobmanager.rpc.address=$(hostname -f)"
     "-Djobmanager.rpc.port=6123"
     "-Dmesos.resourcemanager.tasks.cpus=1"
+    "-Dcontainerized.taskmanager.env.HADOOP_CLASSPATH=$(/opt/hadoop/bin/hadoop classpath)"
     "-Dtaskmanager.memory.process.size=2048m"
     "-Drest.bind-address=$(hostname -f)"))