emphasize that YOU SHOULD USE BulkOutputFormat

This commit is contained in:
Jonathan Ellis 2012-03-13 12:21:31 -05:00
parent e454ea60f1
commit e7e984a2f4
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ Features
be pinned to specfic media.
- 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
is still around in case for some strange reason you want results
trickling out over Thrift, but BulkOutputFormat is significantly
more efficient.
- Hadoop: KeyRange.filter is now supported with ColumnFamilyInputFormat
- The bulk loader is not longer a fat client; it can be run from an
existing machine in a cluster.