You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/10 21:31:06 UTC

[Hadoop Wiki] Trivial Update of "Avro" by DougCutting

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The following page has been changed by DougCutting:
http://wiki.apache.org/hadoop/Avro

------------------------------------------------------------------------------
  
  The official Avro website is at [http:://hadoop.apache.org/avro/].
  
- = Overview =
+ == Overview ==
  
  Avro is a data serialization system.
  
@@ -19, +19 @@

   * Remote procedure call (RPC).
   * Simple integration with dynamic languages.  Code generation is not required to read or write data files nor to use or implement RPC protocols.  Code generation as an optional optimization, only worth implementing for statically typed languages.
  
- = User Documentation =
+ == User Documentation ==
  
  There have been no releases of Avro yet, so there is no official published documentation yet exists.  Potential developers are encouraged to checkout the code from [http://hadoop.apache.org/version_control.html subversion] and build the documentation.
  
   * [wiki:Avro/FAQ FAQ]
  
- = Developer Documentation =
+ == Developer Documentation ==
  
   * [wiki:Avro/HowToContribute HowToContribute]