Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19359#discussion_r141479571
--- Diff: dev/create-release/release-build.sh ---
@@ -345,16 +345,14 @@ if [[ "$1" == "publish-snapshot" ]]; then
# -DskipTests $SCALA_2_12_PROFILES $PUBLISH_PROFILES clean deploy
# Clean-up Zinc nailgun process
- /usr/sbin/lsof -P |grep $ZINC_PORT | grep LISTEN | awk '{ print $2; }' |
xargs kill
+ lsof -P |grep $ZINC_PORT | grep LISTEN | awk '{ print $2; }' | xargs kill
--- End diff --
Hm, @holdenk, I thought the full path of `lsof` is required for non-root
user in few OSs.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]