Return-Path: X-Original-To: apmail-crunch-commits-archive@www.apache.org Delivered-To: apmail-crunch-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 5755310837 for ; Tue, 14 Jan 2014 18:12:30 +0000 (UTC) Received: (qmail 91486 invoked by uid 500); 14 Jan 2014 18:12:29 -0000 Delivered-To: apmail-crunch-commits-archive@crunch.apache.org Received: (qmail 91446 invoked by uid 500); 14 Jan 2014 18:12:28 -0000 Mailing-List: contact commits-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list commits@crunch.apache.org Received: (qmail 91439 invoked by uid 99); 14 Jan 2014 18:12:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 18:12:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 18:12:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9E2562388900 for ; Tue, 14 Jan 2014 18:12:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r894129 - in /websites/staging/crunch/trunk/content: ./ user-guide.html Date: Tue, 14 Jan 2014 18:12:07 -0000 To: commits@crunch.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140114181207.9E2562388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Jan 14 18:12:07 2014 New Revision: 894129 Log: Staging update by buildbot for crunch Modified: websites/staging/crunch/trunk/content/ (props changed) websites/staging/crunch/trunk/content/user-guide.html Propchange: websites/staging/crunch/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Jan 14 18:12:07 2014 @@ -1 +1 @@ -1558134 +1558135 Modified: websites/staging/crunch/trunk/content/user-guide.html ============================================================================== --- websites/staging/crunch/trunk/content/user-guide.html (original) +++ websites/staging/crunch/trunk/content/user-guide.html Tue Jan 14 18:12:07 2014 @@ -728,7 +728,7 @@ You use a Source in conjunction with one Pipeline pipeline = ...; PCollection<String> lines = pipeline.read(new TextFileSource(new Path("/user/crunch/text"), Writables.strings())); - PTable<Long, ByteBuffer> binaryTable = pipeline.read(new SequenceFileTableSource(new Path("/user/crunch/binary"), + PTable<Long, ByteBuffer> binaryTable = pipeline.read(new SeqFileTableSource(new Path("/user/crunch/binary"), Writables.tableOf(Writables.longs(), Writables.bytes())));