Commit Graph

94 Commits

Author SHA1 Message Date
Jonathan Ellis 94de414336 add descriptions to ant tasks. patch by Erik Onnen; reviewed by jbellis for CASSANDRA-1120
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@998541 13f79535-47bb-0310-9956-ffa450edef68
2010-09-18 21:08:05 +00:00
Eric Evans 66c3972a7c update versioning for 0.7.0 beta2 release
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@996555 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 14:28:29 +00:00
Eric Evans 0e3fd6a3e1 remove build/internode.avpr on clean
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@990187 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 16:06:33 +00:00
Eric Evans a41e0a3db9 relocate src/cassandra.avpr to build/internode.avpr
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@989392 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 22:27:34 +00:00
Eric Evans f93ebf4fa0 upgrade avro to 1.4.0 devel snapshot
* upgraded jars
* replace some use of Utf8 for java.lang.CharSequence
* actually start http server by invoking start()

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@987199 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 15:50:42 +00:00
Eric Evans 94cc9a4d83 updated (license, versioning, etc) for beta1 release
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@984113 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 16:46:02 +00:00
Gary Dusbabek 58b683d4ad remove internode directory and change destination for generated avro code. patch by gdusbabek, reviewed by stuhood. CASSANDRA-1357
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@982708 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 17:45:56 +00:00
Gary Dusbabek e763caed2a adjust src paths. patch by Folke Behrens, reviewed by Gary Dusbabek. CASSANDRA-1356
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@982616 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 13:44:43 +00:00
Gary Dusbabek dd5c7325ee configurable location for version.properties. patch by Matt Dennis, reviewed by Gary Dusbabek. CASSANDRA-1272
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981695 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 21:48:12 +00:00
Gary Dusbabek 00c108a1a5 internode structures for migrations. changes migration disk format. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1308
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981645 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 18:18:40 +00:00
Gary Dusbabek 107e58e1b2 fix ant realclean breakage
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@966441 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21 22:21:11 +00:00
Gary Dusbabek 3e3c9d27f0 break out avro generation. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1186
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@966273 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21 15:13:49 +00:00
Jonathan Ellis e349f3f823 log cassandra and thrift versions at startup. patch by mdennis; reviewed by jbellis for CASSANDRA-972
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@961952 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 21:37:35 +00:00
Jonathan Ellis 5ab5e1bbd1 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@959197 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 05:48:24 +00:00
Eric Evans 2e36c660b0 make cassandra.genavro the canonical proto schema
cassandra.avpr has been removed from version control is now generated
from cassandra.genavro by ant. Future changes to the protocol schema
should take place in cassandra.genavro; do not hand-edit the .avpr

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@955358 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 19:38:34 +00:00
Eric Evans 29fe9bc443 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@947841 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 22:37:22 +00:00
Eric Evans 734b6bdf92 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@947755 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 18:32:20 +00:00
Gary Dusbabek ac08dfee92 test timeout to 60s
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@940440 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03 12:57:09 +00:00
Jonathan Ellis 78cbce144c merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@939110 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28 22:00:46 +00:00
Jonathan Ellis 0a9a17e5cb add long-test ant target for compaction speed test and larger bloom filter tests [formerly commented out]. patch by Stu Hood; reviewed by Jeremy Hanna for CASSANDRA-985
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934992 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 16:44:47 +00:00
Gary Dusbabek 12eb0571e2 implement a legacy sstable test. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934149 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 19:51:55 +00:00
Gary Dusbabek 04e8d18129 increase test ram. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934148 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 19:51:45 +00:00
Jonathan Ellis 8a1d99cca2 r/m gen-thrift-perl.
patch by jbellis; reviewed by eevans for CASSANDRA-927

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@929674 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 19:29:23 +00:00
Jonathan Ellis 59c09e2834 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@929313 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 21:47:38 +00:00
Eric Evans 06248ea220 merge with 0.6 branch (post-850)
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@927954 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 16:31:52 +00:00
Gary Dusbabek 3c19232a7c merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@924497 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17 21:23:04 +00:00
Eric Evans 8386b5a133 eliminate duplication in setting classpath for rat
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@919071 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:11:16 +00:00
Eric Evans 3de6460fa2 have rat add license headers when generating thrift
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@919070 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:11:12 +00:00
Eric Evans b5807aa607 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@916431 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 20:01:50 +00:00
Eric Evans 0f8b609755 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915953 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 19:54:14 +00:00
Jonathan Ellis d2127c7c80 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915576 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 23:09:49 +00:00
Eric Evans b43c78520e merged to 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915430 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 16:58:58 +00:00
Eric Evans 5edd6dd836 quiet stderr log output introduced by hadoop-core
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@910703 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 21:31:22 +00:00
Eric Evans 4f0540d077 adapt build.xml to work from binary artifacts
Patch by eevans; reviewed by gdusbabek for CASSANDRA-796

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@910649 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 18:53:59 +00:00
Eric Evans 25645f9397 use ivy to download source jars as well
This forces another round of IDE classpath updates. Sorry about that.

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@905405 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01 20:40:55 +00:00
Eric Evans dccc562cdd make builds smarter
- do not needlesssly regenerate avro code on each run
- fix javac src path for thrift generated code (matches package structure)
- clean target now removes only our bytecode, leaves the rest
- new realclean target removes build/ like clean used to

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904611 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 19:58:10 +00:00
Eric Evans f91c7d318d reorganize thrift code generation to match avro
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904545 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:24:19 +00:00
Eric Evans cb9f148275 actually build avro generated java source
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904544 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:24:03 +00:00
Eric Evans 1cd17032ea avro rpc schema and code generation
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904542 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:23:54 +00:00
Eric Evans 26c95ff453 avro and friends (some via ivy)
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904541 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:23:49 +00:00
Gary Dusbabek 001b80b803 merging from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@901915 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21 23:10:23 +00:00
Jonathan Ellis a13ede49ea merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@898371 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 15:34:45 +00:00
Jonathan Ellis e40894eff1 merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@896292 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 00:50:31 +00:00
Eric Evans bea58f3605 add thrift perl generation target to build.xml
Patch by Ted Zlatanov; reviewed by eevans for CASSANDRA-664

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@895760 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 20:19:31 +00:00
Jonathan Ellis 6e5e284f32 merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@893836 13f79535-47bb-0310-9956-ffa450edef68
2009-12-25 03:03:07 +00:00
Eric Evans bba378883c merge with 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@893328 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22 21:52:44 +00:00
Eric Evans d9663f5eb6 merge with 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@892349 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 19:01:00 +00:00
Jonathan Ellis b4cae03720 merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@889499 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11 04:12:48 +00:00
Eric Evans 965d5a3637 build javadocs for thrift generated code
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@888618 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 22:59:31 +00:00
Eric Evans babb2e34c4 only copy needed resources (copy less greedily)
It would seem that hudson does some sort of test discovery and is trying
to execute some of the extraneous files.

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@887272 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 17:07:31 +00:00