[GitHub] spark pull request #20571: [SPARK-23383][Build][Minor]Make a distribution sh...

2018-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20571 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20571: [SPARK-23383][Build][Minor]Make a distribution sh...

2018-02-14 Thread felixcheung
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 ;; -*)

[GitHub] spark pull request #20571: [SPARK-23383][Build][Minor]Make a distribution sh...

2018-02-11 Thread yaooqinn
Github user yaooqinn commented on a diff in the pull request: https://github.com/apache/spark/pull/20571#discussion_r167440294 --- Diff: dev/make-distribution.sh --- @@ -72,8 +76,15 @@ while (( "$#" )); do --help) exit_with_usage ;; +--*)

[GitHub] spark pull request #20571: [SPARK-23383][Build][Minor]Make a distribution sh...

2018-02-11 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/20571#discussion_r167437130 --- Diff: dev/make-distribution.sh --- @@ -72,8 +76,15 @@ while (( "$#" )); do --help) exit_with_usage ;; +--*)

[GitHub] spark pull request #20571: [SPARK-23383][Build][Minor]Make a distribution sh...

2018-02-10 Thread yaooqinn
GitHub user yaooqinn opened a pull request: https://github.com/apache/spark/pull/20571 [SPARK-23383][Build][Minor]Make a distribution should exit with usage while detecting wrong options ## What changes were proposed in this pull request? ```shell ./dev/make-distribution.sh