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
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
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
http://wiki.apache.org/cassandra/Roger%20Mbiama?action=info
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