Versions Compared

Key

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

...

No Format
mvn -Dsqoop.hadoop.runner.class=org.apache.sqoop.test.hadoop.HadoopLocalRunner -Dtest=org.apache.sqoop.integration.connector.kafka.FromRDBMSToKafkaTest -DfailIfNoTests=false verify

You can disable the annoying java processes that pop up when you run the tests by running the following before using mvn:

No Format
export _JAVA_OPTIONS=-Djava.awt.headless=true

How does the integration test suite work? 

...