Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4923677E2 for ; Wed, 7 Sep 2011 01:40:08 +0000 (UTC) Received: (qmail 92265 invoked by uid 500); 7 Sep 2011 01:40:06 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 92075 invoked by uid 500); 7 Sep 2011 01:40:05 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 92067 invoked by uid 99); 7 Sep 2011 01:40:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 01:40:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of teddyyyy123@gmail.com designates 209.85.161.171 as permitted sender) Received: from [209.85.161.171] (HELO mail-gx0-f171.google.com) (209.85.161.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 01:39:57 +0000 Received: by gxk22 with SMTP id 22so6740909gxk.30 for ; Tue, 06 Sep 2011 18:39:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZSGnlPqn+/nAOx9Dm/ZcJ7RWnXU5HXY7GJDMygxYRQM=; b=JdJ14jcDRYecUvRAky+Vm4rhCMxODFs9DN8kEgHubfiZlX015dkLgu/qVsHtrBwHu5 D9ZNWV7//bJKGSxVD5XwwQDFb8rkkYY0D43fIIUk+g2HxM49seOqYqQ8ENxjgd97POVm fkw4vgsefZgpovvW3Q8gU5EvwzJqOds7j4P1I= MIME-Version: 1.0 Received: by 10.150.209.12 with SMTP id h12mr4610601ybg.395.1315359576959; Tue, 06 Sep 2011 18:39:36 -0700 (PDT) Received: by 10.151.38.15 with HTTP; Tue, 6 Sep 2011 18:39:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Sep 2011 18:39:36 -0700 Message-ID: Subject: Re: create ks failure with latest github source From: Yang To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=00151743f90e562b9b04ac500461 X-Virus-Checked: Checked by ClamAV on apache.org --00151743f90e562b9b04ac500461 Content-Type: text/plain; charset=ISO-8859-1 ok, it seems that the '[ ]' should not be there now.... On Tue, Sep 6, 2011 at 4:56 PM, Yang wrote: > I pulled the latest code from > github 3e77792d31344be0253c89355c1d96ffe03c0659 > > and used my old commands to create a regular KS, and it failed. > quick debugging shows that the client hits an NPE somewhere. > > am I missing some new mandatory args ? > > Thanks > Yang > > > [default@unknown] connect localhost/9160; > Connected to: "Test Cluster" on localhost/9160 > [default@unknown] create keyspace blah with strategy_options = > [{replication_factor:1}] and placement_strategy = > 'org.apache.cassandra.locator.SimpleStrategy'; > null > [default@unknown] > > --00151743f90e562b9b04ac500461 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ok, it seems that the '[ ]' should not be there now....

On Tue, Sep 6, 2011 at 4:56 PM, Yang <teddyyyy123@gmail.com= > wrote:
I pulled the latest code from github= =A03e77792d31344be0253c89355c1d96ffe03c0659

and us= ed my old commands to create a regular KS, and it failed.=A0
quick debugging shows that the client hits an NPE somewhere.

am I missing some new mandatory args ?=A0
Thanks
Yang


[= default@unknown] connect localhost/9160;
Connected to: "Test= Cluster" on localhost/9160
[default@unknown] create keyspace blah =A0with strategy_options =3D [{= replication_factor:1}] and placement_strategy =3D 'org.apache.cassandra= .locator.SimpleStrategy';
null
[default@unknown]=A0=


--00151743f90e562b9b04ac500461--