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 2010/05/30 13:30:54 UTC

[Hadoop Wiki] Update of "Avro/FAQ" by JeffHammerbacher

Dear Wiki user,

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

The "Avro/FAQ" page has been changed by JeffHammerbacher.
http://wiki.apache.org/hadoop/Avro/FAQ?action=diff&rev1=7&rev2=8

--------------------------------------------------

  
   * They use [[http://hadoop.apache.org/avro/docs/current/api/java/org/apache/avro/util/Utf8.html|org.apache.avro.util.Utf8]], not java.lang.String.
  
+ More generally, how do Avro types map to Java types?
+ 
+  * See the [[http://avro.apache.org/docs/current/api/java/org/apache/avro/generic/package-summary.html#package_description|package description]] in the javadoc for the generic implementation in the latest release.
+