Hi All, I started quick-start-batch instea...
# troubleshooting
r
Hi All, I started quick-start-batch instead quick-start-streaming, how to stop quick-start-batch, any idea?
x
Copy code
➜ ps wuax|grep "org.apache.pinot.tools.Quickstart"
xiangfu          79906 100.1  3.0  9461188 1002132 s007  R+   12:57AM   0:56.62 /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -Xms1G -Xmx1G -Dlog4j2.configurationFile=conf/quickstart-log4j2.xml -Dplugins.dir=/Users/xiangfu/Downloads/apache-pinot-incubating-0.6.0-bin/plugins -classpath /Users/xiangfu/Downloads/apache-pinot-incubating-0.6.0-bin/lib/* -Dapp.name=quick-start-batch -Dapp.pid=79906 -Dapp.repo=/Users/xiangfu/Downloads/apache-pinot-incubating-0.6.0-bin/lib -Dapp.home=/Users/xiangfu/Downloads/apache-pinot-incubating-0.6.0-bin -Dbasedir=/Users/xiangfu/Downloads/apache-pinot-incubating-0.6.0-bin org.apache.pinot.tools.Quickstart



➜ kill 79906
also
ctrl
+
c
if you are on the same terminal session
1
r
Thanks @Xiang Fu or bin/pinot-admin.sh StopProcess -controller -server -broker -zooKeeper