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 <[email protected]>
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