[GitHub] twill pull request #31: Avoid packaging resources jar in the ApplicationMast...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/31 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

Re: interest in bare-bones cluster/agent solution?

2017-02-06 Thread Martin Serrano
Devs, I've got an initial prototype going on this project. During this process I noticed that much of what I needed to do ended up duplicating code that is in the twill-yarn project. I'm curious if the community would be open to refactoring that moved some of this code such that it could be

[GitHub] twill issue #23: (TWILL-181) allow setting the maximum number of retries per...

2017-02-06 Thread serranom
Github user serranom commented on the issue: https://github.com/apache/twill/pull/23 I looked at the latest CI run and the failure is related to some `twill-zookeeper` project issue -- not yarn --- If your project is set up for it, you can reply to this email and have your reply appe

[jira] [Commented] (TWILL-181) Control the maximum number of retries for failed application starts

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854723#comment-15854723 ] ASF GitHub Bot commented on TWILL-181: -- Github user serranom commented on the issue:

[GitHub] twill issue #23: (TWILL-181) allow setting the maximum number of retries per...

2017-02-06 Thread hsaputra
Github user hsaputra commented on the issue: https://github.com/apache/twill/pull/23 Looks like not related to this PR. Will merge EOD if no more comment. Thanks again for the hard work, @serranom --- If your project is set up for it, you can reply to this email and have you

[jira] [Commented] (TWILL-181) Control the maximum number of retries for failed application starts

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854725#comment-15854725 ] ASF GitHub Bot commented on TWILL-181: -- Github user hsaputra commented on the issue:

Zookeeper Issue when Creating a Simple Twill Application

2017-02-06 Thread Meier, Caleb
Hello, I’m trying to create my own simple HelloWorld in Twill. The run method for the runnable is the following: @Override public void run() { System.err.println("Starting No-Op notification task: " + new Date()); try {

Re: Zookeeper Issue when Creating a Simple Twill Application

2017-02-06 Thread Martin Serrano
Caleb, If you want to see your output, you should be using a logger within your runnable instead of the System.err.println. The zookeeper ERROR you see on exit is happening after your application has shutdown I believe. I have seen this error myself after the application stops. -Martin On

Re: interest in bare-bones cluster/agent solution?

2017-02-06 Thread Terence Yim
Hi Martin, You are right that the twill API was designed to be as neutral as possible and not to be specific for YARN. In fact, there are some interests to create a Mesos runner in twill. Would you mind sharing a bit more about the cluster management infrastructure your company is using ? Is it

Re: interest in bare-bones cluster/agent solution?

2017-02-06 Thread Martin Serrano
Terence, Our solution is completely in house (but doesn't need to stay that way). It is much simpler than either Mesos or Yarn. My initial POC indicates it will work. Our solution does not do any resource management but will do some load balancing. Martin Sent from my Verizon Wireless 4G