You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by br...@apache.org on 2012/10/05 17:02:30 UTC

svn commit: r1394563 - /incubator/crunch/site/trunk/content/crunch/intro.mdtext

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 <inputfile> <outputdir>
+    hadoop jar crunch-examples/target/crunch-examples-*-job.jar org.apache.crunch.examples.WordCount <inputfile> <outputdir>
 
+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