Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: explicitly state how to specify Hadoop version

...

Code Block
mvn clean install -DskipTests -Phadoop-1
cd itests 
mvn clean install -DskipTests -Phadoop-1

How to specify the Hadoop version?

In mvn commands, use -Phadoop-1 or -Phadoop-2 to specify the Hadoop version. Several examples are shown in these build instructions.

How do I import into eclipse?

...