Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7AE7B6B30 for ; Mon, 25 Jul 2011 19:46:58 +0000 (UTC) Received: (qmail 85772 invoked by uid 500); 25 Jul 2011 19:46:58 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 85752 invoked by uid 500); 25 Jul 2011 19:46:57 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 85744 invoked by uid 500); 25 Jul 2011 19:46:57 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 85741 invoked by uid 99); 25 Jul 2011 19:46:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 19:46:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 19:46:55 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 33FC4AA; Mon, 25 Jul 2011 19:46:34 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 25 Jul 2011 19:46:33 -0000 Message-ID: <20110725194633.17556.89368@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Trivial_Update_of_=22HadoopSupport=22_by_j?= =?utf-8?q?eremyhanna?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "HadoopSupport" page has been changed by jeremyhanna: http://wiki.apache.org/cassandra/HadoopSupport?action=3Ddiff&rev1=3D36&rev2= =3D37 If you are seeing inconsistent data coming back, consider the consistency= level that you are reading and writing at. The two relevant properties ar= e: * '''cassandra.consistencylevel.read''' - defaults to !ConsistencyLevel.= ONE. * '''cassandra.consistencylevel.write''' - defaults to !ConsistencyLevel= .ONE. - Also since hadoop integration uses range scans underneath which do not do= read repair. However reading at !ConsistencyLevel.QUORUM will reconcile d= ifferences among nodes read. See ReadRepair section as well as the !Consis= tencyLevel section of the [[http://wiki.apache.org/cassandra/API|API]] page= for more details. + Also hadoop integration uses range scans underneath which do not do read = repair. However reading at !ConsistencyLevel.QUORUM will reconcile differe= nces among nodes read. See ReadRepair section as well as the !ConsistencyL= evel section of the [[http://wiki.apache.org/cassandra/API|API]] page for m= ore details. = [[#Top|Top]] =20