Versions Compared

Key

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

...

2. Make sure that LICENSE.txt contains license information for all third-party libraries. In order to do this check properly, you will need to quickly create all packages. You need to check jars available in client/lib, server/lib and insider sqoop server war file (server/webapps/sqoop.war).

Code Block
mvn package -DskipTestDskipTests
mvn package -DskipTests -Pbinary -Dhadoop.profile=100
mvn package -DskipTests -Pbinary -Dhadoop.profile=200

...