follow up on the server

2009-07-02 Thread Billy Pearson
I have a need for ips now google is getting harder and harder to check cache and rankings. I also still need bandwidth for my other project so looking to get a server from you in exchange for some points or subscription on receive links. let me know what you have first I need ips and a low end

Re: [VOTE] Release Hadoop 0.19.2 (candidate 0)

2009-07-02 Thread jason hadoop
Since the only place that data is incompatable is in a map, I don't think it should matter, unless someone has written out a file of TupleWriteables in a sequence file. The serialization format is designed to be able to read the old format. On Thu, Jul 2, 2009 at 3:10 PM, Owen O'Malley wrote: >

Re: [jira] Resolved: (HADOOP-4212) New lines and leading spaces are not trimmed of a value when configuration is read

2009-07-02 Thread Rafael Turk
unsubscribe

Re: [VOTE] Release Hadoop 0.19.2 (candidate 0)

2009-07-02 Thread Owen O'Malley
Ok, I checked and it doesn't break compatibility, but it will write data that isn't readable by the unpatched code. Rather than push this back into what is likely the last 0.19 release, I'd propose that we just backport this to 0.20. Is that reasonable? -- Owen

[jira] Reopened: (HADOOP-5170) Set max map/reduce tasks on a per-job basis, either per-node or cluster-wide

2009-07-02 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley reopened HADOOP-5170: --- This is *not* resolved and will likely be reverted. > Set max map/reduce tasks on a per-job bas

Re: Developing cross-component patches post-split

2009-07-02 Thread Scott Carey
On 7/1/09 11:58 PM, "Nigel Daley" wrote: > > > On Jul 1, 2009, at 10:16 PM, Todd Lipcon wrote: > >> On Wed, Jul 1, 2009 at 10:10 PM, Raghu Angadi > inc.com> wrote: >> >>> >>> -1 for committing the jar. >>> >>> Most of the various options proposed sound certainly better. >>> >>> Can build.

Re: [VOTE] Release Hadoop 0.19.2 (candidate 0)

2009-07-02 Thread jason hadoop
I don't believe that patch breaks any compatibility, the change is completely internal to TupleWritable. The version in 18, requires larger changes as CompositeInputReader needs to change also. On Wed, Jul 1, 2009 at 11:50 PM, Owen O'Malley wrote: > On Wed, Jul 1, 2009 at 8:09 PM, jason hadoop >