You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/04/25 17:29:42 UTC

[7/7] git commit: add concurrent schema, cql3, and CFRR wide rows to NEWS. clarify that KeyRange.filter allows Hadoop to take advantage of C* indexes

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/3c4fa12e
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3c4fa12e
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3c4fa12e

Branch: refs/heads/trunk
Commit: 3c4fa12e15f26f5ddd5f9f8322dc1495f0c761e0
Parents: 5276e83
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Apr 20 10:59:01 2012 -0500
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Tue Apr 24 20:21:24 2012 +0200

----------------------------------------------------------------------
 NEWS.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c4fa12e/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