From 08e37bde64028d6a45e43f57eea85e399280503c Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 23 Feb 2012 17:27:34 -0600 Subject: [PATCH] update NEWS --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index fc401b8917..cc3c18eac1 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -14,6 +14,8 @@ by version X, but the inverse is not necessarily the case.) Upgrading --------- + - Compression is enabled by default on newly created ColumnFamilies + (and unchanged for ColumnFamilies created prior to upgrading). - The KsDef.replication_factor field (deprecated since 0.8) has been removed. Older clients will need to be updated to be able to continue to created and update keyspaces. @@ -59,6 +61,7 @@ Features - Hadoop: a new BulkOutputFormat is included which will directly write SSTables locally and then stream them into the cluster. - Hadoop: KeyRange.filter is now supported with ColumnFamilyInputFormat + - Hadoop wide row mode added to ColumnFamilyInputFormat - 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 (enabled via @@ -69,6 +72,7 @@ Features threshold. - Off-heap caches no longer require JNA. - Streaming is now multithreaded. + - Compactions may now be aborted via JMX or nodetool. 1.0.8