Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Tatu Saloranta
On Fri, Jan 27, 2012 at 3:18 PM, bxqdev wrote: > i guess that's what nazis cited to jews in 30's ;) > Ok everyone -- it's now ok to stop the discussion, as per Godwin's law! [http://en.wikipedia.org/wiki/Godwin%27s_law] -+ Tatu +-

Re: Welcome committer Aaron Morton!

2012-01-27 Thread Ben Coverston
Congrats Aaron! Well deserved. On Wed, Jan 18, 2012 at 4:51 PM, aaron morton wrote: > Thanks Jonathan and the other committers. > > Cheers :) > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 19/01/2012, at 7:19 AM, Jonathan Ellis wrote:

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread bxqdev
i guess that's what nazis cited to jews in 30's ;) On 1/28/2012 2:38 AM, Peter Schuller wrote: that's a disambiguation wiki page. what exactly are you talking about? http://en.wiktionary.org/wiki/when_in_Rome,_do_as_the_Romans_do Can we *please* stop this thread?

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Peter Schuller
> that's a disambiguation wiki page. what exactly are you talking about? http://en.wiktionary.org/wiki/when_in_Rome,_do_as_the_Romans_do Can we *please* stop this thread? -- / Peter Schuller (@scode, http://worldmodscode.wordpress.com)

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread bxqdev
that's a disambiguation wiki page. what exactly are you talking about? On 1/28/2012 2:02 AM, Dave Brosius wrote: Might want to reviewhttps://issues.apache.org/jira/browse/CASSANDRA-3649when in rome... is http://en.wikipedia.org/wiki/When_in_Rome - Original Message -From:"bxqdev">;bx

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Dave Brosius
Might want to reviewhttps://issues.apache.org/jira/browse/CASSANDRA-3649when in rome... is http://en.wikipedia.org/wiki/When_in_Rome - Original Message -From: "bxqdev" >;bxq...@themailbay.com

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread bxqdev
On 1/27/2012 10:49 PM, Tatu Saloranta wrote: On Fri, Jan 27, 2012 at 4:05 AM, Stephen Connolly wrote: You perhaps are not a veteran of the braces wars of 1973-2011... Please don't try to start them up again! Every project has its own style. Stick to that style. +1 known as the "When in

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread bxqdev
yeah, i guess that's the main reason. another one is that root developers probably have c++ background. curly braces on the new line, short and ugly classnames - are the signs of c++ developer in java universe. and since cassandra uses thrift, which is c++ related, it's not a surprise. but i gues

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Eric Evans
On Fri, Jan 27, 2012 at 5:36 AM, bxqdev wrote: > Hello, Cassandra Developers! > > What's the point of the deviation ("important exception") from the Sun's > Java coding convention in Cassandra's java code Style: > > "{ and } are always placed on a new line" > > Why is that?? That is how it came f

#3665 / new test target

2012-01-27 Thread Eric Evans
Hey all, In #3665 (https://issues.apache.org/jira/browse/CASSANDRA-3665) I added a new test target to ant called test-clientutil-jar. The purpose of this test is to exercise apache-cassandra-clientutil.jar using only the dependencies that we expect (commons-lang and guava); If a new dependency sn

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Tatu Saloranta
On Fri, Jan 27, 2012 at 4:05 AM, Stephen Connolly wrote: > You perhaps are not a veteran of the braces wars of 1973-2011... > > Please don't try to start them up again! > > Every project has its own style. Stick to that style. +1 known as the "When in Rome..." convention. -+ Tatu +-

How to create a table in Cassandra

2012-01-27 Thread anandbabu . d
Can anyone tell me how to create a table in the Cassandra. I have installed it... and I am new to this... Thanks, Barnabas This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail

Re: Thift vs. CQL

2012-01-27 Thread Jonathan Ellis
[moving to user list] There are no plans to remove the Thrift API. On Fri, Jan 27, 2012 at 6:26 AM, bxqdev wrote: > Hello! > >  Datastax's Cassandra documentation says that CQL API is the future of > Cassandra API. It's also says that eventually Thift API will be removed > completely. Is it true

Thift vs. CQL

2012-01-27 Thread bxqdev
Hello! Datastax's Cassandra documentation says that CQL API is the future of Cassandra API. It's also says that eventually Thift API will be removed completely. Is it true? Do you have any plans of removing Thift API, leaving CQL API only?? thanks.

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Stephen Connolly
You perhaps are not a veteran of the braces wars of 1973-2011... Please don't try to start them up again! Every project has its own style. Stick to that style. There is no standard style, Sun's convention is just the style they tried to enforce on their own codebase... I should point out that th

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread bxqdev
i guess you mean it's not a constructive question. it would be, it there wasn't a standard: Sun's Java coding convention, which already says how to place curly braces correctly. why deviate from the de facto standard for no reason? thanks. On 1/27/2012 3:48 PM, Stephen Connolly wrote: http:/

Re: What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread Stephen Connolly
http://programmers.stackexchange.com/questions/2715/should-curly-braces-appear-on-their-own-line On 27 January 2012 11:36, bxqdev wrote: > Hello, Cassandra Developers! > > What's the point of the deviation ("important exception") from the Sun's > Java coding convention in Cassandra's java code S

What's the point of the deviation of java code style in Cassandra?

2012-01-27 Thread bxqdev
Hello, Cassandra Developers! What's the point of the deviation ("important exception") from the Sun's Java coding convention in Cassandra's java code Style: "{ and } are always placed on a new line" Why is that?? thanks.