Re: app.class or task.class for beam samza runner

2019-01-03 Thread Deshpande, Omkar
g" Subject: Re: app.class or task.class for beam samza runner Hello Xinyu, After adding this property, the beam pipeline is not getting triggered. Here are the logs - https://intuit.app.box.com/s/82cjpw9zabkcrhr1rfdg8mn8hc3zif89 This might be the relevant log snippet - Jan

Re: app.class or task.class for beam samza runner

2019-01-03 Thread Deshpande, Omkar
uot;Deshpande, Omkar" Subject: Re: app.class or task.class for beam samza runner This email is from an external sender. Add Omkar email back to this email list. For your later error, I think you need to add the following config as you are using standalone: app.runner.class=org.apache.samza.runti

Re: app.class or task.class for beam samza runner

2019-01-03 Thread Xinyu Liu
Add Omkar email back to this email list. For your later error, I think you need to add the following config as you are using standalone: app.runner.class=org.apache.samza.runtime.LocalApplicationRunner Please keep us updated if you run into any further issues. Thanks, Xinyu On Thu, Jan 3, 2

Re: app.class or task.class for beam samza runner

2019-01-03 Thread Xinyu Liu
As Prateek mentioned, I also double checked the exception, which comes from a class (ApplicationUtil.java) that only exists in Samza 1.0. Please remove any Samza 1.0 dependency since Beam api currently works with Samza 0.14.1. Your config looks mostly correct to me. The following is not needed: j

Re: app.class or task.class for beam samza runner

2019-01-03 Thread Deshpande, Omkar
Hey Prateek, Thank you for the quick response. There was a samaza-api.1.0.0.jar on the class path. I have replaced it with 0.14.1. And now I getting following exception - org.apache.samza.config.ConfigException: No task class defined in the configuration. at org.apache.samza.task.Task

Re: app.class or task.class for beam samza runner

2019-01-03 Thread Prateek Maheshwari
Hi Omkar, I think it's only possible to get that exception with Samza 1.0. Can you verify that the deployment is indeed using samza 0.14.1? Thanks, Prateek On Wed, Jan 2, 2019 at 11:40 PM Deshpande, Omkar wrote: > > Hello, > > I have been able to execute my Samza-Beam application in Local mode.

app.class or task.class for beam samza runner

2019-01-02 Thread Deshpande, Omkar
Hello, I have been able to execute my Samza-Beam application in Local mode. And now I am trying to run a Samza-Beam application in Standalone mode. Here is my configFile config.properties: app.name=test-app job.coordinator.factory=org.apache.samza.zk.ZkJobCoordinatorFactory job.coordinator.zk.