From f601dbfdf40b2e95622e5a1296e50dd043a4c83a Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 11 Jan 2012 11:50:03 -0600 Subject: [PATCH] Also mention 2749 --- NEWS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 074f8564ee..493bb6a2e2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -51,6 +51,8 @@ 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. + - Finer-grained control over data directories, allowing a ColumnFamily to + be pinned to specfic media. - 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