ailing the application.
>
> What I am doing wrong?
>
> Thanks,
>
> Jordi
>
> -Mensaje original-
> De: Jordi Blasi Uribarri [mailto:jbl...@nextel.es]
> Enviado el: viernes, 27 de marzo de 2015 9:45
> Para: dev@samza.apache.org
> Asunto: R
attempt. Failing the application.
What I am doing wrong?
Thanks,
Jordi
-Mensaje original-
De: Jordi Blasi Uribarri [mailto:jbl...@nextel.es]
Enviado el: viernes, 27 de marzo de 2015 9:45
Para: dev@samza.apache.org
Asunto: RE: java.lang.NoClassDefFoundError on Yarn job
Solved
: java.lang.NoClassDefFoundError on Yarn job
I did the steps that were included in the case and I am getting the same error.
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/hadoop/conf/Configuration
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Clas
e?
Thanks,
Jordi
-Mensaje original-
De: Roger Hoover [mailto:roger.hoo...@gmail.com]
Enviado el: jueves, 26 de marzo de 2015 17:25
Para: dev@samza.apache.org
Asunto: Re: java.lang.NoClassDefFoundError on Yarn job
Hi Jordi,
You might be running into this issue (
https://issues.apache.org/j
Hi Jordi,
You might be running into this issue (
https://issues.apache.org/jira/browse/SAMZA-456) which I just hit as well.
You probably need to add a couple more jars to your YARN lib dir.
Cheers,
Roger
On Thu, Mar 26, 2015 at 9:21 AM, Jordi Blasi Uribarri
wrote:
> Hi:
>
> I got samza runnin
Hi:
I got samza running a job in local mode with the property:
job.factory.class=org.apache.samza.job.local.ThreadJobFactory
Now I am trying to get it running in multiple machines. I have followed the
steps in the following guide:
https://github.com/apache/samza/blob/master/docs/learn/tutorials