mirror of
https://github.com/apache/druid.git
synced 2025-02-13 13:34:58 +00:00
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
ps -eaf | grep QuorumPeerMain | grep -v grep | awk '{print $2}' | xargs kill
|