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 7045A7142 for ; Thu, 29 Dec 2011 11:38:49 +0000 (UTC) Received: (qmail 75775 invoked by uid 500); 29 Dec 2011 11:38:49 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 75746 invoked by uid 500); 29 Dec 2011 11:38:49 -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 75737 invoked by uid 500); 29 Dec 2011 11:38:49 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 75734 invoked by uid 99); 29 Dec 2011 11:38:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 11:38:49 +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; Thu, 29 Dec 2011 11:38:48 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1B4278C5 for ; Thu, 29 Dec 2011 11:38:28 +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: Thu, 29 Dec 2011 11:38:27 -0000 Message-ID: <20111229113827.18323.76509@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22Roger_Mbiama=22_by_Roger_Mbia?= =?utf-8?q?ma?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "Roger Mbiama" page has been changed by Roger Mbiama: http://wiki.apache.org/cassandra/Roger%20Mbiama?action=3Ddiff&rev1=3D4&rev2= =3D5 - *title:Roger Mbiama - *windows winamp or linux xmms - *"Roger Mbiama" + [[Roger Mbiama]] - *linkto:WindowsPage title:Linux - *r:\bdog\b - *-domain:system + [[-domain:system]] - *category:CategoryHomepage title:thomas - -------------------------------------------- + ------------------------------------------------------- + |category:CategoryHomepage |Mbiama assogo rogerHomepage + ------------------------------------------------------- Bonjour et une excellente Ann=C3=A9e 2012 = - = - <# http://www.apache.org/licenses/LICENSE-2.0/> - Options - =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D - - <1 __FILE__, - 9 'name' =3D> 'Cassandra', - 10 'version' =3D> 0.1, - 11 'author' =3D> 'Max Semenik', - 12 'url' =3D> 'https://www.mediawiki.org/wiki/Extension:Cassandra= ', - 13 'descriptionmsg' =3D> 'cassandra-desc', - 14 ); - 15 $dir =3D dirname( __FILE__ ) . '/'; - 16 $wgExtensionMessagesFiles['Cassandra'] =3D $dir . 'Cassandra.i18n.php= '; - 17 = - 18 $wgAutoloadClasses['ExternalStoreCassandra'] =3D $wgAutoloadClasses['M= WCassandraException'] - 19 =3D $dir . 'Cassandra_body.php'; - 20 = - 21 if ( is_array( $wgExternalStores ) ) { - 22 $wgExternalStores[] =3D 'cassandra'; - 23 } else { - 24 $wgExternalStores =3D array( 'cassandra' ); - 25 } - 26 = - 27 /** - 28 * Extension settings - 29 */ - 30 = - 31 // Directory where Thrift bindings for PHP reside - 32 $wgThriftRoot =3D '/usr/share/php/Thrift'; - 33 = - 34 // Port used for communicating with Cassandra. Must match - 35 // in Cassandra's storage-conf.xml - 36 $wgCassandraPort =3D 9160; - 37 = - 38 // Mapping of cluster names to lists of server IPs - 39 // Example: - 40 // $wgCassandraClusters =3D array( = - 41 // 'foo' =3D> array( '192.168.1.1', '192.168.1.2', ), - 42 // 'bar' =3D> array( 'somehostname' ), - 43 // ); - 44 $wgCassandraClusters =3D array(); - 45 = - 46 // String prepended to saved key names, can be used to distinct between - 47 // different wikis, etc. Does not affect the already saved revisions. - 48 $wgCassandraKeyPrefix =3D $wgDBname; - 49 = - 50 /** - 51 * Read and write consistencies, see http://wiki.apache.org/cassandra/= API#ConsistencyLevel - 52 * for details. - 53 * Avoid using cassandra_ConsistencyLevel here to prevent large parts - 54 * of Cassandra and Thrift from being loaded on every request. Shouldn= 't - 55 * matter much for real-world setups with byte code cache though. - 56 */ - 57 $wgCassandraReadConsistency =3D 1; // cassandra_ConsistencyLevel::ONE - 58 $wgCassandraWriteConsistency =3D 1; // cassandra_ConsistencyLevel::ONE - 59 = - 60 // Column family to be used for storing data - 61 $wgCassandraColumnFamily =3D 'Standard1';/> -=20