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 a449ee128e39d382ec9a3b205e75f05f9dba49b9 Author: Saad Ur Rahman <[email protected]> AuthorDate: Mon May 9 18:32:41 2022 -0400 [CLI] Removed reference to Aurora in Tar file submitter. --- heron/tools/cli/src/python/submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heron/tools/cli/src/python/submit.py b/heron/tools/cli/src/python/submit.py index af77641f026..011bb1e80ed 100644 --- a/heron/tools/cli/src/python/submit.py +++ b/heron/tools/cli/src/python/submit.py @@ -320,7 +320,7 @@ def submit_tar(cl_args, unknown_args, tmp_dir): The submitter inside will write out the topology defn file to a location that we specify. Then we write the topology defn file to a well known packer location. We then write to appropriate places in zookeeper - and launch the aurora jobs + and launch the jobs. :param cl_args: :param unknown_args: :param tmp_dir:
