Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 45728 invoked from network); 16 Apr 2010 13:41:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Apr 2010 13:41:22 -0000 Received: (qmail 3141 invoked by uid 500); 16 Apr 2010 13:41:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3096 invoked by uid 500); 16 Apr 2010 13:41:21 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 3087 invoked by uid 99); 16 Apr 2010 13:41:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 13:41:21 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebastiancohnen@googlemail.com designates 74.125.82.52 as permitted sender) Received: from [74.125.82.52] (HELO mail-ww0-f52.google.com) (74.125.82.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 13:41:12 +0000 Received: by wwd20 with SMTP id 20so73087wwd.11 for ; Fri, 16 Apr 2010 06:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=dzWSxi5eiJ9ZZS5pbIPrASocleQBL8EfV9i1dXWlptg=; b=vxtobCNk3ZF1QNYn8+drMyS/FWXFSVkYhjJfowS+vdG7sSkE31WoDl0utR/STvXnDI S7vAAU0mjHv7pBuh5NPM+ZFTGz4dzOJx4IbjT3LTzAMrNer3vv8qrIKaopKlxQxxM0sz zLZ38woxvOey0lpCgx66CM5Md/l7gfIjOR+vU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=sYMHhsepMmx+fnRejuKMd7Z4IWNh0Tt7qzu2vwNBeKBYvtbWhjQ9okPMfz8Unb0Gix Zd+Agu0RqJqk52s4CqJvWxQXUskMXrbym1HH6HnPtTc+NKvekt5hyBy1quWfslq+hnzF 4GlwB6QzGvCVnzyWpBT5Gs3d+0b0torDRAtfo= Received: by 10.216.90.202 with SMTP id e52mr1845280wef.150.1271425252005; Fri, 16 Apr 2010 06:40:52 -0700 (PDT) Received: from [192.168.0.152] (xdsl-78-34-169-128.netcologne.de [78.34.169.128]) by mx.google.com with ESMTPS id z3sm21097659wbs.16.2010.04.16.06.40.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 16 Apr 2010 06:40:51 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: CouchDB and Hadoop_ From: Sebastian Cohnen In-Reply-To: Date: Fri, 16 Apr 2010 15:40:49 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <5CFF84BC-DE85-446A-8CF0-9E9DD1B4FAF6@googlemail.com> References: <4BC7AC4B.1050401@gmail.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org Why would someone possibly do that? CouchDB can do many things really = well, and replication is one of these things. It's dead simple to set up = and just works... On 16.04.2010, at 15:29, Fredrik Widlund wrote: >=20 >=20 > Are the files reopened for each write etc? If locking works glusterfs = for example could be a nice solution for the replication. Each write = would be atomically written to all instances, and reads would be local = (using AFR with preferred servers). >=20 > Kind regards, > Fredrik Widlund >=20 >=20 > -----Original Message----- > From: Suhail Ahmed [mailto:suhailski@gmail.com] > Sent: den 16 april 2010 10:13 > To: user@couchdb.apache.org > Subject: Re: CouchDB and Hadoop >=20 > Sure It can be done but for me the whole Java to Erlang layer would be = a > mess since they are so different. The better way to go about doing = this > would to be implement a distributed file system like Hadoop underneath = Couch > for same effect. >=20 > On Fri, Apr 16, 2010 at 1:16 AM, Steve-Mustafa Ismail Mustafa < > m.i.mustafa@gmail.com> wrote: >=20 >> I swear, I spent over an hour going through the mailing list trying = to find >> an answer. >>=20 >> I know that CouchDB is a document oriented DB and I know that Hadoop = is a >> File System and that both implement Map/Reduce. But is it possible = to have >> them stacked with Hadoop being the FS in use and CouchDB being the = DB? This >> way, wouldn't you get the distributed/clustered FS abilities of = Hadoop in >> addition to the powerful retrieval abilities of CouchDB? >>=20 >> If its not possible, and I suspect that it is so, _why_? Don't they = operate >> on two seperate levels? Wouldn't CouchDB sort of replace HBase? >>=20 >> Thanks in advance for any and all replies >>=20 >=20