pnowojski commented on issue #6924: [FLINK-10600] Provide End-to-end test cases 
for modern Kafka connectors
URL: https://github.com/apache/flink/pull/6924#issuecomment-434608568
 
 
   Please try adding `|| echo ""` after `awk '{print $1}'`, like in this 
example:
   ```
   set -x
   set -e
   set -u
   set -o pipefail
   
   PIDS=$(jps -vl | grep java | grep -i QuorumPeerMain | grep -v grep | awk 
'{print $1}'|| echo "")
   if [ ! -z "$PIDS" ]; then
     echo "killing" $PIDS
   else
     echo "not killing" $PIDS
   fi
   
   echo "DONE"
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to