Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/20571#discussion_r168389419
--- Diff: dev/make-distribution.sh ---
@@ -72,9 +76,19 @@ while (( "$#" )); do
--help)
exit_with_usage
;;
- *)
+ --*)
+ echo "Error: $1 is not supported, it will be ignored and not take
effect"
+ usage
+ shift
+ continue
--- End diff --
+1 on not continue
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]