Repository: spark
Updated Branches:
  refs/heads/master 8d5752466 -> 6cf51a700


[SPARK-11903] Remove --skip-java-test

Per [pwendell's comments on 
SPARK-11903](https://issues.apache.org/jira/browse/SPARK-11903?focusedCommentId=15021511&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15021511)
 I'm removing this dead code.

If we are concerned about preserving compatibility, I can instead leave the 
option in and add a warning.

For example:

```sh
echo "Warning: '--skip-java-test' is deprecated and has no effect."
;;
```

cc pwendell, srowen

Author: Nicholas Chammas <[email protected]>

Closes #9924 from nchammas/make-distribution.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6cf51a70
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6cf51a70
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6cf51a70

Branch: refs/heads/master
Commit: 6cf51a7007bd72eb93ade149ca9fc53be5b32a17
Parents: 8d57524
Author: Nicholas Chammas <[email protected]>
Authored: Mon Nov 23 22:22:50 2015 -0800
Committer: Reynold Xin <[email protected]>
Committed: Mon Nov 23 22:22:50 2015 -0800

----------------------------------------------------------------------
 make-distribution.sh | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6cf51a70/make-distribution.sh
----------------------------------------------------------------------
diff --git a/make-distribution.sh b/make-distribution.sh
index d7d27e2..7b417fe 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -69,9 +69,6 @@ while (( "$#" )); do
       echo "Error: '--with-hive' is no longer supported, use Maven options 
-Phive and -Phive-thriftserver"
       exit_with_usage
       ;;
-    --skip-java-test)
-      SKIP_JAVA_TEST=true
-      ;;
     --with-tachyon)
       SPARK_TACHYON=true
       ;;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to