Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19695#discussion_r149851570
--- Diff: dev/create-release/release-build.sh ---
@@ -130,6 +130,10 @@ else
fi
fi
+LSOF=lsof
+if ! hash $LSOF 2>/dev/null; then
--- End diff --
If `lsof`'s full path can be different in different OSes as @kiszk's
comment https://github.com/apache/spark/pull/19695#issuecomment-342865001,
seems `command` can help return the full path of `lsof`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]