This is an automated email from the ASF dual-hosted git repository. saadurrahman pushed a commit to branch saadurrahman/3829-Deprecate-Apache-Aurora-dev in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 0a56102b59aa1e407c47d52e3a6f2fc41defb233 Author: Saad Ur Rahman <[email protected]> AuthorDate: Mon May 9 17:19:33 2022 -0400 [SPI] Removed key for Aurora scheduler class. --- heron/spi/src/java/org/apache/heron/spi/common/Key.java | 1 - 1 file changed, 1 deletion(-) diff --git a/heron/spi/src/java/org/apache/heron/spi/common/Key.java b/heron/spi/src/java/org/apache/heron/spi/common/Key.java index 94cd60483a6..9a06cb916dd 100644 --- a/heron/spi/src/java/org/apache/heron/spi/common/Key.java +++ b/heron/spi/src/java/org/apache/heron/spi/common/Key.java @@ -81,7 +81,6 @@ public enum Key { PACKING_CLASS ("heron.class.packing.algorithm", Type.STRING), REPACKING_CLASS ("heron.class.repacking.algorithm", Type.STRING), STATE_MANAGER_CLASS ("heron.class.state.manager", Type.STRING), - AURORA_CONTROLLER_CLASS ("heron.class.scheduler.aurora.controller.cli", Boolean.TRUE), //keys for scheduler config SCHEDULER_IS_SERVICE ("heron.scheduler.is.service", Boolean.TRUE),
