Skip to content
Snippets Groups Projects
Commit 446b801b authored by Andy Konwinski's avatar Andy Konwinski
Browse files

Fixing typos pointed out by Matei

parent ad7f0452
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,11 @@ It uses the scala-maven-plugin which supports incremental and continuous compila
Tests are run by default via the scalatest-maven-plugin. With this you can do things like:
skip test execution (but not compilation):
Skip test execution (but not compilation):
$ mvn -DskipTests -Phadoop2 clean install
To runn a specific test suite:
To run a specific test suite:
$ mvn -Phadoop2 -Dsuites=spark.repl.ReplSuite test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment