mirror of https://github.com/apache/cassandra
emphasize that YOU SHOULD USE BulkOutputFormat
This commit is contained in:
parent
e454ea60f1
commit
e7e984a2f4
4
NEWS.txt
4
NEWS.txt
|
|
@ -60,6 +60,10 @@ Features
|
||||||
be pinned to specfic media.
|
be pinned to specfic media.
|
||||||
- Hadoop: a new BulkOutputFormat is included which will directly write
|
- Hadoop: a new BulkOutputFormat is included which will directly write
|
||||||
SSTables locally and then stream them into the cluster.
|
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
|
- Hadoop: KeyRange.filter is now supported with ColumnFamilyInputFormat
|
||||||
- The bulk loader is not longer a fat client; it can be run from an
|
- The bulk loader is not longer a fat client; it can be run from an
|
||||||
existing machine in a cluster.
|
existing machine in a cluster.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue