Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 32577 invoked from network); 1 Jun 2008 15:56:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2008 15:56:56 -0000 Received: (qmail 17212 invoked by uid 500); 1 Jun 2008 15:56:54 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 17177 invoked by uid 500); 1 Jun 2008 15:56:54 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 17166 invoked by uid 99); 1 Jun 2008 15:56:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 08:56:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of grafan@gmail.com designates 74.125.46.29 as permitted sender) Received: from [74.125.46.29] (HELO yw-out-2324.google.com) (74.125.46.29) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 15:56:06 +0000 Received: by yw-out-2324.google.com with SMTP id 9so324859ywe.29 for ; Sun, 01 Jun 2008 08:56:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Q0poKxkXarEPBvQpAaWvvVs7jwpdf5oozbVKvWlf2Tg=; b=PnRc+tmoIHn839nb15XzX0LISIydOCRZ/twHLkh9PNWAPiYQL/nfb1QXZ+zxnYVSZrji1Wi2UfU2xK3//Vqq/il334NUd6qeWGd0jMEnsiMr7mdoAK3XlDYV4zN63dtuAb8bguYafE07dQJIygxfAF0kmUwMXa0VD5lK6huOTM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I8OlaAfCt/GnSgpdRYhhCrDbThfSlYbBYXv+ZXNB2NwOwmcRAxNlLoYQS3mDZlRGP9cmoWVc3gBhqoZ95S2l0LQXIiDzOL8B63vjfWf/qzGhruOCe6LMTL//467jWT68l8AMUgy64KCpG8GHVV18UtyyJSrIDXZBXf2xcPDR5ww= Received: by 10.150.137.8 with SMTP id k8mr10361502ybd.79.1212335782646; Sun, 01 Jun 2008 08:56:22 -0700 (PDT) Received: by 10.150.206.2 with HTTP; Sun, 1 Jun 2008 08:56:22 -0700 (PDT) Message-ID: <6eb82e0806010856v75a8e2c6qc0b0556e7dab7ae0@mail.gmail.com> Date: Sun, 1 Jun 2008 23:56:22 +0800 From: "Rong-en Fan" To: core-user@hadoop.apache.org Subject: Re: Image processing with Hadoop and PHP In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jun 1, 2008 at 11:38 PM, Sheraz Sharif wrote: > Hi all, > > I am new to Hadoop and have very little experience with java. However, I am > very experienced with PHP. I've seen one web page where a guy who wrote a > map-reduce function in PHP, and others in Python. > > I would like to receive hundreds, if not thousands of images a day and > process them into thumbnails or other transformations (rotations, cropping, > composting). The distributed part of Hadoop seems perfect for this. Can I > use PHP to do the actual image processing? > > I've seen one post last month about someone processing TIFF images, but that > was in Java. Try hadoop streaming so that you can write mapper/reducer in PHP. Regards, Rong-En Fan > > Thanks for any help or suggestions. > > Cheers! > >