Versions Compared

Key

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

...

No Format
mvn -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

to run with local mapreduce (faster and theoretically you should be able to attach a debugger) 

...