Review Request 50828: SAMZA-994 Fix StreamAppender to work with the refactored Job Coordinator

2016-08-04 Thread Jagadish Venkatraman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50828/ --- Review request for samza. Repository: samza Description --- The Stream

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Shekar Tippur
This server is not connected to vpn. - Shekar

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Jacob Maes
Hey Shekar, Are your YARN hosts connected to a VPN by chance? The only time I've seen problems with the localhost was when I ran unit tests on my Mac while connected to VPN. Apparently, its related to a bug in Java http://bugs.java.com/view_bug.do?bug_id=7180557 -Jake On Thu, Aug 4, 2016 at

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Shekar Tippur
Yi, I can do a curl or telnet to localhost but it is hard to simulate as it spawns random ports. The job fails. Here is the application log: 2016-08-04 20:40:56 SamzaAppMaster$ [INFO] got container id: container_1470270235966_0016_02_01 2016-08-04 20:40:56 SamzaAppMaster$ [INFO] got app

Re: Review Request 47992: Improve logging by adding a startup logger.

2016-08-04 Thread Jake Maes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47992/#review144836 --- Closing the loop: This review has been superseded by

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Yi Pan
Hi, Shekar, Please see my replies below: On Thu, Aug 4, 2016 at 12:18 PM, Shekar Tippur wrote: > Sorry .. got trigger happy. > Couple of observations: > 1. rmi port seem to be random ones Even with task.opts and setting the port > to 1099 > You are right. Samza containers

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Shekar Tippur
Sorry .. got trigger happy. Couple of observations: 1. rmi port seem to be random ones Even with task.opts and setting the port to 1099 2. Do I need to start rmiregistry manually? 3. I dont have any firewall settings. On Thu, Aug 4, 2016 at 12:14 PM, Shekar Tippur wrote: > Yi

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Shekar Tippur
Yi Thanks for responding.. I have tried diff options for task.opts and without it as well. I have tried this task.opts=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false

Re: Samza yarn job - cannot bind to local host

2016-08-04 Thread Yi Pan
Hi, Shekar, Did you check your firewall configuration? Could you also paste your configuration, especially task.opts? -Yi On Wed, Aug 3, 2016 at 5:56 PM, Shekar Tippur wrote: > I am trying to submit a Samza job to yarn and I get a error: > > Exception in thread "main"