nwangtw commented on a change in pull request #2934: [aurora] add metadata
support for aurora
URL: https://github.com/apache/incubator-heron/pull/2934#discussion_r200795165
##########
File path:
heron/schedulers/src/java/org/apache/heron/scheduler/aurora/AuroraScheduler.java
##########
@@ -279,6 +279,19 @@ public void
removeContainers(Set<PackingPlan.ContainerPlan> containersToRemove)
auroraProperties.put(AuroraField.CORE_PACKAGE_URI, heronCoreReleasePkgURI);
auroraProperties.put(AuroraField.TOPOLOGY_PACKAGE_URI, topologyPkgURI);
+ if (config.containsKey(Key.SCHEDULER_PROPERTIES)) {
Review comment:
The new map would be the new 'Map[String, String]'. No need to add to param
list I think since the values are generated from existing arguments, but I
might be wrong.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services