Skip to content

Commit

Permalink
Bugfix: Definition of system.hadoop-3.config.slaves configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
he-sk committed Sep 28, 2020
1 parent dc9e800 commit 3465887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ system {
# put list of workers
workers = ${system.default.config.slaves}
# unfortunately, the slaves config key is hard-coded in Java code
slaves = ${system.hadoop-3.config.workers}
slaves = ${system.default.config.slaves}
# hadoop-env.sh entries
env {
JAVA_HOME = ${system.default.config.java.home}
Expand Down

0 comments on commit 3465887

Please sign in to comment.