Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 24723 invoked from network); 2 Feb 2010 17:03:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 17:03:34 -0000 Received: (qmail 68555 invoked by uid 500); 2 Feb 2010 17:03:31 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 68477 invoked by uid 500); 2 Feb 2010 17:03:31 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 68467 invoked by uid 99); 2 Feb 2010 17:03:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 17:03:31 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zaki.rahaman@gmail.com designates 209.85.211.184 as permitted sender) Received: from [209.85.211.184] (HELO mail-yw0-f184.google.com) (209.85.211.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 17:03:22 +0000 Received: by ywh14 with SMTP id 14so293617ywh.20 for ; Tue, 02 Feb 2010 09:02:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=pZREUeWLJW14FjZ5S2tBM0z8ATAxLSBeIHjvD+2DKyQ=; b=UwBkIeXh7D4cPwj8WyTZm+WoC0LzmeOkp/oqPftQW8T6Y54EcuvVhmPtl7juERuoUd b8D5Im5PrQOKxlDGaR01FzMRnWd8dS1quyUEVwzI6VGc1jouBC+vUXlpJdiW1PBmTThH Z3feHklmZCOSlgRiR56Nk0HX4rAz1cEN8Jn+0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=IXP1n7p5aLA18ZrA8DjY5PK8z6U5zfCR5Rnun1OUCZm1VVcenn9mGDM/WAIfZpDJvh LIikQZFmIDyVENckFUxokLdkYM6MR7Sl8hNRp/rF8E2IF6qhKW0LgvxcwMd6TXGDA7WD I7GrhNd6BSdswrgI1FqXVR+IQFNuiVEs2gyV0= MIME-Version: 1.0 Received: by 10.90.183.7 with SMTP id g7mr1713013agf.42.1265130179539; Tue, 02 Feb 2010 09:02:59 -0800 (PST) In-Reply-To: <27423435.post@talk.nabble.com> References: <27423435.post@talk.nabble.com> Date: Tue, 2 Feb 2010 12:02:59 -0500 Message-ID: <518b17a1002020902u3cf1a4c0k5cec450096b2ff3b@mail.gmail.com> Subject: Re: help for hadoop begginer From: zaki rahaman To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=00163630f015f2478d047ea1129f --00163630f015f2478d047ea1129f Content-Type: text/plain; charset=ISO-8859-1 Most of your questions are easily answered by taking a look at the documentation, FAQs, and some smart Googling/Yahooing/Binging. 1. The main Hadoop project consists of two major components: HDFS (Hadoop Distributed File System) and MapReduce. 2. Not sure what you mean by your second question. 3. MapReduce is simply a framework for doing distributed computation. And again, I don't understand what you mean by your "clubbing "Cloud Computing,Hadoop and Webhosting"......please this is really important" 4. From my understanding, Hbase and Hypertable are two different implementations/approaches to solving the problem of having a low-latency distributed table system similar to BigTable. One major difference is that Hbase is implemented in Java and built to work on top of HDFS. I don't know too much about Hypertable other than it's written in C++. 5. Again, Google is your friend. Most map/reduce implementations are pretty general purpose data processing tasks (aggregations, sorting, filters, etc.) that aren't specific to search. 6. See #1. MapReduce is one of the major components of the Hadoop Project and the solution to doing a lot of the data processing. 7. Yes, of course. THe VMware image that Cloudera provides is a good place to start. I would also watch their videos and presentations. 8. Again, I am not all that familiar with HBase but my understanding is that this is handled by the regionserver/ZooKeeper setup although I do not know the details. On Tue, Feb 2, 2010 at 11:43 AM, nijil wrote: > > i have read about basic stuff about hadoop..err i have a few doubts...mind > u > am a begginer > > 1:so is hadoop a file sytem only? > > 2:can hbase be used instead of other databases in other platforms(eg java)? > > 3:what is mapreduce exactly and hw is it related to hadoop(i mean is it > only > about parallel computing.....i dont understand how much paralell computing > is possible in a hadoop cloud sytem which is use for webhosting) .I require > some help on the topic on clubbing "Cloud Computing,Hadoop and > Webhosting"......please this is really important > > > > 4:Is hbase and hypertabe similar or is there a big difference > > 5:Can some one provide a map reduce implementation example other than > related to search engine. > > 6:How is mapreduce and hadoop related? > > 7:Can i learn hadoop with a "cloudera's Distribution for Hadoop" vmware > image.......... > > 8:how is database synchronization done in hbase.....i belive hbase is a > distributed database > > :can some one provide contact details for further help if u dont > mind........... :) > -- > View this message in context: > http://old.nabble.com/help-for-hadoop-begginer-tp27423435p27423435.html > Sent from the Hadoop core-user mailing list archive at Nabble.com. > > -- Zaki Rahaman --00163630f015f2478d047ea1129f--