Re: Slider 0.50.2 requests container from decommissioned node.

2015-01-30 Thread Tim Israel
As soon as I sent this, I decided to just clear out the following folder in hdfs /user//.slider/cluster//history/* That resolved the issue. Thanks, Tim Tim On Fri, Jan 30, 2015 at 8:22 PM, Tim Israel wrote: > Hi all, > > I realize I'm using an older version of slider, but I think this was t

Slider 0.50.2 requests container from decommissioned node.

2015-01-30 Thread Tim Israel
Hi all, I realize I'm using an older version of slider, but I think this was the last release to be compiled against Hadoop 2.4 with Kerberos working. We aren't positioned to upgrade to 2.6 yet. That being said, Slider has worked pretty flawlessly for us so far. I checked JIRA, and didn't find

[jira] [Resolved] (SLIDER-641) multiple slider-agent tarballs in lib dir

2015-01-30 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty resolved SLIDER-641. -- Resolution: Fixed > multiple slider-agent tarballs in lib dir >

[jira] [Resolved] (SLIDER-743) Include node failure history when choosing placement hints

2015-01-30 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty resolved SLIDER-743. -- Resolution: Fixed Assignee: Sumit Mohanty (was: Steve Loughran) > Include node failure hi

[jira] [Commented] (SLIDER-743) Include node failure history when choosing placement hints

2015-01-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299480#comment-14299480 ] ASF subversion and git services commented on SLIDER-743: Commit 39

[jira] [Commented] (SLIDER-757) Add Additional Resources

2015-01-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299383#comment-14299383 ] Ted Yu commented on SLIDER-757: --- {code} + * If the ADDTIONAL_RESOUERCE_DIR set, + * add

[jira] [Updated] (SLIDER-764) Allow specification of minimum number of live containers for each component type

