Hi, For building a package from a clean clone try doing:
> mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 > -Pbuild-distr -DskipTests -- Kind regards, Alexander > On 27 May 2015, at 12:57, Roopa Prabhu <rooparu...@gmail.com> wrote: > > The following command goes fine without issues: > mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests. > > But when I try to package the distribution using: > mvn clean package -P build-distr -DskipTests > it fails. > > > >> On Wed, May 27, 2015 at 9:26 AM, Roopa Prabhu <rooparu...@gmail.com> wrote: >> The following command goes fine without issues: >> mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 >> -DskipTests. >> >> But when I try to package the distribution using:mvn clean package -P >> build-distr >> >>> On Tue, May 26, 2015 at 7:06 AM, Alexander Bezzubov <abezzu...@nflabs.com> >>> wrote: >>> Hi Roopa, >>> >>> which command did you use to build Zeppelin? >>> Please try 'mvn package ....' instead and let us know if that works. >>> >>> >>>> On Tue, May 26, 2015 at 8:45 AM, Corneau Damien <cornead...@gmail.com> >>>> wrote: >>>> Hi, >>>> >>>> Tests tends to fail when people compile zeppelin (works fine on CI). >>>> Can you try compiling with -DskipTests? >>>>> On May 25, 2015 6:02 PM, "Roopa Prabhu" <rooparu...@gmail.com> wrote: >>>>> Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test >>>>> (test) on project zeppelin-server: There are test failures -> [Help 1] >>>>> [ERROR] >>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the >>>>> -e switch. >>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>>>> [ERROR] >>>>> [ERROR] For more information about the errors and possible solutions, >>>>> please read the following articles: >>>>> [ERROR] [Help 1] >>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >>>>> [ERROR] >>>>> [ERROR] After correcting the problems, you can resume the build with the >>>>> command >>>>> [ERROR] mvn <goals> -rf :zeppelin-server >>> >>> >>> >>> -- >>> -- >>> Kind regards, >>> Alexander. >