Updated Branches:
  refs/heads/trunk ea4296932 -> 5ad45de6d

Update features section of NEWS.txt


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5ad45de6
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ad45de6
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5ad45de6

Branch: refs/heads/trunk
Commit: 5ad45de6dbcfd163864676ad880de912b68de0ff
Parents: ea42969
Author: Brandon Williams <brandonwilli...@apache.org>
Authored: Wed Jan 11 11:48:04 2012 -0600
Committer: Brandon Williams <brandonwilli...@apache.org>
Committed: Wed Jan 11 11:48:04 2012 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5ad45de6/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 868ff73..074f856 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -51,6 +51,18 @@ Features
       a single row have always been *atomic* (either all will be applied,
       or none) thanks to the CommitLog, but until 1.1 they were not *isolated*
       -- a reader may see mixed old and new values while the update happens.
+    - Hadoop: a new BulkOutputFormat is included which will directly write
+      SSTables locally and then stream them into the cluster.
+    - The bulk loader is not longer a fat client; it can be run from an
+      existing machine in a cluster.
+    - A new write survey mode has been added, similar to bootstrap, but the
+      node will not automatically join the cluster.  This is useful for cases
+      such as testing different compaction strategies with live traffic without
+      affecting the cluster.
+    - Key and row caches are now global, similar to the global memtable
+      threshold.
+    - Off-heap caches no longer require JNA.
+    - Streaming is now multithreaded.
 
 
 1.0.6

Reply via email to