Skip to content

Commit

Permalink
[FLINK-17777][tests] Set HADOOP_CLASSPATH for Mesos TaskManagers
Browse files Browse the repository at this point in the history
This closes apache#12204.
  • Loading branch information
GJL committed May 18, 2020
1 parent 1aee2c6 commit 81ffe8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flink-jepsen/src/jepsen/flink/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)"))

Expand Down

0 comments on commit 81ffe8a

Please sign in to comment.