Commit Graph

99 Commits

Author SHA1 Message Date
Stefania Alborghetti a8ceb2c650 Added quotes to CLASSPATH and JAVA for nix scripts, CASSANDRA-9529 2015-06-08 09:29:10 -05:00
Aleksey Yeschenko e27cdf935c Revert "fix references to defunct CqlPagingInputFormat"
This reverts commit e550ea6021.
2015-01-07 02:25:09 +03:00
rekhajoshm e550ea6021 fix references to defunct CqlPagingInputFormat
patch by rjoshi reviewed by dbrosius for CASSANDRA-8541
2014-12-27 20:23:01 -05:00
Brandon Williams 337e4a8292 Fix word count
Patch by  Ala' Alkhaldi, reviewed by brandonwilliams for CASSANDRA-7200
2014-07-18 12:31:17 -05:00
Brandon Williams 58931dd6fe Make cql3 word count executable 2014-07-11 14:20:57 -05:00
Anthony Cozzie 820f0eb60b Fix the InvertedIndex trigger example
patch by Anthony Cozzie; reviewed by Aleksey Yeschenko for CASSANDRA-7211
2014-05-13 17:46:21 +03:00
Sylvain Lebresne d7cb970053 Add CqlRecordReader to take advantage of native CQL pagination
patch by alexliu68; reviewed by pkolaczk for CASSANDRA-6311
2014-03-26 15:34:59 +01:00
Sylvain Lebresne b0841d8fee Revert "Add CqlRecordReader to take advantage of native CQL pagination"
This reverts commit 3b708f9989.

Conflicts:

	CHANGES.txt
2014-03-25 16:49:10 +01:00
Sylvain Lebresne 3b708f9989 Add CqlRecordReader to take advantage of native CQL pagination
patch by alexliu68; reviewed by pkolaczk for CASSANDRA-6311
2014-03-21 15:26:41 +01:00
Jonathan Ellis b4f2ff17ad Update hadoop_cql3_word_count example
patch by Chandar Pechetty; reviewed by Alex Liu for CASSANDRA-6703
2014-03-17 16:34:23 -05:00
Aleksey Yeschenko 9ebb091829 Fix the trigger example 2013-11-24 08:32:32 +03:00
Brandon Williams cb7eb8687d Merge branch 'cassandra-1.2' into cassandra-2.0
Conflicts:
	build.xml
	debian/changelog
2013-11-20 11:54:57 -06:00
Brandon Williams 5f79f5321b update pig example scripts
Patch by Jeremy Hanna, reviewed by brandonwilliams for CASSANDRA-6239
2013-11-20 10:19:17 -06:00
Sylvain Lebresne b6147c1c7b License and versions for 2.0.2 release 2013-10-22 18:01:51 +02:00
Brandon Williams 3a29c74807 Merge branch 'cassandra-1.2' into cassandra-2.0 2013-10-14 13:34:13 -05:00
Brandon Williams 17ae0429ca Update the pig examples to include more recent pig/cassandra features.
Patch by Alex Liu, reviewed by brandonwilliams for CASSANDRA-4549
2013-10-14 13:32:58 -05:00
Aleksey Yeschenko 326d5454dd Track clients' remote addresses in ClientState
patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for
CASSANDRA-6070
2013-09-24 17:00:17 +03:00
Vijay Parthasarathy 4f2fdc2e73 Fix trigger directory detection code
Patch by Vijay, reviewed by jebllis for CASSANDRA-5826
2013-08-03 11:21:07 -07:00
Brandon Williams 2130b2e2a0 Merge branch 'cassandra-1.2' into trunk 2013-07-25 10:53:09 -05:00
Brandon Williams a3dbc3ddc7 Predicate pushdown support for CqlStorage
Patch by Alex Liu, reviewed by brandonwilliams for CASSANDRA-5790
2013-07-25 10:52:26 -05:00
Aleksey Yeschenko d7e14829fa cosmetic trigger corrections (examples) 2013-07-23 01:39:46 +03:00
Sylvain Lebresne e0eacd2818 Version and licenses for 2.0.0-beta2 2013-07-22 16:58:14 +02:00
Jonathan Ellis 58e373c538 update hadoop dependency in wordcount examples
patch by Philip Crotwell; reviewed by Jeremy Hanna and Alex Liu for CASSANDRA-4686
2013-07-16 17:46:19 -05:00
Vijay Parthasarathy 829688f9eb Add trigger examples
patch by Vijay; reviewed by jbellis for CASSANDRA-5574
2013-07-11 21:36:30 -07:00
Brandon Williams 168482bc11 Add forgotten updates 2013-06-26 19:10:05 -05:00
Brandon Williams 33a3d2ca57 Pig: support for cq3 tables
Patch by Alex Liu, reviewed by brandonwilliams for CASSANDRA-5234
2013-06-26 16:52:20 -05:00
Jonathan Ellis 670954cb3e merge from 1.2 2013-06-17 17:42:26 -05:00
Jonathan Ellis f1004e9b17 update CqlRecordWriter interface
patch by Alex Liu and jbellis for CASSANDRA-5622
2013-06-17 17:41:58 -05:00
Jonathan Ellis a004779763 rename 2013-06-06 17:00:56 -05:00
Jonathan Ellis c1dfc8fc53 Merge branch 'cassandra-1.2' into trunk 2013-06-06 17:00:28 -05:00
Jonathan Ellis 02a7ba817c rename 2013-06-06 17:00:08 -05:00
Jonathan Ellis 90052d5a46 merge from 1.2 2013-06-06 14:18:58 -05:00
Jonathan Ellis 56e0ad1be2 Add CQL3 input/output formats
patch by Alex Liu; reviewed by jbellis and Mike Schrag for CASSANDRA-4421
2013-06-06 14:18:23 -05:00
Brandon Williams d78b622646 Merge branch 'cassandra-1.2' into trunk 2013-05-29 12:54:38 -05:00
Brandon Williams 6d7404bc2e Pig: disable split combination, add split size param
Patch by Alex Liu, reviewed by brandonwilliams for CASSANDRA-5544
2013-05-29 12:53:52 -05:00
Brandon Williams 44f178d1e0 Merge branch 'cassandra-1.2' into trunk
Conflicts:
	src/java/org/apache/cassandra/hadoop/pig/CassandraStorage.java
2013-05-21 11:14:23 -05:00
Brandon Williams 9d0eec2171 Merge branch 'cassandra-1.1' into cassandra-1.2
Conflicts:
	CHANGES.txt
2013-05-21 11:10:47 -05:00
Brandon Williams 7d2ce5f957 Fix NPE in Pig's widerow mode.
Patch by Sheetal Gorsani and Jeremy Hanna, reviewed by brandonwilliams
for CASSANDRA-5488
2013-05-21 11:08:50 -05:00
Jonathan Ellis 2effc40edb replace Thread.sleep with Uninterruptibles.sleepUninterruptibly
patch by Mikhail Mazursky; reviewed by jbellis for CASSANDRA-5557
2013-05-13 11:26:23 -05:00
Brandon Williams 338fa9a307 Fix fat client.
Patch by Carl Yeksigian, reviewed by brandonwilliams for CASSANDRA-5378
2013-03-29 08:53:24 -05:00
Brandon Williams 6de0495e53 Fix the fat client.
Patch by Carl Yeksigian, reviewed by brandonwilliams for CASSANDRA-5378
2013-03-29 08:51:07 -05:00
Aleksey Yeschenko 36f632c9eb Merge branch 'cassandra-1.2' into trunk 2013-02-15 01:27:36 +03:00
Aleksey Yeschenko 0b83682b40 Add CQL3-based implementations of IAuthenticator and IAuthorizer
Patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-4898
2013-02-15 01:26:10 +03:00
Jonathan Ellis 63cc6b0c79 update WordCountCounters for SuperColumn refactor 2013-02-06 16:34:37 -06:00
Jonathan Ellis 22d8e8448a update WordCount for SuperColumn refactor 2013-02-06 16:31:24 -06:00
Brandon Williams 22f515b376 Allow populate_io_cache_on_flush to be set per-CF.
Patch by Alexey Zotov, reviewed by brandwonwilliams for CASSANDRA-4694
2013-01-31 17:37:24 -06:00
Brandon Williams 21f63a916d Allow populate_io_cache_on_flush to be set per-CF.
Patch by Alexey Zotov, reviewed by brandwonwilliams for CASSANDRA-4694
2013-01-31 15:12:41 -06:00
Brandon Williams 736b2a8e8b Merge branch 'cassandra-1.2' into trunk 2013-01-04 07:44:28 -06:00
Brandon Williams 4993d427b1 Update pig readme for m3p 2013-01-04 07:44:22 -06:00
Sylvain Lebresne 3a005df397 Replace supercolumns internally by composites
patch by slebresne; reviewed by Vijay for CASSANDRA-3237
2013-01-02 13:40:13 +01:00