You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Yang <te...@gmail.com> on 2011/09/07 01:56:00 UTC

create ks failure with latest github source

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]

Re: create ks failure with latest github source

Posted by Yang <te...@gmail.com>.
ok, it seems that the '[ ]' should not be there now....


On Tue, Sep 6, 2011 at 4:56 PM, Yang <te...@gmail.com> 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]
>
>