mvn package doesn't make tarballs. It creates artifacts that will generally appear in target/ and subdirectories, and likewise within modules. Look at make-distribution.sh
On Wed, Nov 12, 2014 at 8:14 PM, Ashwin Shankar <ashwinshanka...@gmail.com> wrote: > Hi, > I just cloned spark from the github and I'm trying to build to generate a > tar ball. > I'm doing : mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive > -DskipTests clean package > > Although the build is successful, I don't see the targz generated. > > Am I running the wrong command ? > > -- > Thanks, > Ashwin > > >