Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# sbt
$ sbt/sbt "test-only org.apache.spark.io.ComprsionCodecSuiteCompressionCodecSuite"
$ sbt/sbt "test-only org.apache.spark.io.*"

# Maven
$ mvn clean test -DwildcardSuites=org.apache.spark.io.ComprsionCodecSuiteCompressionCodecSuite
$ mvn clean test -DwildcardSuites=org.apache.spark.io.*

...