Update NEWS for 3909

This commit is contained in:
Brandon Williams 2012-04-20 11:35:34 -05:00 committed by Jonathan Ellis
parent 57b31b22ee
commit 5b85f3c8a4
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ Features
- Hadoop: ColumnFamilyRecordReader has a wide-row mode, enabled via
a boolean parameter to setInputColumnFamily, that pages through
data column-at-a-time instead of row-at-a-time.
- Pig: can use the wide-row Hadoop support, by setting PIG_WIDEROW_INPUT
to true. This will produce each row's columns in a bag.