add concurrent schema, cql3, and CFRR wide rows to NEWS. clarify that KeyRange.filter allows Hadoop to take advantage of C* indexes
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5b1c28c8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5b1c28c8 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5b1c28c8 Branch: refs/heads/trunk Commit: 5b1c28c811d56aa0799e0d1c4e0b6ae68b617fab Parents: 833b8ff Author: Jonathan Ellis <[email protected]> Authored: Fri Apr 20 10:59:01 2012 -0500 Committer: Brandon Williams <[email protected]> Committed: Tue Apr 24 13:28:19 2012 -0500 ---------------------------------------------------------------------- NEWS.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/5b1c28c8/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 4522e03..1c8344d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -81,7 +81,7 @@ Features - Streaming is now multithreaded. - Compactions may now be aborted via JMX or nodetool. - The stress tool is not new in 1.1, but it is newly included in - binary builds now, as well as the source tree. + binary builds as well as the source tree - Hadoop: a new BulkOutputFormat is included which will directly write SSTables locally and then stream them into the cluster. YOU SHOULD USE BulkOutputFormat BY DEFAULT. ColumnFamilyOutputFormat
