Author: jwills
Date: Wed Oct 29 03:40:40 2014
New Revision: 1635034
URL: http://svn.apache.org/r1635034
Log:
MD battle, take 4
Modified:
crunch/site/trunk/content/user-guide.mdtext
Modified: crunch/site/trunk/content/user-guide.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/user-guide.mdtext?rev=1635034&r1=1635033&r2=1635034&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Wed Oct 29 03:40:40 2014
@@ -554,6 +554,7 @@ the POJO:
2. All of its fields must be Avro primitive types or collection types that
have Avro equivalents, like `ArrayList` and
`HashMap<String, T>`. You may also have arrays of Avro primitive types.
+
// Declare an inline data type and use it for Crunch serialization
public static class UrlData {
// The fields don't have to be public, just doing this for the
example.