From 5b85f3c8a4959ec96de663a601483db43468e7bc Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 20 Apr 2012 11:35:34 -0500 Subject: [PATCH] Update NEWS for 3909 --- NEWS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 9032e13d85..8593ee56b3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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.