Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 652DF9D24 for ; Wed, 14 Mar 2012 04:26:00 +0000 (UTC) Received: (qmail 13865 invoked by uid 500); 14 Mar 2012 04:25:58 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 13743 invoked by uid 500); 14 Mar 2012 04:25:58 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 12818 invoked by uid 99); 14 Mar 2012 04:25:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 04:25:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 68F576F1F; Wed, 14 Mar 2012 04:25:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbellis@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [7/14] git commit: emphasize that YOU SHOULD USE BulkOutputFormat Message-Id: <20120314042555.68F576F1F@tyr.zones.apache.org> Date: Wed, 14 Mar 2012 04:25:54 +0000 (UTC) emphasize that YOU SHOULD USE BulkOutputFormat Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e7e984a2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e7e984a2 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e7e984a2 Branch: refs/heads/cassandra-1.1.0 Commit: e7e984a2f420470851f5ad51ea3702d786e7ed84 Parents: e454ea6 Author: Jonathan Ellis Authored: Tue Mar 13 12:21:31 2012 -0500 Committer: Jonathan Ellis Committed: Tue Mar 13 12:21:31 2012 -0500 ---------------------------------------------------------------------- NEWS.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e7e984a2/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 592458d..a588e91 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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.