You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/12/28 12:49:42 UTC

[incubator-inlong] branch master updated: [INLONG-2068][Bug] the class name in dataproxy stop.sh is wrong (#2069)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a48f8e  [INLONG-2068][Bug] the class name in dataproxy stop.sh is wrong (#2069)
1a48f8e is described below

commit 1a48f8ee14f44967cda510ff037995a28709cf86
Author: ziruipeng <zp...@connect.ust.hk>
AuthorDate: Tue Dec 28 20:49:32 2021 +0800

    [INLONG-2068][Bug] the class name in dataproxy stop.sh is wrong (#2069)
---
 inlong-dataproxy/bin/dataproxy-stop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-dataproxy/bin/dataproxy-stop.sh b/inlong-dataproxy/bin/dataproxy-stop.sh
index 6b3e10a..38fdfb8 100644
--- a/inlong-dataproxy/bin/dataproxy-stop.sh
+++ b/inlong-dataproxy/bin/dataproxy-stop.sh
@@ -20,4 +20,4 @@
 #
 
 # this program kills the dataProxy
-ps -ef |grep "org.apache.flume.node.Application"|grep "apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9
+ps -ef |grep "org.apache.inlong.dataproxy.node.Application"|grep "apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9