Hadoop cookbook / snippets site?

2008-03-26 Thread Parand Darugar
Hello, Is there a hadoop recipes / snippets / cookbook site? I'm thinking something like the Python Cookbook (http://aspn.activestate.com/ASPN/Python/Cookbook/) or Django Snippets (http://www.djangosnippets.org/), where people can post code and commentary for common tasks. Best, Parand

Re: Hadoop streaming performance problem

2008-03-31 Thread Parand Darugar
Travis Brady wrote: This brings up two interesting issues: 1. Hadoop streaming is a potentially very powerful tool, especially for those of us who don't work in Java for whatever reason 2. If Hadoop streaming is "at best a jury rigged solution" then that should be made known somewhere on the wik

Re: compressed/encrypted file

2008-06-04 Thread Parand Darugar
- Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: core-user@hadoop.apache.org Sent: Wed Jun 04 15:06:42 2008 Subject: Re: compressed/encrypted file You can compress / decompress at many points: --prior to mapping --after mapping --after reducing (I've been experim