iirc, the fix for me was to add conf to the CASSANDRA_CLASSPATH var; like
so:
:okClasspath
REM Include the build\classes\main directory so it works in development
set CASSANDRA_CLASSPATH=%CASSANDRA_HOME%\conf;
%CLASSPATH%;"%CASSANDRA_HOME%\build\classes\main";"%CASSANDRA_HOME%\build\classes\t
I have a cluster of four nodes all running on single machine. If I just do
"create keyspace DEMO" CLI gives me the same error that original post says.
If I use create the keyspace with the options you mentioned it works just
fine but the proble is it is not getting reflected on other nodes in the
thank u Gopala :) Der is no issue with it.. Might be i was typing something
wrong.,. Minor mistake :)
On Tue, Apr 3, 2012 at 11:51 PM, Gopala wrote:
> puneet loya gmail.com> writes:
>
> >
> >
> > create keyspace DEMO
> >
> > with placement_strategy =
> 'org.apache.cassandra.locator.Network
puneet loya gmail.com> writes:
>
>
> create keyspace DEMO
>
> with placement_strategy =
'org.apache.cassandra.locator.NetworkTopologyStrategy'
>
> and strategy_options=[{datacenter1:1}];
>
> try it n check if it executes
Hi Puneet,
I have same issue. Running the command you menti
create keyspace DEMO
with placement_strategy =
'org.apache.cassandra.locator.NetworkTopologyStrategy'
and strategy_options=[{datacenter1:1}];
try it n check if it executes
On Tue, Mar 27, 2012 at 3:35 AM, Frank Hsueh wrote:
> create keyspace via cassandra cli fails
> https://issues.ap
create keyspace via cassandra cli fails
https://issues.apache.org/jira/browse/CASSANDRA-4085
On Mon, Mar 26, 2012 at 2:44 PM, Sasha Dolgy wrote:
> best to open an issue: https://issues.apache.org/jira/browse/CASSANDRA
>
>
> On Mon, Mar 26, 2012 at 11:35 PM, Frank Hsueh wrote:
>
>> err ... s
best to open an issue: https://issues.apache.org/jira/browse/CASSANDRA
On Mon, Mar 26, 2012 at 11:35 PM, Frank Hsueh wrote:
> err ... same thing happens with Java 1.6
>
>
>
> On Mon, Mar 26, 2012 at 2:35 PM, Frank Hsueh wrote:
>
>> I'm using the latest of Java 1.6 from Oracle.
>>
>>
>>
>> On
err ... same thing happens with Java 1.6
On Mon, Mar 26, 2012 at 2:35 PM, Frank Hsueh wrote:
> I'm using the latest of Java 1.6 from Oracle.
>
>
>
> On Mon, Mar 26, 2012 at 2:29 PM, R. Verlangen wrote:
>
>> Ben Coverston wrote earlier today: " Use a version of the Java 6
>> runtime, Cassandr
I'm using the latest of Java 1.6 from Oracle.
On Mon, Mar 26, 2012 at 2:29 PM, R. Verlangen wrote:
> Ben Coverston wrote earlier today: " Use a version of the Java 6 runtime,
> Cassandra hasn't been tested at all with the Java 7 runtime"
>
> So I think that might be a good way to start.
>
> 20
interesting. that behaviour _does_ happen in 1.0.8, but doesn't in 1.0.6
on windows 7 with Java 7. looks to be a problem with the CLI and not the
actual Cassandra service.
just tried it now.
-sd
On Mon, Mar 26, 2012 at 11:29 PM, R. Verlangen wrote:
> Ben Coverston wrote earlier today: " Use
Ben Coverston wrote earlier today: " Use a version of the Java 6 runtime,
Cassandra hasn't been tested at all with the Java 7 runtime"
So I think that might be a good way to start.
2012/3/26 Frank Hsueh
> I think I have cassandra the server started
>
> In another window:
>
> > cassandra-cl
I think I have cassandra the server started
In another window:
> cassandra-cli.bat -h localhost -p 9160
Starting Cassandra Client
Connected to: "Test Cluster" on localhost/9160
Welcome to Cassandra CLI version 1.0.8
Type 'help;' or '?' for help.
Type 'quit;' or 'exit;' to quit.
[default@unk
12 matches
Mail list logo