Skip to content

Commit

Permalink
Merge pull request #21 from sscpac/bugfix/remove-storm-resource-aware…
Browse files Browse the repository at this point in the history
…-scheduler

Remove Storm Resource Aware Scheduler
  • Loading branch information
jasonkha authored Jul 20, 2020
2 parents bd274eb + 8893989 commit 57653d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,6 @@
{% if storm_mode is defined %}
"storm.cluster.mode" : "{{ storm_mode | default('distributed') }}",
{% endif %}
"storm.scheduler" : "org.apache.storm.scheduler.resource.ResourceAwareScheduler",
"storm.local.dir" : "{{ storm_localdir | default('/hadoop/storm') }}",
{% if storm_nimbus_opts is defined %}
"nimbus.childopts" : "{{ storm_nimbus_opts }}",
Expand Down

0 comments on commit 57653d1

Please sign in to comment.