Re: Building dependencies for cassandra (hadoop-core)

2011-12-31 Thread Jonathan Ellis
Which is the same as things we actually distribute in the binary tarball. build/lib/jars is for stuff we need at build time, but are unnecessary or optional to actually run Cassandra. hadoop is in the optional category. On Sat, Dec 31, 2011 at 6:43 PM, Brandon Williams wrote: > The lib dir is f

Re: Building dependencies for cassandra (hadoop-core)

2011-12-31 Thread Brandon Williams
The lib dir is for things we need version-locked. On Sat, Dec 31, 2011 at 6:41 PM, Dave Brosius wrote: > Greetings, > >   I see that Cassandra has a lib directory full of 3rdparty jars, but also > uses mvn dependency management.  The only difference it appears to me is > that the lib directory is

Building dependencies for cassandra (hadoop-core)

2011-12-31 Thread Dave Brosius
Greetings, I see that Cassandra has a lib directory full of 3rdparty jars, but also uses mvn dependency management. The only difference it appears to me is that the lib directory is missing hadoop-core. So the question is, is this lib dir just a legacy that should be removed, or should ha

can we ban this guy from the wiki?

2011-12-31 Thread Dave Brosius
http://wiki.apache.org/cassandra/Roger%20Mbiama?action=info

Re: CQL support for compound columns

2011-12-31 Thread Jonathan Ellis
On Fri, Dec 30, 2011 at 12:30 PM, Eric Evans wrote: >> CREATE TABLE timeline ( >>    user_id int, >>    posted_at uuid, >>    body string, >>    posted_by string, >>    PRIMARY KEY(user_id, posted_at, posted_by), >>    VALUE(body) >> ); > > I think the value declaration also helps in that it's one