Return-Path: X-Original-To: apmail-incubator-crunch-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09810D295 for ; Fri, 5 Oct 2012 15:03:17 +0000 (UTC) Received: (qmail 96277 invoked by uid 500); 5 Oct 2012 15:03:17 -0000 Delivered-To: apmail-incubator-crunch-commits-archive@incubator.apache.org Received: (qmail 96243 invoked by uid 500); 5 Oct 2012 15:03:16 -0000 Mailing-List: contact crunch-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-commits@incubator.apache.org Received: (qmail 96233 invoked by uid 99); 5 Oct 2012 15:03:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 15:03:16 +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; Fri, 05 Oct 2012 15:03:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C3771238899C; Fri, 5 Oct 2012 15:02:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1394563 - /incubator/crunch/site/trunk/content/crunch/intro.mdtext Date: Fri, 05 Oct 2012 15:02:30 -0000 To: crunch-commits@incubator.apache.org From: brock@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121005150230.C3771238899C@eris.apache.org> Author: brock Date: Fri Oct 5 15:02:30 2012 New Revision: 1394563 URL: http://svn.apache.org/viewvc?rev=1394563&view=rev Log: CRUNCH-79: Examples document has incorrect path and should include AverageBytesByIP and TotalBytesByIP Modified: incubator/crunch/site/trunk/content/crunch/intro.mdtext Modified: incubator/crunch/site/trunk/content/crunch/intro.mdtext URL: http://svn.apache.org/viewvc/incubator/crunch/site/trunk/content/crunch/intro.mdtext?rev=1394563&r1=1394562&r2=1394563&view=diff ============================================================================== --- incubator/crunch/site/trunk/content/crunch/intro.mdtext (original) +++ incubator/crunch/site/trunk/content/crunch/intro.mdtext Fri Oct 5 15:02:30 2012 @@ -24,10 +24,13 @@ it in your local repository: mvn clean install This also runs the integration test suite which will take a while. Afterwards -you can run the bundled example applications: +you can run the bundled example applications such as WordCount: - hadoop jar examples/target/crunch-examples-*-job.jar org.apache.crunch.examples.WordCount + hadoop jar crunch-examples/target/crunch-examples-*-job.jar org.apache.crunch.examples.WordCount +There are three additional examples in the org.apache.crunch.examples package AverageBytesByIP, TotalBytesByIP, and WordAggregationHBase. +AverageBytesByIP and TotalBytesByIP take as input Common Log Format of which there is a sample included: +crunch-examples/src/main/resources/access_logs.tar.gz. WordAggregationHBase requires an Apache HBase cluster but no input data. ## High Level Concepts