Hi,

Unfortunately, test does not work with spark-1.3 profile at the moment.

Through https://github.com/apache/incubator-zeppelin/pull/71 it's going to
be fixed.

Thanks,
moon

On Tue, Jun 2, 2015 at 4:42 PM Victor Manuel Garcia <[email protected]>
wrote:

> Hi,
> I running the nexts command....
>
> mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.zeppelin.display.AngularObjectTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779
> sec - in org.apache.zeppelin.display.AngularObjectTest
> Running org.apache.zeppelin.display.AngularObjectRegistryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> - in org.apache.zeppelin.display.AngularObjectRegistryTest
> Running org.apache.zeppelin.display.InputTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001
> sec - in org.apache.zeppelin.display.InputTest
> Running org.apache.zeppelin.scheduler.RemoteSchedulerTest
> 09:12:23,784  INFO
> org.apache.zeppelin.interpreter.remote.RemoteInterpreter:338 -
> setInterpreterGroup = InterpreterGroup_1433229143645_229584593
> class=org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA,
> path=fake
> 09:12:23,847  INFO
> org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess:107 -
> Run interpreter process
>
> /home/victorgarcia/my-repo/incubator-zeppelin/zeppelin-interpreter/../bin/interpreter.sh
> -d fake -p 39254
> 09:12:30,508 ERROR
> org.apache.zeppelin.interpreter.remote.RemoteInterpreterEventPoller:63
> - Can't get RemoteInterpreterEvent
> org.apache.zeppelin.interpreter.InterpreterException:
> org.apache.thrift.transport.TTransportException:
> java.net.ConnectException: Conexión rehusada
> at
> org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:53)
> at
> org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:37)
> at
> org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60)
> at
> org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861)
> at
> org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
> at
> org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
> at
> org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.getClient(RemoteInterpreterProcess.java:138)
>
>
> mvn clean package
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.zeppelin.display.AngularObjectTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635
> sec - in org.apache.zeppelin.display.AngularObjectTest
> Running org.apache.zeppelin.display.AngularObjectRegistryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> - in org.apache.zeppelin.display.AngularObjectRegistryTest
> Running org.apache.zeppelin.display.InputTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> - in org.apache.zeppelin.display.InputTest
> Running org.apache.zeppelin.scheduler.RemoteSchedulerTest
> 09:14:05,045  INFO
> org.apache.zeppelin.interpreter.remote.RemoteInterpreter:338 -
> setInterpreterGroup = InterpreterGroup_1433229244997_-1341374205
> class=org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA,
> path=fake
> 09:14:05,064  INFO
> org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess:107 -
> Run interpreter process
>
> /home/victorgarcia/my-repo/incubator-zeppelin/zeppelin-interpreter/../bin/interpreter.sh
> -d fake -p 52336
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/thrift/transport/TServerTransport
> at java.lang.Class.getDeclaredMethods0(Native Method)
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2625)
> at java.lang.Class.getMethod0(Class.java:2866)
> at java.lang.Class.getMethod(Class.java:1676)
> at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
> at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.thrift.transport.TServerTransport
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>
>
> thks
>
> 2015-06-02 7:41 GMT+02:00 moon soo Lee <[email protected]>:
> > Hi,
> >
> > Could you give me some idea how did you run test?
> > did you give any special profile or configuration in your mvn command?
> >
> > Thanks,
> > moon
> >
> > On Thu, May 21, 2015 at 5:00 PM Victor Manuel Garcia
> > <[email protected]> wrote:
> >>
> >> hi guys,
> >> I am running the test but gives the following errors...
> >>
> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec -
> in
> >> org.apache.zeppelin.display.InputTest
> >> Running org.apache.zeppelin.scheduler.RemoteSchedulerTest
> >> 09:32:39,404  INFO
> >> org.apache.zeppelin.interpreter.remote.RemoteInterpreter:336 -
> >> setInterpreterGroup =3D InterpreterGroup_1432193559325_-423836401
> >> class=3Dorg.apache.zeppelin.interpreter.remote.mock.MockInterpreterA,
> >> path=3Dfake
> >> 09:32:39,444  INFO
> >> org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess:107 -
> Run
> >> interpreter process
> >>
> >>
> /home/victorgarcia/my-repo/incubator-zeppelin/zeppelin-interpreter/../bin/i=
> >> nterpreter.sh
> >> -d fake -p 56051
> >> Exception in thread "main" java.lang.NoClassDefFoundError:
> >> org/apache/thrift/TException
> >> at java.lang.Class.getDeclaredMethods0(Native Method)
> >> at java.lang.Class.privateGetDeclaredMethods(Class.java:2625)
> >> at java.lang.Class.getMethod0(Class.java:2866)
> >> at java.lang.Class.getMethod(Class.java:1676)
> >>
> >>
> >> thks
> >>
> >>
> >> --
> >> Victor Manuel García
> >> Ingeniero de Software
> >>
> >> [+34] 672104297  | [email protected]
> >>
> >>
> >
>
>
>
> --
> Victor Manuel García
> Ingeniero de Software
>
> [+34] 672104297  | [email protected]
>

Reply via email to