You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NOTE THAT this page is still in draft and may not be fully implemented yet.

Building from sources

Checkout sources:

$ svn co https://svn.apache.org/repos/asf/sqoop/branches/sqoop2

Then, change to sqoop2 directory and build them:

$ cd sqoop2
$ mvn install

Creating binary distribution

Now package the binaries as distribution:

$ mvn package -Pdist

As part of this process,

  • No labels