Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 57581 invoked from network); 25 Aug 2008 12:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 12:24:22 -0000 Received: (qmail 26646 invoked by uid 500); 25 Aug 2008 12:24:15 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 26620 invoked by uid 500); 25 Aug 2008 12:24:15 -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 Delivered-To: moderator for core-user@hadoop.apache.org Received: (qmail 30757 invoked by uid 99); 25 Aug 2008 10:55:27 -0000 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=from:to:cc:subject:date:message-id:mime-version: content-type:x-mailer:x-mimeole:thread-index; b=Ce48XtzCAqtX4HCgxMY99vQxJ4iTYiZ/KylxDuGQmHzUCRpmmq5zbNJCUr3bTbMv From: "ruchir" To: , Cc: "'ruchir'" Subject: Any InputFormat class implementation for Database records Date: Mon, 25 Aug 2008 16:24:52 +0530 Message-ID: <00ba01c906a1$01a212f0$cd44420a@ds.corp.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00BB_01C906CF.1B5A4EF0" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AckGoQA5NTfkBrlnSMuxBGNnU8wTyw== X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_00BB_01C906CF.1B5A4EF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I want to know whether is there any implementation of InputFormat class in Hadoop which can read data from Database instead of from HDFS while processing any hadoop Job. We have application which gets data from user, stores it into HDFS and runs hadoop job on that data. Now, we have users whose data is already stored in database. Is there any such implementation which we can use to read data from database directly? I am aware of one such implementation, HBase, but heard that it is not production ready. Thanks in advance, Ruchir ------=_NextPart_000_00BB_01C906CF.1B5A4EF0--