Re: bug report - CQL3 grammar should ignore VARCHAR column length in CREATE statements

2013-03-04 Thread Andrew Prendergast
Hi Sylvain, I disagree. Actually, CQL3 is really close to being a faithful subset of ANSI-SQL, which is rather exciting. This is just one of a few small adjustments that can be made to the grammar to make everyone's life easier while still maintaining the spirit of NOSQL. The semantics of how th

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Yep, I did remove it and all was well. However it is a gotcha for anyone trying C* on the Pi so a better solution is probably needed (conditionally removal) Andy On 4 Mar 2013, at 19:30, Jools wrote: > It's an optimisation flag, and not applicable to the to the 1.x JVM's > should be fine to

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Jools
It's an optimisation flag, and not applicable to the to the 1.x JVM's should be fine to remove it. --Jools On 4 March 2013 19:17, Andrew Cobley wrote: > Stupidly I've locked myself out of JIRA and it doesn't seem to want to > send me a password reset so I'll send this bug report here. > > As y

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Mike, I'll see if there is a conditionally way of removing it. It seems to be the jdk1.8 for arm (hard float) thats missing the option ATM so it could effect other ARM devices at some point. Andy On 4 Mar 2013, at 19:24, Michael Kjellman wrote: > This was due to > > https://issues.apache.

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Michael Kjellman
This was due to https://issues.apache.org/jira/browse/CASSANDRA-4366 Should be safe to remove this when running on a you Raspberry Pi as it is a performance change for the JVM and I guess not supported on whatever version is supported on your distro for the Pi. -mike On 3/4/13 11:17 AM, "Andrew

C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Stupidly I've locked myself out of JIRA and it doesn't seem to want to send me a password reset so I'll send this bug report here. As you guys may know I'v been running C* on a Raspberry Pi cluster for experimental and educational reasons. It seems the startup script is borked for 1.2.2 when

Re: cassandra-cli on cygwin

2013-03-04 Thread Jonathan Ellis
Go for it, although I think (1) might be cygwin being "helpful" and (2) means your classpath needs adjusting rather than moving .yaml files around. On Mon, Mar 4, 2013 at 1:00 AM, vck wrote: > just playing around with cassandra code after setting it up. > but on running cassandra-cli on cygwin, i

Re: bug report - CQL3 grammar should ignore VARCHAR column length in CREATE statements

2013-03-04 Thread Sylvain Lebresne
> When creating a table in all ANSI-SQL compliant RDBMS' the VARCHAR datatype > takes a numeric parameter, however this parameter is generating errors in > CQL3. > CQL3 is *not* ANSI-SQL compliant and will never be. It's not even SQL. > I would like to propose that the column length be allowed