2015-01-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated SLIDER-764: -- Summary: Allow specification of minimum number of live containers for each component type (was: Provide proper

[jira] [Commented] (SLIDER-764) Provide proper response when number of good nodes is lower than requested number of components

2015-01-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299358#comment-14299358 ] Ted Yu commented on SLIDER-764: --- bq. start with some criteria for the minimum number of each

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Billie Rinaldi
On Fri, Jan 30, 2015 at 8:42 AM, Jon Maron wrote: > Perhaps someone better versed with maven can attempt this: > > I’m just trying to come up with the correct set of parameters to pull this > version from the repository as a dependency (just to test the ability to > reference it as a project depe

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Sumit Mohanty
+1. Verified by compiling Ambari with modified POM files as Ambari needed to take binary dependency on Slider. Verified signatures and encryption. Ensure the sources build cleanly after checking out the tag. -Sumit From: Jon Maron Sent: Friday, January

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Jon Maron
+1 On Jan 28, 2015, at 10:09 AM, Steve Loughran wrote: > This is a call for a vote on Apache Slider 0.61.0-incubating release > > This is a source+binary release. > > This release extends the previous RC with: > -full transient license check metadata > -use of -incubating in the maven versions

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Jon Maron
That really is the one we need working, so I imagine the issue I note below is actually a non-issue… On Jan 30, 2015, at 2:24 PM, Sumit Mohanty wrote: > Modified Ambari code to take dependency on the specific mvn repo path to > validate. > > POM - snippet > > > >ASF Snapshots > > http

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Billie Rinaldi
+1 binding On Wed, Jan 28, 2015 at 7:09 AM, Steve Loughran wrote: > This is a call for a vote on Apache Slider 0.61.0-incubating release > > This is a source+binary release. > > This release extends the previous RC with: > -full transient license check metadata > -use of -incubating in the maven

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Sumit Mohanty
Modified Ambari code to take dependency on the specific mvn repo path to validate. POM - snippet ASF Snapshots https://repository.apache.org/content/repositories/orgapacheslider-100 3/ Verified with the build .. Š Downloading: https://repository.apache.org/content/repositories/

Re: review board

2015-01-30 Thread Ted Yu
bq. if portions can be broken into commits that do not break the overall functionality Makes sense. On Fri, Jan 30, 2015 at 11:04 AM, Jon Maron wrote: > Great! > > I plan to start submitting my commits for review - I’ll figure out a > process that works for me (rbt, web posting, etc) and post m

Re: review board

2015-01-30 Thread Jon Maron
Great! I plan to start submitting my commits for review - I’ll figure out a process that works for me (rbt, web posting, etc) and post my thoughts. One thing that will probably be important is managing the scope of commits - reviews should be kept to a manageable size (ideally around 5 files

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Jon Maron
Perhaps someone better versed with maven can attempt this: I’m just trying to come up with the correct set of parameters to pull this version from the repository as a dependency (just to test the ability to reference it as a project dependency): mvn org.apache.maven.plugins:maven-dependency-pl

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Josh Elser
Oh, dear, I forgot a bullet point! I did run through the unit tests, but I know the funtests/etc (the tests which require a full instance) bailed out instead of actually running because I was using my desktop for other things when I did this. I'll try to get a run set up later today and post b

[jira] [Commented] (SLIDER-768) API to indicate when all component instances are launched

2015-01-30 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298682#comment-14298682 ] Steve Loughran commented on SLIDER-768: --- New app state oustanding-request counter is

Re: review board

2015-01-30 Thread Ted Yu
The INFRA JIRA has been resolved. We should be able to use reviewboard now. > On Jan 27, 2015, at 10:34 AM, Steve Loughran wrote: > > infra all hang out on hipchat > > https://www.hipchat.com/gdAiIcNyE > >> On 27 January 2015 at 16:34, Jon Maron wrote: >> >> Ted made that change early i

[jira] [Updated] (SLIDER-768) API to indicate when all component instances are launched

2015-01-30 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated SLIDER-768: -- Sprint: Slider Jan #2 > API to indicate when all component instances are launched >

[jira] [Updated] (SLIDER-769) Modify Slider app packages for seamless integration with AMS provider (Ambari Metrics Service)

2015-01-30 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated SLIDER-769: -- Sprint: Slider Feb #1 > Modify Slider app packages for seamless integration with AMS provider (A

[jira] [Commented] (SLIDER-685) Better propagation of config options from client to deployed service

2015-01-30 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298569#comment-14298569 ] Steve Loughran commented on SLIDER-685: --- # there's already {{slider-server.xml}}; I'

[jira] [Commented] (SLIDER-319) Instrument slider AM with codahale metrics

2015-01-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298560#comment-14298560 ] ASF subversion and git services commented on SLIDER-319: Commit c9

[jira] [Commented] (SLIDER-772) add sample slider-server.xml with metrics configuration

2015-01-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298559#comment-14298559 ] ASF subversion and git services commented on SLIDER-772: Commit c9

Re: [VOTE] Apache Slider Incubating Release 0.61.0-incubating

2015-01-30 Thread Steve Loughran
thanks. More votes needed! It doesn' t matter when your votes are binding or not, please look @ test the code if you can From: Josh Elser Sent: 29 January 2015 23:00 To: dev@slider.incubator.apache.org Subject: Re: [VOTE] Apache Slider Incubating Relea

[jira] [Updated] (SLIDER-757) Add Additional Resources

2015-01-30 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-757: Attachment: (was: SLIDER-757.patch) > Add Additional Resources > > >

[jira] [Updated] (SLIDER-757) Add Additional Resources

2015-01-30 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-757: Attachment: SLIDER-757.patch > Add Additional Resources > > > Key:

[jira] [Updated] (SLIDER-757) Add Additional Resources

2015-01-30 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-757: Description: To add this feature would be good for some application that would use extra resources: * set

[jira] [Updated] (SLIDER-757) Add Additional Resources

2015-01-30 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-757: Attachment: SLIDER-757.patch > Add Additional Resources > > > Key: