Re: Code guidelines and bash

2014-07-28 Thread Doug Cutting
On Sun, Jul 27, 2014 at 9:28 PM, Ted Dunning wrote: > I don't know of any dev environments in common use today that can't display > >100 characters. I edit in an 80-column Emacs window that just fits beside an 80-column shell window on a portrait-rotated 24" monitor. Doug

Re: Change proposal for FileInputFormat isSplitable

2014-06-05 Thread Doug Cutting
On Fri, May 30, 2014 at 11:05 PM, Niels Basjes wrote: > How would someone create the situation you are referring to? By renaming files. I believe I can easily write a test using public APIs that will succeed without this patch and will fail with this patch. Given the number of Hadoop-based appl

Re: Change proposal for FileInputFormat isSplitable

2014-05-30 Thread Doug Cutting
a common non splittable compression (like gzip) then the > output will suddenly be different (which is the correct answer) and the > jobs will finish sooner because the input is not processed multiple times. > > Where do you see a performance impact? > > Niels > On May 30, 20

Re: Change proposal for FileInputFormat isSplitable

2014-05-30 Thread Doug Cutting
On Thu, May 29, 2014 at 2:47 AM, Niels Basjes wrote: > For arguments I still do not fully understand this was rejected by Todd and > Doug. Performance is a part of compatibility. Doug

Re: Re-swizzle 2.3

2014-01-29 Thread Doug Cutting
On Wed, Jan 29, 2014 at 12:30 PM, Jason Lowe wrote: > It is a bit concerning that the JIRA history showed that the target version > was set at some point in the past but no record of it being cleared. Perhaps the version itself was renamed? Doug

Re: [DISCUSS] What is the purpose of merge vote threads?

2013-10-25 Thread Doug Cutting
On Fri, Oct 25, 2013 at 10:56 AM, Vinod Kumar Vavilapalli wrote: > Discussing on a voting thread is not productive. When all votes are +1 then no discussion is needed. One shouldn't call a vote unless one expects all votes to be +1. But, if unexpectedly they're not all +1, then a discussion mus

Re: [DISCUSS] What is the purpose of merge vote threads?

2013-10-25 Thread Doug Cutting
On Fri, Oct 25, 2013 at 9:35 AM, Suresh Srinivas wrote: > Granted some of the feature readiness activity can be done during voting. > But I fail to understand why expediting a feature that takes months to build > should try to optimize a week. Why not finish the requirements we have for > every pa

Re: [DISCUSS] What is the purpose of merge vote threads?

2013-10-24 Thread Doug Cutting
On Thu, Oct 24, 2013 at 2:51 PM, Chris Nauroth wrote: > When the voting happens on jira with a finalized merge patch, I know > exactly what I'm voting for, because it's the same review-and-commit > process that we follow every day with the extra requirement of 3 +1s. When > it happens on email, i

Re: Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-09 Thread Doug Cutting
On Fri, Aug 9, 2013 at 1:15 PM, Alejandro Abdelnur wrote: > pinging again, I need help from somebody with sudo access to the hadoop > jenkins boxes to do this or to get sudo access for a couple of hours to set > up myself. Have you asked on builds@ or filed an INFRA Jira issue or asked on #asfinf

Re: git line endings trouble since recent trunk

2013-06-28 Thread Doug Cutting
http://www.apache.org/dev/version-control.html#https-svn-config Doug On Jun 28, 2013 1:03 PM, "Colin McCabe" wrote: > Clarification: svn:eol-style = native causes the files to contain > whatever the native platform used to check out the code uses. I think > just setting this property on all the

Re: [VOTE] - Release 2.0.5-beta

2013-05-17 Thread Doug Cutting
On Wed, May 15, 2013 at 10:57 AM, Arun C Murthy wrote: > To get past all of this confusion, I'd like to present an alternate, specific > proposal for consideration. > > I propose we continue the original plan and make a 2.0.5-beta release by May > end with the following content: If you intend t

Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-12 Thread Doug Cutting
On Wed, Dec 12, 2012 at 10:20 AM, Alejandro Abdelnur wrote: > you can do mvn install in the plugins project and then you'll be able to > use it from the project you are using the plugin. Avro has its Maven plugins in a module that's used when compiling other modules. You can build all of Avro wi

Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-07 Thread Doug Cutting
On Wed, Dec 5, 2012 at 9:24 AM, Alejandro Abdelnur wrote: > Current tasks of the build for being 'pluginized' are: > > 1* cmake (HADOOP-8887) > 2* protoc(HADOOP-9117) > 3* saveVersion (HADOOP-8924) (but this one has been -1) > [ ... ] > While we could argue this plugins are general purpose and the

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
platform-independent solution, or force contributors to maintain parallel > scripts in multiple platform-specific languages for no reason. > > --Matt > > > On Mon, Dec 3, 2012 at 3:57 PM, Doug Cutting wrote: > >> On Mon, Dec 3, 2012 at 2:08 PM, Matt Foley wrote: >

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
On Mon, Dec 3, 2012 at 2:08 PM, Matt Foley wrote: > The apache voting process contradicts the Hadoop bylaws: > http://www.apache.org/foundation/voting.html says that only PMC members can > make binding votes on code modification issues, but > http://hadoop.apache.org/bylaws.html says that Committe

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
On Mon, Dec 3, 2012 at 11:21 AM, Matt Foley wrote: > It is intended to be a "technical discussion", in the sense of the bylaws > statement (in section "Roles and Responsibilities: Committers"), "Committers > may cast binding votes on any technical discussion regarding any > subproject." I therefo

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
On Sat, Nov 24, 2012 at 12:13 PM, Matt Foley wrote: > Vote closes at 12:30pm PST on Saturday 1 December. It's not clear to me what kind of a vote this is. It seems closest to a code change vote, since it implies code changes, although without a specific patch yet proposed. As such it would foll

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-01 Thread Doug Cutting
On Sat, Dec 1, 2012 at 2:44 AM, Steve Loughran wrote: > WinNT Bat/CMD files are the worst possible scripting language invented. At > the very least, .py should be the language of choice there The scripts should not have so much logic that .bat files are a problem. Doug

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-30 Thread Doug Cutting
-1, +1, -1 Run- & build-time scripting should be limited to operations that are impossible in Java. These should not be complex nor should we encourage more complexity in them. A parallel set of simple .bat files for such operations seems preferable to adding a Python dependency. Doug On Sat,

Re: Mailing list admin?

2012-11-28 Thread Doug Cutting
The moderators of this list can be contacted at common-dev-owner at hadoop.apache.org. If you'd like to become a moderator, please send a message to apmail at apache.org asking to become a moderator. CC private at hadoop.apache.org to keep the PMC in the loop. http://www.apache.org/dev/committer

[jira] [Resolved] (HADOOP-8752) Update website to reflect merged committer lists

2012-09-10 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-8752. -- Resolution: Duplicate Fix Version/s: site Assignee: (was: Eli Collins

[jira] [Resolved] (HADOOP-8662) remove separate pages for Common, HDFS & MR projects

2012-09-10 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-8662. -- Resolution: Fixed I committed this. The new site is now live. Konstantin: I removed your

[jira] [Created] (HADOOP-8662) remove separate pages for Common, HDFS & MR projects

2012-08-08 Thread Doug Cutting (JIRA)
Doug Cutting created HADOOP-8662: Summary: remove separate pages for Common, HDFS & MR projects Key: HADOOP-8662 URL: https://issues.apache.org/jira/browse/HADOOP-8662 Project: Hadoop Co

Re: MultithreadedMapper

2012-07-26 Thread Doug Cutting
On Thu, Jul 26, 2012 at 7:42 AM, Robert Evans wrote: > About the only time that > MultiThreaded mapper makes a lot of since is if there is a lot of > computation associated with each key/value pair. Or if the mapper does a lot of i/o to some external resource, e.g., a web crawler. Doug

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Doug Cutting
On 03/28/2012 12:39 PM, Owen O'Malley wrote: > [ ... ] So the RM of the 2 branch needs to make the call of what > should be 2.1 vs 3.0. I thought these were community decisions, not RM decisions, no? http://s.apache.org/rm Doug

Re: Apache Jenkins is down

2012-02-13 Thread Doug Cutting
On 02/12/2012 10:02 PM, Roman Shaposhnik wrote: > For issues like these it always helps to file an INFRA Jira. It's good to first check the ASF monitoring status page: http://monitoring.apache.org/status/ If there's a red on that page then Infrastructure is already aware of the problem. Another

[jira] [Reopened] (HADOOP-7920) Remove Avro RPC

2011-12-14 Thread Doug Cutting (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting reopened HADOOP-7920: -- There are a few more things that can be removed. > Remove Avro

Re: Dropping CHANGES.txt?

2011-11-21 Thread Doug Cutting
On 11/21/2011 11:49 AM, Matt Foley wrote: > The advantage of CHANGES.txt is that it merges when the branch merges. So > as long as the developers stick to reasonably normal merge and commit > processes, it truly reflects what is in the current state of any given > branch, at least at the level of

[jira] [Created] (HADOOP-7693) fix RPC.Server#addProtocol to work in AvroRpcEngine

2011-09-28 Thread Doug Cutting (Created) (JIRA)
Components: ipc Reporter: Doug Cutting Assignee: Doug Cutting HADOOP-7524 introduced a new way of passing protocols to RPC servers, but it was not implemented correctly by AvroRpcEngine in that issue. This is required to fix HDFS-2298. -- This message is automatically

[jira] [Resolved] (HADOOP-4905) static initializers for default config files duplicate code

2011-09-27 Thread Doug Cutting (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-4905. -- Resolution: Invalid Resolving as 'Invalid' since these static initializers a

Re: JIRA attachments order

2011-09-11 Thread Doug Cutting
On 09/10/2011 01:32 AM, Vinod Kumar Vavilapalli wrote: > Regarding patch names, I too agree with Allen that extension should be .txt. > I do run into patches every now and then which aren't interpreted as text > files, so there are people out there using browsers that don't properly set > the conte

Re: JIRA attachments order

2011-09-09 Thread Doug Cutting
On 09/09/2011 02:15 PM, Kirby Bohling wrote: > Fair enough Doug. Somebody else will have to do that, I don't have > commit access (a pre-requisite for access to the private lists). I'd > make the suggestion there, but I literally can't. Such suggestions have been made before. What's lacking are

Re: JIRA attachments order

2011-09-09 Thread Doug Cutting
On 09/09/2011 01:38 PM, Kirby Bohling wrote: > Someday I wish Apache would find/adopt a distributed version control > system (I know about git.apache.org, but I mean pushing that further), > and use something like gerrit or review board. So if you have a > patch, or a series of patches, you'd just

Re: JIRA attachments order

2011-09-09 Thread Doug Cutting
On 09/09/2011 01:08 PM, Allen Wittenauer wrote: > s,patch,txt, since jira doesn't appear to pass a content-type to indicate it > is readable by the browser (as you mentioned earlier). I think Jira uses the content-type that the browser posts with. My browser (Chrome on Ubuntu) posts .patch files

Re: JIRA attachments order

2011-09-09 Thread Doug Cutting
On 09/09/2011 11:12 AM, Eli Collins wrote: > Personally I like version numbers as well, it allows me to refer to a > specific version of the patch (vs a patch on a given time of > date/date). Re-using the name doesn't hide the old versions, it just makes them gray. They're still listed, with dat

Re: JIRA attachments order

2011-09-09 Thread Doug Cutting
On 09/09/2011 07:27 AM, Ted Dunning wrote: > If you post the same patch with the same name, JIRA helps you out by greying > all the earlier versions out. Indeed. That's the best practice, not to add version numbers to patch files, for this very reason. We should perhaps note this on: http://wik

[jira] [Resolved] (HADOOP-7562) Update asf-mailer.conf for new trees

2011-08-22 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-7562. -- Resolution: Fixed Assignee: Doug Cutting Hadoop Flags: [Reviewed] Turns out

Re: [VOTE] Release candidate 0.20.203.0-rc0

2011-05-02 Thread Doug Cutting
On 05/02/2011 11:37 AM, Alan Gates wrote: > From the viewpoint of a downstream user, I'd like to see this released. > Right now Hive 0.7 and soon HCatalog 0.1 have to depend on a Cloudera > distribution because they need security. Having Apache products depend > on 3rd party distributions of Apac

Re: [VOTE] Release candidate 0.20.203.0-rc0

2011-05-02 Thread Doug Cutting
On 04/29/2011 04:09 PM, Owen O'Malley wrote: > I think everything is ready to go on the 0.20.203.0 release. It > includes security and a lot of improvements in the capacity scheduler > and JobTracker. This does not appear to include the 0.20-append work? So it's not advisable to use HBase with th

Re: [Hadoop Wiki] Update of "FrontPage" by prosch

2011-01-10 Thread Doug Cutting
I edited the LocalBadContent page to prohibit linking to these domains. Doug On 01/10/2011 02:46 AM, Niels Basjes wrote: Seems like a good moment to blacklist the prosch user from ever changing the wiki again. 2011/1/10 Apache Wiki: Dear Wiki user, You have subscribed to a wiki page or wiki

Re: Jira workflow problem.

2011-01-06 Thread Doug Cutting
The problem was that the submitter could transition from "Patch Available" to "In Progress", following the "Resume Progress" transition, but the submitter cannot then transtion anywhere from "In Progress", only the assignee could. I fixed that, so that the assignee can no longer follow that tr

Re: Granting contributor status

2010-12-06 Thread Doug Cutting
Alex, Generally when someone contributes a patch and a committer reviews it, then the committer assigns the issue to the contributor. So when your colleague contributes the next version of the patch then it should be assigned to him. Committers add new Jira contributors as needed. Cheers,

[jira] Resolved: (HADOOP-4617) hadoop-default.xml should not be in conf/ directory

2010-11-05 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-4617. -- Resolution: Duplicate Thanks for noticing this stale issue, Paul! > what about hdfs-defa

[jira] Created: (HADOOP-7020) establish a "Powered by Hadoop" logo

2010-11-04 Thread Doug Cutting (JIRA)
Affects Versions: site Reporter: Doug Cutting Fix For: site We should agree on a Powered By Hadoop logo, as suggested in: http://www.apache.org/foundation/marks/pmcs#poweredby -- This message is automatically generated by JIRA. - You can reply to this email to add

[HADOOP-6317] Serialize the 'final'ness of Configuration keys - ASF JIRA

2010-10-25 Thread Doug Cutting
Arun, are you still interested in this issue? https://issues.apache.org/jira/browse/HADOOP-6317 This was the oldest item in the patch queue. I have updated the patch to apply to current trunk. It looks like a reasonable feature to me. You originally filed the issue. Aaron supplied a patch a

[jira] Resolved: (HADOOP-6992) Update website for recent subproject departures

2010-10-14 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-6992. -- Resolution: Fixed Hadoop Flags: [Reviewed] Hive has now moved its website, so I have

[jira] Created: (HADOOP-6992) Update website for recent subproject departures

2010-10-06 Thread Doug Cutting (JIRA)
: documentation Affects Versions: site Reporter: Doug Cutting Assignee: Doug Cutting Fix For: site A number of subprojects have left Hadoop yet the website's not been fully updated to reflect that. -- This message is automatically generated by JIRA. - Yo

Re: Page BayAreaHadoopUserGroup deleted from Hadoop Wiki

2010-09-17 Thread Doug Cutting
Does anyone know who SomeOtherAccount is? They've been making good changes to the wiki. It'd be nice to know who this is, rather than keeping it anonymous. Thanks, Doug On 09/17/2010 09:59 AM, Apache Wiki wrote: Dear wiki user, You have subscribed to a wiki page "Hadoop Wiki" for change n

Re: [VOTE] Release Hadoop 0.21.0 (candidate 2)

2010-08-20 Thread Doug Cutting
+1 I verified the checksum & signature and ran some of the example programs. I also ran RAT to check that sources are licensed correctly. I only examined the merged artifact. Do we need to release the others? The out-of-box experience isn't great. There's no documentation at the top-level

Re: Plans for a 0.21 Hadoop Release

2010-04-09 Thread Doug Cutting
Owen O'Malley wrote: and hopefully to get the new generic serialization api in before the branch. Is this just HADOOP-6685? Or does it also include MAPREDUCE-1183? My instinct would rather be to revert the serialization API changes made since 0.20 (mostly HADOOP-6165) if that's not an API we

Re: [DISCUSSION] Release process

2010-04-06 Thread Doug Cutting
Allen Wittenauer wrote: My main point was that suddenly people seem to be hot to declare something 1.0. I'm trying to understand why [...] My rationale for suggesting a release named 1.0 was that I prefer that release numbers say something about compatibility. The compatibility rules we've

Re: [DISCUSSION] Release process

2010-04-02 Thread Doug Cutting
Chris Douglas wrote: Speaking of the release vote process, I renew my request that we formalize both the RM role and the bylaws. -C I think the HTTPD release rules are non-controversial and would support adoption of something similar. Someone needs to draft a proposal, initiate a discussion,

Re: [DISCUSSION] Release process

2010-04-02 Thread Doug Cutting
Owen O'Malley wrote: In my experience with releasing Hadoop, the bare minimum of scale testing is a couple of weeks on 500 nodes (and more is far better) with a team of people testing it. I think that releasing a 1.0 that has never been tested at scale would be disastrous. For the record, I n

Re: [DISCUSSION] Release process

2010-04-01 Thread Doug Cutting
Chris Douglas wrote: - de-deprecate "classic" mapred APIs (no Jira issue yet) Why? So that folks can be told that if their code compiles without deprecation warnings against 1.0 then it should work for all 1.x releases. I don't mind releasing 1.0 with the classic APIs. Given the installe

Re: [DISCUSSION] Release process

2010-04-01 Thread Doug Cutting
Todd Lipcon wrote: With HDFS-200 we'd also need HDFS-142 Good to know. I' have to admit to being puzzled by HDFS-200, since Nicholas resolved it as a duplicate on 7 January, yet Dhruba's continued to post patches to it. Dhruba, Stack: do you have any thoughts on the appropriateness of maki

Re: [DISCUSSION] Release process

2010-04-01 Thread Doug Cutting
Chris Douglas wrote: Spending the next few months voting and arguing on which patches make it into "new" 0.20 (branched in 2008) instead of addressing these issues is *not* progress. I strongly oppose this. If it takes months, it is a failure. It should take weeks, if that. Thus far the chang

Re: [DISCUSSION] Release process

2010-04-01 Thread Doug Cutting
Chris K Wensel wrote: are we saying we will de-deprecate the stable APIs in .20, or make the new APIs introduced in .20 stable? +1 on removing the deprecations on the stable APIs. Yes. I too am +1 on removing deprecations in stable, public APIs in a 1.0 release. Code that uses only public

Re: [DISCUSSION] Release process

2010-03-31 Thread Doug Cutting
Konstantin Shvachko wrote: I would like to propose a straightforward release of 0.21 from current 0.21 branch. That could be done too. Tom's volunteered to drive a release from trunk in a few weeks. Owen's volunteered to drive another release from trunk in about six months. Would you like

Re: [DISCUSSION] Release process

2010-03-31 Thread Doug Cutting
Allen Wittenauer wrote: The fact that there are a *ton* of admin tool changes/fixes/additions in the Yahoo! Distribution of 0.20 (and quite a few in CDH) should be the big hint that Apache 0.20 is *not* 1.0. Right. I'm proposing we make a 1.0 release that tries to match what folks are actual

Re: [DISCUSSION] Release process

2010-03-31 Thread Doug Cutting
Owen O'Malley wrote: It is tempting and I think that 0.20 is *really* our 1.0, but I think re-labeling a release a year after it came out would be confusing. I wasn't proposing just a re-labeling. I was proposing a new release, branched from 0.20 rather than trunk. We'd introduce some change

Re: [DISCUSSION] Release process

2010-03-30 Thread Doug Cutting
Tom White wrote: I think the focus should be on getting an alpha release out, so I suggest we create a new 0.21 branch from trunk Another release we might consider is 1.0 based on 0.20. We'd then have releases that correspond to what folks are actually using in production. This would also r

[jira] Resolved: (HADOOP-6660) add wrapper for Avro data

2010-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-6660. -- Resolution: Duplicate Fix Version/s: (was: 0.22.0) > add wrapper for Avro d

[jira] Created: (HADOOP-6660) add Writable wrapper for Avro data

2010-03-25 Thread Doug Cutting (JIRA)
add Writable wrapper for Avro data -- Key: HADOOP-6660 URL: https://issues.apache.org/jira/browse/HADOOP-6660 Project: Hadoop Common Issue Type: New Feature Components: io Reporter: Doug

[jira] Created: (HADOOP-6659) Switch RPC to use Avro

2010-03-24 Thread Doug Cutting (JIRA)
Switch RPC to use Avro -- Key: HADOOP-6659 URL: https://issues.apache.org/jira/browse/HADOOP-6659 Project: Hadoop Common Issue Type: Improvement Components: ipc Reporter: Doug Cutting This is an

[jira] Created: (HADOOP-6629) versions of dependencies should be specified in a single place

2010-03-11 Thread Doug Cutting (JIRA)
: Improvement Components: build Reporter: Doug Cutting Currently the Maven POM file is generated from a template file that includes the versions of all the libraries we depend on. The versions of these libraries are also present in ivy/libraries.properties, so that, when a library

Re: JIRA Edits?

2010-01-27 Thread Doug Cutting
Owen O'Malley wrote: Doug decided he didn't like the majority of people editing their comments on jira and disabled edits. I did propose that we disable comment editing. There was some discussion, but no one vetoed the proposal, so I implemented it. The rationale is that comment edits as im

[jira] Created: (HADOOP-6486) fix common classes to work with Avro 1.3 reflection

2010-01-11 Thread Doug Cutting (JIRA)
Components: ipc Reporter: Doug Cutting Assignee: Doug Cutting Fix For: 0.22.0 A few minor changes are required to get some common classes to work correctly with Avro 1.3 reflection. -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Created: (HADOOP-6422) permit RPC protocols to be implemented by Avro

2009-12-09 Thread Doug Cutting (JIRA)
Reporter: Doug Cutting Assignee: Doug Cutting Fix For: 0.22.0 To more easily permit Hadoop to evolve to use Avro RPC, I propose to change RPC to use different implementations for clients and servers based on the configuration. This is not intended as an end

Re: Hadoop coding style guideline

2009-11-30 Thread Doug Cutting
Aaron Kimball wrote: First, I've been picked on by others for using this brace style: if (foo) { stmt; } else { otherstmt; } and have been told to drop the braces because they look "ugly" if stmt or otherstmt are only one line. In http://java.sun.com/docs/codeconv/html/CodeConventions.doc6

HADOOP-6318: upgrade to Avro 1.2.0

2009-10-22 Thread Doug Cutting
Can another committer please review this issue? https://issues.apache.org/jira/browse/HADOOP-6318 Thanks, Doug

[jira] Created: (HADOOP-6323) Serialization should provide comparators

2009-10-20 Thread Doug Cutting (JIRA)
Reporter: Doug Cutting The Serialization interface should permit one to create raw comparators. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (HADOOP-6318) Upgrade to Avro 1.2.0

2009-10-16 Thread Doug Cutting (JIRA)
Upgrade to Avro 1.2.0 - Key: HADOOP-6318 URL: https://issues.apache.org/jira/browse/HADOOP-6318 Project: Hadoop Common Issue Type: Improvement Components: io, ipc Reporter: Doug Cutting

Re: Towards Hadoop 1.0: Stronger API Compatibility from 0.21 onwards

2009-09-25 Thread Doug Cutting
Allen Wittenauer wrote: Oh, I completely understand. I'm just throwing in a non-developer's opinion... because I'm sure I'm not the only one expecting/assuming that 1.0 == completely stable. If we have to live up to that expectation then we might never release 1.0! Frankly, I fear the long

Re: Towards Hadoop 1.0: Stronger API Compatibility from 0.21 onwards

2009-09-25 Thread Doug Cutting
Allen Wittenauer wrote: This is just so disappointing and, quite frankly, makes 1.0 less than useful for Real Work. Great, the APIs don't change but you still have the same problems of getting data on/off the grid without upgrading your clients every time. To me, without wire compatibility,

Re: Towards Hadoop 1.0: Stronger API Compatibility from 0.21 onwards

2009-09-25 Thread Doug Cutting
Sanjay Radia wrote: Both Facebook (Dhruba tells me) and Yahoo are suffering badly from the lack of wire compatibility - a major motivaiton for Yahoo to develop Avro. Indeed. Wire compatibility is a crucial feature that we should release as soon as possible. Perhaps before 1.0 if 1.0 slips,

[jira] Resolved: (HADOOP-6267) build-contrib.xml unnecessarily enforces that contrib projects be located in contrib/ dir

2009-09-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-6267. -- Resolution: Fixed Fix Version/s: 0.21.0 I just committed this. Thanks, Todd! > bu

Re: Towards Hadoop 1.0: Stronger API Compatibility from 0.21 onwards

2009-08-28 Thread Doug Cutting
Sanjay Radia wrote: No. The 1.0 proposal was that it included both API and wire compatibility. The proposal includes a lot of things, but it's so far just a proposal. There's been no vote to formally define what 1.0 will mean. In every discussion I've heard, from the very beginning of the p

Re: Towards Hadoop 1.0: Stronger API Compatibility from 0.21 onwards

2009-08-28 Thread Doug Cutting
Sanjay Radia wrote: I propose that we honor the compatibility of stable interfaces from release 0.21 onwards; i.e. apply the same post 1.0 rules to pre-1.0 releases. I think that makes 0.21 effectively 1.0. The hallmark of 1.0 will be our promise not to change APIs incompatibly until 2.0.

[jira] Reopened: (HADOOP-6190) Links to Hadoop mailing list mbox files are broken

2009-08-12 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting reopened HADOOP-6190: -- Oops. I accidentally linked to lucene's mail archives! I fixed that and will wait unt

[jira] Resolved: (HADOOP-6190) Links to Hadoop mailing list mbox files are broken

2009-08-12 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved HADOOP-6190. -- Resolution: Fixed Assignee: Doug Cutting Good idea. I created that link. Thanks for

Re: [Hadoop Wiki] Update of "FrontPage" by GregStein

2009-08-10 Thread Doug Cutting
Apache Wiki wrote: when the word "Apache" does not appear on the main wiki page, that is a problem. Thanks for catching that, Greg! Doug

[jira] Created: (HADOOP-6170) add Avro-based RPC serialization

2009-07-28 Thread Doug Cutting (JIRA)
add Avro-based RPC serialization Key: HADOOP-6170 URL: https://issues.apache.org/jira/browse/HADOOP-6170 Project: Hadoop Common Issue Type: New Feature Reporter: Doug Cutting Assignee

Re: Developing cross-component patches post-split

2009-07-17 Thread Doug Cutting
Giridharan Kesavan wrote: I agree with you on this; We have some common places on people server people.apache.org/repo and people.apache.org/repository but I've not seen any ivy artifacts being published there. Writing things there causes them to be published to repo{1,2}.maven.org. http://ww

Re: Developing cross-component patches post-split

2009-07-01 Thread Doug Cutting
Todd Lipcon wrote: - Whenever a task will need to touch both Common and one of the components (Mapred/HDFS) should there be two JIRAs or is it sufficient to have just one "HADOOP" JIRA with separate patches uploaded for the two repositories? Two Jiras, I think. In the long run, such issues sho