yanboliang / spark-vlbfgs

Vector-free L-BFGS implementation for Spark MLlib
Apache License 2.0
46 stars 17 forks source link

Add scalatest plugin and update some test suites #5

Closed WeichenXu123 closed 7 years ago

WeichenXu123 commented 7 years ago

What changes were proposed in this pull request?

running all tests, use command

mvn test

running parts of tests, use commands like following:

mvn test -DwildcardSuites=org.apache.spark.ml.optim
mvn test -DwildcardSuites=org.apache.spark.ml.classification.VLogisticRegressionSuite