You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by sa...@apache.org on 2022/05/09 22:32:54 UTC

[incubator-heron] 03/03: [CLI] Removed reference to Aurora in Tar file submitter.

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 <sa...@apache.org>
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: