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 8ADC569FC for ; Wed, 13 Jul 2011 18:18:14 +0000 (UTC) Received: (qmail 79047 invoked by uid 500); 13 Jul 2011 18:18:14 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 79001 invoked by uid 500); 13 Jul 2011 18:18:13 -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 78993 invoked by uid 500); 13 Jul 2011 18:18:13 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 78990 invoked by uid 99); 13 Jul 2011 18:18:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 18:18:13 +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; Wed, 13 Jul 2011 18:18:11 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 43F72D7C; Wed, 13 Jul 2011 18:17:50 +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: Wed, 13 Jul 2011 18:17:50 -0000 Message-ID: <20110713181750.85435.36693@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22HadoopSupport=22_by_jeremyhan?= =?utf-8?q?na?= 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=3D33&rev2= =3D34 Comment: Updated the Streaming section. As of 0.7, there is a basic mechanism included in Cassandra for outputtin= g data to Cassandra. The `contrib/word_count` example in 0.7 contains two = reducers - one for outputting data to the filesystem and one to output data= to Cassandra (default) using this new mechanism. See that example in the = latest release for details. = =3D=3D=3D=3D Hadoop Streaming =3D=3D=3D=3D - As of 0.7, there is support for [[http://hadoop.apache.org/common/docs/r0= .20.0/streaming.html|Hadoop Streaming]]. For examples on how to use Stream= ing with Cassandra, see the contrib section of the Cassandra source. The r= elevant tickets are [[https://issues.apache.org/jira/browse/CASSANDRA-1368|= CASSANDRA-1368]] and [[https://issues.apache.org/jira/browse/CASSANDRA-1497= |CASSANDRA-1497]]. + Hadoop output streaming was introduced in 0.7 but was removed from 0.8 du= e to lack of interest and the additional complexity it added to the Hadoop = integration code. To use output streaming with 0.7.x, see the contrib dire= ctory of the source download of Cassandra. = [[#Top|Top]] =20