problem? I am using jetty-util-6.1.26.jar.
Thanks,
Jordi
-Mensaje original-
De: Roger Hoover [mailto:roger.hoo...@gmail.com]
Enviado el: miƩrcoles, 18 de marzo de 2015 16:52
Para: dev@samza.apache.org<mailto:dev@samza.apache.org>
Asunto: Re: SamzaException: no job factory c
ger Hoover [mailto:roger.hoo...@gmail.com]
Enviado el: miƩrcoles, 18 de marzo de 2015 16:52
Para: dev@samza.apache.org
Asunto: Re: SamzaException: no job factory class defined
Hi Jordi,
I think you need to add the "job.factory.class" property.
http://samza.apache.org/learn/documentation/0.
Hi Jordi,
I think you need to add the "job.factory.class" property.
http://samza.apache.org/learn/documentation/0.8/jobs/configuration-table.html
#An example
job.factory.class=org.apache.samza.job.local.ThreadJobFactory
Cheers,
Roger
On Wed, Mar 18, 2015 at 8:45 AM, Jordi Blasi Uribarri
wrote
Hello,
I am trying to run my first job (publish what receives) in Samza and I think
that all the dependencies where added by configuring the Maven repositories
(solved in a recent question to the list). I am getting another exception on
the Job runner:
#/opt/jobs# bin/run-job.sh
--config-fact