You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/04/24 20:12:37 UTC

[4/25] git commit: Update NEWS for 3909

Update NEWS for 3909


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5b85f3c8
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5b85f3c8
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5b85f3c8

Branch: refs/heads/cassandra-1.1
Commit: 5b85f3c8a4959ec96de663a601483db43468e7bc
Parents: 57b31b2
Author: Brandon Williams <br...@apache.org>
Authored: Fri Apr 20 11:35:34 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Apr 24 13:11:44 2012 -0500

----------------------------------------------------------------------
 NEWS.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5b85f3c8/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 9032e13..8593ee5 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.