Thanks Moon

That's worked indeed. I find it strange that you have to avoid testing ...
is there a good reason?
Is there a documentation in case I want to deploy my components in a remote
directory ?

Cheers
Guillaume

On Sun, 3 Jul 2016 at 15:52 moon soo Lee <[email protected]> wrote:

> Hi,
>
> Could you try build with "-DskipTests -Pexamples" flag?
> That'll skip the unittest and includes simple helium examples.
>
> If you run unittest locally, it's still good idea to build with -DskipTests
> first, and then run 'mvn test ..." or 'mvn package', while some tests might
> work only after fully built.
>
> Thanks,
> moon
>
> On Sun, Jul 3, 2016 at 5:33 AM tog <[email protected]> wrote:
>
> > Hi
> >
> > I am trying to build a branch based on remotes/leemoonsoo/ZEPPELIN-732-up
> > in order to test/play with what I believe is the Helium implementation.
> >
> > I am using: MAVEN_OPTS="-Xms512m -Xmx1024m" mvn clean package
> >
> >  My build always stop with the errors attached. I noticed that most of
> the
> > time I have processes still running like below:
> >
> >   501  3510     1   0  2:23pm ttys002    0:00.01 /bin/bash
> > ../bin/interpreter.sh -d nonexists -p 53438 -l fakeRepo
> >
> >   501  3518  3510   0  2:23pm ttys002    0:00.84
> > /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin/java
> > -Dfile.encoding=UTF-8
> >
> -Dlog4j.configuration=file:///Users/tog/Work/zeppelin/conf/log4j.properties
> >
> -Dzeppelin.log.file=/Users/tog/Work/zeppelin/logs/zeppelin-interpreter-nonexists-tog-toggy.local.log
> > -Xms1024m -Xmx1024m -XX:MaxPermSize=512m -cp
> >
> ::/Users/tog/Work/zeppelin/zeppelin-interpreter/target/lib/*::/Users/tog/Work/zeppelin/conf:/Users/tog/Work/zeppelin/conf:/Users/tog/Work/zeppelin/zeppelin-interpreter/target/classes
> > org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer 53438
> > Can someone help?
> >
> > Cheers
> > Guillaume
> >
> >
> >
> >
> >
> >
> >
> >
>

Reply via email to